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

DispCmdLineArray Struct Reference

plot a series of lines, all with the same color the array should be of the form v1 v2 v1 v2 ... Note that the data is not stored in the struct; we copy directly into the display list. That way you don't have to keep this struct around after calling putdata. Kinda like DispCmdDataBlock. More...

#include <DispCmds.h>

List of all members.

Public Methods

void putdata (float *v, int nlines, VMDDisplayList *)


Detailed Description

plot a series of lines, all with the same color the array should be of the form v1 v2 v1 v2 ... Note that the data is not stored in the struct; we copy directly into the display list. That way you don't have to keep this struct around after calling putdata. Kinda like DispCmdDataBlock.

Definition at line 164 of file DispCmds.h.


Member Function Documentation

void DispCmdLineArray::putdata float *    v,
int    nlines,
VMDDisplayList  
 

Definition at line 203 of file DispCmds.C.

References VMDDisplayList::append, DLINEARRAY, and NULL.


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