#include <DispCmds.h>
Public Methods | |
| void | getpointers (float *&cnv, int *&f) const |
| retrieve pointers to data following DispCmd in the display list float * cnv : array of colors, normals, vertices int * f : facet vertex index array. More... | |
| void | getpointers (float *&c, float *&n, float *&v) const |
| retrieve pointers to data following DispCmd in the display list float *cnv : arrays of colors, normals, vertices. More... | |
| void | getpointers (unsigned char *&c, float *&n, float *&v) const |
| void | getpointers (unsigned char *&c, char *&n, float *&v) const |
| void | getpointers (float *&n, float *&v) const |
| retrieve pointers to data following DispCmd in the display list float *nv : arrays of normals, vertices. More... | |
| void | getpointers (char *&n, float *&v) const |
Static Public Methods | |
| void | putdata (const float *vertices, const float *normals, const float *colors, int num_facets, VMDDisplayList *) |
| void | putdata (const float *vertices, const float *normals, const unsigned char *colors, int num_facets, VMDDisplayList *) |
| void | putdata (const float *vertices, const char *normals, const unsigned char *colors, int num_facets, VMDDisplayList *) |
| void | putdata (const float *vertices, const float *normals, const float *colors, int num_verts, const int *facets, int num_facets, int enablestrips, VMDDisplayList *) |
Public Attributes | |
| int | pervertexcolors |
| mesh contains per-vertex colors. More... | |
| int | numverts |
| number of vertices in mesh. More... | |
| int | numfacets |
| number of facets. More... | |
Definition at line 210 of file DispCmds.h.
|
||||||||||||
|
Definition at line 296 of file DispCmds.h. References numverts. |
|
||||||||||||
|
retrieve pointers to data following DispCmd in the display list float *nv : arrays of normals, vertices.
Definition at line 291 of file DispCmds.h. References numverts. |
|
||||||||||||||||
|
Definition at line 283 of file DispCmds.h. References numverts. |
|
||||||||||||||||
|
Definition at line 277 of file DispCmds.h. References numverts. |
|
||||||||||||||||
|
retrieve pointers to data following DispCmd in the display list float *cnv : arrays of colors, normals, vertices.
Definition at line 271 of file DispCmds.h. References numverts. |
|
||||||||||||
|
retrieve pointers to data following DispCmd in the display list float * cnv : array of colors, normals, vertices int * f : facet vertex index array.
Definition at line 264 of file DispCmds.h. References numverts. Referenced by putdata, OpenGLRenderer::render, and FileRenderer::render. |
|
||||||||||||||||||||||||||||||||||||
|
Definition at line 448 of file DispCmds.C. References VMDDisplayList::append, DTRIMESH_C4F_N3F_V3F, getpointers, NULL, numfacets, numverts, pervertexcolors, and DispCmdTriStrips::putdata. |
|
||||||||||||||||||||||||
|
Definition at line 404 of file DispCmds.C. References VMDDisplayList::append, DTRIMESH_C4U_N3B_V3F, getpointers, NULL, numfacets, numverts, and pervertexcolors. |
|
||||||||||||||||||||||||
|
Definition at line 362 of file DispCmds.C. References VMDDisplayList::append, DTRIMESH_C4U_N3F_V3F, getpointers, NULL, numfacets, numverts, and pervertexcolors. |
|
||||||||||||||||||||||||
|
Definition at line 322 of file DispCmds.C. References VMDDisplayList::append, DTRIMESH_C3F_N3F_V3F, getpointers, NULL, numfacets, numverts, and pervertexcolors. Referenced by QuickSurf::calc_surf. |
|
|
number of facets.
Definition at line 303 of file DispCmds.h. Referenced by putdata, OpenGLRenderer::render, and FileRenderer::render. |
|
|
number of vertices in mesh.
Definition at line 302 of file DispCmds.h. Referenced by getpointers, putdata, OpenGLRenderer::render, and FileRenderer::render. |
|
|
mesh contains per-vertex colors.
Definition at line 301 of file DispCmds.h. Referenced by putdata, OpenGLRenderer::render, and FileRenderer::render. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002