iMSTK
Interactive Medical Simulation Toolkit
Public Member Functions | Public Attributes | List of all members
imstk::MeshSide Struct Reference

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...

Collaboration diagram for imstk::MeshSide:
Collaboration graph
[legend]

Public Member Functions

 MeshSide (VecDataArray< double, 3 > &verticest, AbstractDataArray *indicesPtrt, PointwiseMap *mapt, int bodyIdt)
 

Public Attributes

VecDataArray< double, 3 > & vertices
 
AbstractDataArrayindicesPtr = nullptr
 
PointwiseMapmap = nullptr
 
int bodyId = -1
 

Detailed Description

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.


The documentation for this struct was generated from the following file: