|
iMSTK
Interactive Medical Simulation Toolkit
|
Command for linear movement of a subset of vertices from an object. More...
#include <imstkProgrammableClient.h>


Public Member Functions | |
| void | activate (ProgrammableClient &) override |
| void | updateDevice (ProgrammableClient &) override |
| void | complete (ProgrammableClient &) override |
Public Attributes | |
| std::shared_ptr< PbdObject > | object |
| Vec3d | translation = Vec3d::Zero() |
| std::vector< bool > | pin { true, true, true } |
| std::vector< int > | vertexIds |
| std::vector< Vec3d > | currPos |
Public Attributes inherited from imstk::ProgrammableClient::Command | |
| CommandState | state = CommandState::WAITING |
| double | startTime = 0.0 |
| double | duration = 0.0 |
Command for linear movement of a subset of vertices from an object.
Definition at line 108 of file imstkProgrammableClient.h.
1.8.13