Medical Imaging Interaction Toolkit
2018.4.99-389bf124
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 195 of file mitkPlaneGeometryDataVtkMapper3D.h.
mitk::PlaneGeometryDataVtkMapper3D::ActorInfo::ActorInfo | ( | ) |
Definition at line 567 of file mitkPlaneGeometryDataVtkMapper3D.cpp.
mitk::PlaneGeometryDataVtkMapper3D::ActorInfo::~ActorInfo | ( | ) |
Definition at line 568 of file mitkPlaneGeometryDataVtkMapper3D.cpp.
References m_Actor, m_ObserverID, and m_Sender.
void mitk::PlaneGeometryDataVtkMapper3D::ActorInfo::Initialize | ( | vtkActor * | actor, |
itk::Object * | sender, | ||
itk::Command * | command | ||
) |
Definition at line 558 of file mitkPlaneGeometryDataVtkMapper3D.cpp.
vtkActor* mitk::PlaneGeometryDataVtkMapper3D::ActorInfo::m_Actor |
Definition at line 198 of file mitkPlaneGeometryDataVtkMapper3D.h.
Referenced by ~ActorInfo().
unsigned long mitk::PlaneGeometryDataVtkMapper3D::ActorInfo::m_ObserverID |
Definition at line 202 of file mitkPlaneGeometryDataVtkMapper3D.h.
Referenced by ~ActorInfo().
itk::Object* mitk::PlaneGeometryDataVtkMapper3D::ActorInfo::m_Sender |
Definition at line 201 of file mitkPlaneGeometryDataVtkMapper3D.h.
Referenced by ~ActorInfo().