iMSTK
Interactive Medical Simulation Toolkit
|
The puncture itself is composed of a state and extra non-essential user data. More...
#include <imstkPuncture.h>
Classes | |
struct | UserData |
Accompanying data stored with a puncture. No usage within Needle structure. More... | |
Public Types | |
enum | State { REMOVED, TOUCHING, INSERTED } |
Public Attributes | |
State | state = State::REMOVED |
UserData | userData |
The puncture itself is composed of a state and extra non-essential user data.
Definition at line 27 of file imstkPuncture.h.