Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <mitkPlaneGeometryDataVtkMapper3D.h>
Public Member Functions | |
void | Initialize (vtkActor *actor, itk::Object *sender, itk::Command *command) |
ActorInfo () | |
~ActorInfo () | |
Public Attributes | |
vtkActor * | m_Actor |
itk::Object * | m_Sender |
unsigned long | m_ObserverID |
Definition at line 197 of file mitkPlaneGeometryDataVtkMapper3D.h.
mitk::PlaneGeometryDataVtkMapper3D::ActorInfo::ActorInfo | ( | ) |
Definition at line 576 of file mitkPlaneGeometryDataVtkMapper3D.cpp.
mitk::PlaneGeometryDataVtkMapper3D::ActorInfo::~ActorInfo | ( | ) |
Definition at line 577 of file mitkPlaneGeometryDataVtkMapper3D.cpp.
void mitk::PlaneGeometryDataVtkMapper3D::ActorInfo::Initialize | ( | vtkActor * | actor, |
itk::Object * | sender, | ||
itk::Command * | command | ||
) |
Definition at line 567 of file mitkPlaneGeometryDataVtkMapper3D.cpp.
References m_Actor, m_ObserverID, and m_Sender.
vtkActor* mitk::PlaneGeometryDataVtkMapper3D::ActorInfo::m_Actor |
Definition at line 200 of file mitkPlaneGeometryDataVtkMapper3D.h.
Referenced by Initialize().
unsigned long mitk::PlaneGeometryDataVtkMapper3D::ActorInfo::m_ObserverID |
Definition at line 204 of file mitkPlaneGeometryDataVtkMapper3D.h.
Referenced by Initialize().
itk::Object* mitk::PlaneGeometryDataVtkMapper3D::ActorInfo::m_Sender |
Definition at line 203 of file mitkPlaneGeometryDataVtkMapper3D.h.
Referenced by Initialize().