|
iMSTK
Interactive Medical Simulation Toolkit
|
Command for holding a subset of vertices at a specific position. More...
#include <imstkProgrammableClient.h>


Public Member Functions | |
| void | activate (ProgrammableClient &pc) override |
| void | updateDevice (ProgrammableClient &) override |
| void | complete (ProgrammableClient &pc) override |
Public Attributes | |
| std::shared_ptr< PbdObject > | object |
| std::vector< int > | vertexIds |
| std::vector< Vec3d > | holdPosition |
Public Attributes inherited from imstk::ProgrammableClient::Command | |
| CommandState | state = CommandState::WAITING |
| double | startTime = 0.0 |
| double | duration = 0.0 |
Command for holding a subset of vertices at a specific position.
Definition at line 153 of file imstkProgrammableClient.h.
1.8.13