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

Command for linear movement of a subset of vertices from an object. More...

#include <imstkProgrammableClient.h>

Inheritance diagram for imstk::ProgrammableClient::LinearVertexMovement:
Inheritance graph
[legend]
Collaboration diagram for imstk::ProgrammableClient::LinearVertexMovement:
Collaboration graph
[legend]

Public Member Functions

void activate (ProgrammableClient &) override
 
void updateDevice (ProgrammableClient &) override
 
void complete (ProgrammableClient &) override
 

Public Attributes

std::shared_ptr< PbdObjectobject
 
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
 

Detailed Description

Command for linear movement of a subset of vertices from an object.

Definition at line 108 of file imstkProgrammableClient.h.


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