Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   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 248 of file DispCmds.h.


Member Function Documentation

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

Definition at line 295 of file DispCmds.C.

References VMDDisplayList::append, DLINEARRAY, n, and NULL.


The documentation for this struct was generated from the following files:
Generated on Fri Mar 29 02:47:37 2024 for VMD (current) by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002