Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

DispCmdDataBlock Struct Reference

Pass a block of data to the command list. If we're running in the CAVE, the whole block needs to be copied; otherwise, we save space by simply passing the pointer. More...

#include <DispCmds.h>

List of all members.

Public Methods

void putdata (float *, int, VMDDisplayList *)

Public Attributes

float * data


Detailed Description

Pass a block of data to the command list. If we're running in the CAVE, the whole block needs to be copied; otherwise, we save space by simply passing the pointer.

Definition at line 55 of file DispCmds.h.


Member Function Documentation

void DispCmdDataBlock::putdata float *   ,
int   ,
VMDDisplayList  
 

Definition at line 52 of file DispCmds.C.

References VMDDisplayList::append, DDATABLOCK, and NULL.


Member Data Documentation

float* DispCmdDataBlock::data
 

Definition at line 57 of file DispCmds.h.


The documentation for this struct was generated from the following files:
Generated on Thu Jul 24 01:28:06 2008 for VMD (current) by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002