#include <DispCmds.h>
Public Methods | |
void | getpointers (float *&cnv, int *&l) const |
Static Public Methods | |
void | putdata (const float *vertices, const float *normals, const float *colors, int num_verts, const int *lines, int num_lines, VMDDisplayList *) |
Public Attributes | |
int | numverts |
number of vertices in mesh. More... | |
int | numlines |
total number of lines. More... |
Definition at line 429 of file DispCmds.h.
|
Definition at line 437 of file DispCmds.h. References numverts. Referenced by putdata, and FileRenderer::render. |
|
Definition at line 734 of file DispCmds.C. References VMDDisplayList::append, DWIREMESH, getpointers, NULL, numlines, and numverts. |
|
total number of lines.
Definition at line 447 of file DispCmds.h. Referenced by putdata, and FileRenderer::render. |
|
number of vertices in mesh.
Definition at line 446 of file DispCmds.h. Referenced by getpointers, putdata, and FileRenderer::render. |