DispCmdPolyLineArray Struct Reference
plot a series of connected polylines, all with the same color the array should be of the form v1 v2 v3 v4 ... 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
Detailed Description
plot a series of connected polylines, all with the same color the array should be of the form v1 v2 v3 v4 ... 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 258 of file DispCmds.h.
Member Function Documentation
void DispCmdPolyLineArray::putdata
(
float *
v,
int
nlines,
)
The documentation for this struct was generated from the following files:
Generated on Mon Nov 17 02:48:35 2025 for VMD (current) by
doxygen1.2.14 written by Dimitri van Heesch,
© 1997-2002