#include <DispCmds.h>
Public Methods | |
void | putdata (int num, int numsel, int firstsel, int *on, float *coords, VMDDisplayList *) |
Create the pick point list from an atom selection. In the case where all indices are enabled, the implementation doesn't store the array, for increased memory efficiency. In the case where only some indices are selected, an explicit list is constructed. More... | |
void | putdata (int num, int *indices, float *coords, VMDDisplayList *) |
Create the pick point list from an existing array of pick point indices. More... | |
void | getpointers (float *&coords, int *&tags) const |
Public Attributes | |
int | numpicks |
int | allselected |
int | firstindex |
Definition at line 554 of file DispCmds.h.
|
Definition at line 565 of file DispCmds.h. References NULL, and numpicks. Referenced by DisplayDevice::pick, putdata, and FileRenderer::render. |
|
Create the pick point list from an existing array of pick point indices.
Definition at line 1086 of file DispCmds.C. References allselected, VMDDisplayList::append, DPICKPOINT_ARRAY, firstindex, getpointers, NULL, num, and numpicks. |
|
Create the pick point list from an atom selection. In the case where all indices are enabled, the implementation doesn't store the array, for increased memory efficiency. In the case where only some indices are selected, an explicit list is constructed.
Definition at line 1023 of file DispCmds.C. References allselected, VMDDisplayList::append, DPICKPOINT_ARRAY, firstindex, getpointers, NULL, num, and numpicks. |
|
Definition at line 579 of file DispCmds.h. Referenced by DisplayDevice::pick, putdata, and FileRenderer::render. |
|
Definition at line 580 of file DispCmds.h. Referenced by DisplayDevice::pick, and putdata. |
|
Definition at line 578 of file DispCmds.h. Referenced by getpointers, DisplayDevice::pick, putdata, and FileRenderer::render. |