iMSTK
Interactive Medical Simulation Toolkit
|
Packs the info needed to add a constraint to a side by reference (this way dynamic casting & dereferencing is not being done in tight loops) More...
Public Member Functions | |
MeshSide (VecDataArray< double, 3 > &verticest, AbstractDataArray *indicesPtrt, PointwiseMap *mapt, int bodyIdt) | |
Public Attributes | |
VecDataArray< double, 3 > & | vertices |
AbstractDataArray * | indicesPtr = nullptr |
PointwiseMap * | map = nullptr |
int | bodyId = -1 |
Packs the info needed to add a constraint to a side by reference (this way dynamic casting & dereferencing is not being done in tight loops)
Definition at line 27 of file imstkPbdObjectStitching.cpp.