iMSTK
Interactive Medical Simulation Toolkit
|
Contains geometric and animation render information. More...
#include <imstkAnimationModel.h>
Public Member Functions | |
AnimationModel (std::shared_ptr< Geometry > geometry) | |
virtual void | update () |
Update animation. | |
virtual void | reset () |
Reset animation. | |
std::shared_ptr< Geometry > | getGeometry () |
Get/set geometry. | |
virtual void | setGeometry (std::shared_ptr< Geometry > geometry) |
Protected Attributes | |
std::shared_ptr< Geometry > | m_geometry = nullptr |
Contains geometric and animation render information.
Definition at line 18 of file imstkAnimationModel.h.