9 #include "imstkTextureDelegate.h" 11 #include <vtkSmartPointer.h> 47 void initialize(std::shared_ptr<Texture> texture);
50 void textureModified(
Event* e);
Base class for events which contain a type, priority, and data priority defaults to 0 and uses a grea...
std::string m_textureName
VTK texture unique name.
const std::string & getTextureName() const
Return the VTK texture name.
vtkSmartPointer< vtkTexture > getVtkTexture() const
Gets the VTK texture coupled to the imstk texture.
vtkSmartPointer< vtkTexture > m_vtkTexture
VTK texture.
couples a imstk texture to a VTK texture
std::shared_ptr< Texture > getTexture() const
Get the imstk texture.
std::shared_ptr< Texture > m_texture
iMSTK texture
iMSTK texture delegate abstract class