iMSTK
Interactive Medical Simulation Toolkit
|
PickData provides ids to indicate what was picked These may be optionally used to indicate the selection. More...
#include <imstkPickingAlgorithm.h>
Public Attributes | |
int | ids [4] = { -1, -1, -1, -1 } |
Ids of the cell or vertices. | |
int | idCount = 0 |
Indicates number of vertices (if 1 a cell or individual vertex) | |
CellTypeId | cellType = IMSTK_VERTEX |
Indicates picked cell type. | |
Vec3d | pickPoint = Vec3d::Zero() |
Some pickings may produce specific points on an element. | |
int | cellId = -1 |
Supplemental cell id (when vertices are provided above and cell id is available) | |
PickData provides ids to indicate what was picked These may be optionally used to indicate the selection.
Definition at line 18 of file imstkPickingAlgorithm.h.