Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
Internal class holding the mapper, actor, etc. for each of the 3 2D render windows. More...
#include <mitkPointSetVtkMapper2D.h>
Public Member Functions | |
LocalStorage () | |
~LocalStorage () | |
Public Member Functions inherited from mitk::Mapper::BaseLocalStorage | |
bool | IsGenerateDataRequired (mitk::BaseRenderer *renderer, mitk::Mapper *mapper, mitk::DataNode *dataNode) const |
void | UpdateGenerateDataTime () |
itk::TimeStamp & | GetLastGenerateDataTime () |
Public Attributes | |
vtkSmartPointer< vtkPoints > | m_UnselectedPoints |
vtkSmartPointer< vtkPoints > | m_SelectedPoints |
vtkSmartPointer< vtkPoints > | m_ContourPoints |
vtkSmartPointer< vtkFloatArray > | m_UnselectedScales |
vtkSmartPointer< vtkFloatArray > | m_SelectedScales |
vtkSmartPointer< vtkFloatArray > | m_DistancesBetweenPoints |
vtkSmartPointer< vtkCellArray > | m_ContourLines |
vtkSmartPointer< vtkGlyphSource2D > | m_UnselectedGlyphSource2D |
vtkSmartPointer< vtkGlyphSource2D > | m_SelectedGlyphSource2D |
vtkSmartPointer< vtkGlyph3D > | m_UnselectedGlyph3D |
vtkSmartPointer< vtkGlyph3D > | m_SelectedGlyph3D |
vtkSmartPointer< vtkPolyData > | m_VtkUnselectedPointListPolyData |
vtkSmartPointer< vtkPolyData > | m_VtkSelectedPointListPolyData |
vtkSmartPointer< vtkPolyData > | m_VtkContourPolyData |
vtkSmartPointer< vtkActor > | m_UnselectedActor |
vtkSmartPointer< vtkActor > | m_SelectedActor |
vtkSmartPointer< vtkActor > | m_ContourActor |
vtkSmartPointer< vtkTextActor > | m_VtkTextActor |
std::vector< vtkSmartPointer< vtkTextActor > > | m_VtkTextLabelActors |
std::vector< vtkSmartPointer< vtkTextActor > > | m_VtkTextDistanceActors |
std::vector< vtkSmartPointer< vtkTextActor > > | m_VtkTextAngleActors |
vtkSmartPointer< vtkPolyDataMapper > | m_VtkUnselectedPolyDataMapper |
vtkSmartPointer< vtkPolyDataMapper > | m_VtkSelectedPolyDataMapper |
vtkSmartPointer< vtkPolyDataMapper > | m_VtkContourPolyDataMapper |
vtkSmartPointer< vtkPropAssembly > | m_PropAssembly |
Additional Inherited Members | |
Protected Attributes inherited from mitk::Mapper::BaseLocalStorage | |
itk::TimeStamp | m_LastGenerateDataTime |
timestamp of last update of stored data More... | |
Internal class holding the mapper, actor, etc. for each of the 3 2D render windows.
Definition at line 137 of file mitkPointSetVtkMapper2D.h.
mitk::PointSetVtkMapper2D::LocalStorage::LocalStorage | ( | ) |
Definition at line 44 of file mitkPointSetVtkMapper2D.cpp.
References m_ContourActor, m_ContourLines, m_ContourPoints, m_DistancesBetweenPoints, m_PropAssembly, m_SelectedActor, m_SelectedGlyph3D, m_SelectedGlyphSource2D, m_SelectedPoints, m_SelectedScales, m_UnselectedActor, m_UnselectedGlyph3D, m_UnselectedGlyphSource2D, m_UnselectedPoints, m_UnselectedScales, m_VtkContourPolyData, m_VtkContourPolyDataMapper, m_VtkSelectedPointListPolyData, m_VtkSelectedPolyDataMapper, m_VtkUnselectedPointListPolyData, m_VtkUnselectedPolyDataMapper, and mitk::New().
mitk::PointSetVtkMapper2D::LocalStorage::~LocalStorage | ( | ) |
Definition at line 88 of file mitkPointSetVtkMapper2D.cpp.
vtkSmartPointer<vtkActor> mitk::PointSetVtkMapper2D::LocalStorage::m_ContourActor |
Definition at line 177 of file mitkPointSetVtkMapper2D.h.
Referenced by mitk::PointSetVtkMapper2D::CreateVTKRenderObjects(), mitk::PointSetVtkMapper2D::GenerateDataForRenderer(), and LocalStorage().
vtkSmartPointer<vtkCellArray> mitk::PointSetVtkMapper2D::LocalStorage::m_ContourLines |
Definition at line 159 of file mitkPointSetVtkMapper2D.h.
Referenced by mitk::PointSetVtkMapper2D::CreateVTKRenderObjects(), and LocalStorage().
vtkSmartPointer<vtkPoints> mitk::PointSetVtkMapper2D::LocalStorage::m_ContourPoints |
Definition at line 149 of file mitkPointSetVtkMapper2D.h.
Referenced by mitk::PointSetVtkMapper2D::CreateVTKRenderObjects(), and LocalStorage().
vtkSmartPointer<vtkFloatArray> mitk::PointSetVtkMapper2D::LocalStorage::m_DistancesBetweenPoints |
Definition at line 156 of file mitkPointSetVtkMapper2D.h.
Referenced by mitk::PointSetVtkMapper2D::CreateVTKRenderObjects(), and LocalStorage().
vtkSmartPointer<vtkPropAssembly> mitk::PointSetVtkMapper2D::LocalStorage::m_PropAssembly |
Definition at line 190 of file mitkPointSetVtkMapper2D.h.
Referenced by mitk::PointSetVtkMapper2D::CreateVTKRenderObjects(), mitk::PointSetVtkMapper2D::GenerateDataForRenderer(), mitk::PointSetVtkMapper2D::GetVtkProp(), LocalStorage(), and mitk::PointSetVtkMapper2D::ResetMapper().
vtkSmartPointer<vtkActor> mitk::PointSetVtkMapper2D::LocalStorage::m_SelectedActor |
Definition at line 176 of file mitkPointSetVtkMapper2D.h.
Referenced by mitk::PointSetVtkMapper2D::CreateVTKRenderObjects(), mitk::PointSetVtkMapper2D::GenerateDataForRenderer(), and LocalStorage().
vtkSmartPointer<vtkGlyph3D> mitk::PointSetVtkMapper2D::LocalStorage::m_SelectedGlyph3D |
Definition at line 167 of file mitkPointSetVtkMapper2D.h.
Referenced by mitk::PointSetVtkMapper2D::CreateVTKRenderObjects(), and LocalStorage().
vtkSmartPointer<vtkGlyphSource2D> mitk::PointSetVtkMapper2D::LocalStorage::m_SelectedGlyphSource2D |
Definition at line 163 of file mitkPointSetVtkMapper2D.h.
Referenced by mitk::PointSetVtkMapper2D::CreateVTKRenderObjects(), and LocalStorage().
vtkSmartPointer<vtkPoints> mitk::PointSetVtkMapper2D::LocalStorage::m_SelectedPoints |
Definition at line 148 of file mitkPointSetVtkMapper2D.h.
Referenced by mitk::PointSetVtkMapper2D::CreateVTKRenderObjects(), and LocalStorage().
vtkSmartPointer<vtkFloatArray> mitk::PointSetVtkMapper2D::LocalStorage::m_SelectedScales |
Definition at line 153 of file mitkPointSetVtkMapper2D.h.
Referenced by mitk::PointSetVtkMapper2D::CreateVTKRenderObjects(), and LocalStorage().
vtkSmartPointer<vtkActor> mitk::PointSetVtkMapper2D::LocalStorage::m_UnselectedActor |
Definition at line 175 of file mitkPointSetVtkMapper2D.h.
Referenced by mitk::PointSetVtkMapper2D::CreateVTKRenderObjects(), mitk::PointSetVtkMapper2D::GenerateDataForRenderer(), and LocalStorage().
vtkSmartPointer<vtkGlyph3D> mitk::PointSetVtkMapper2D::LocalStorage::m_UnselectedGlyph3D |
Definition at line 166 of file mitkPointSetVtkMapper2D.h.
Referenced by mitk::PointSetVtkMapper2D::CreateVTKRenderObjects(), and LocalStorage().
vtkSmartPointer<vtkGlyphSource2D> mitk::PointSetVtkMapper2D::LocalStorage::m_UnselectedGlyphSource2D |
Definition at line 162 of file mitkPointSetVtkMapper2D.h.
Referenced by mitk::PointSetVtkMapper2D::CreateVTKRenderObjects(), and LocalStorage().
vtkSmartPointer<vtkPoints> mitk::PointSetVtkMapper2D::LocalStorage::m_UnselectedPoints |
Definition at line 147 of file mitkPointSetVtkMapper2D.h.
Referenced by mitk::PointSetVtkMapper2D::CreateVTKRenderObjects(), and LocalStorage().
vtkSmartPointer<vtkFloatArray> mitk::PointSetVtkMapper2D::LocalStorage::m_UnselectedScales |
Definition at line 152 of file mitkPointSetVtkMapper2D.h.
Referenced by mitk::PointSetVtkMapper2D::CreateVTKRenderObjects(), and LocalStorage().
vtkSmartPointer<vtkPolyData> mitk::PointSetVtkMapper2D::LocalStorage::m_VtkContourPolyData |
Definition at line 172 of file mitkPointSetVtkMapper2D.h.
Referenced by mitk::PointSetVtkMapper2D::CreateVTKRenderObjects(), and LocalStorage().
vtkSmartPointer<vtkPolyDataMapper> mitk::PointSetVtkMapper2D::LocalStorage::m_VtkContourPolyDataMapper |
Definition at line 187 of file mitkPointSetVtkMapper2D.h.
Referenced by mitk::PointSetVtkMapper2D::CreateVTKRenderObjects(), and LocalStorage().
vtkSmartPointer<vtkPolyData> mitk::PointSetVtkMapper2D::LocalStorage::m_VtkSelectedPointListPolyData |
Definition at line 171 of file mitkPointSetVtkMapper2D.h.
Referenced by mitk::PointSetVtkMapper2D::CreateVTKRenderObjects(), and LocalStorage().
vtkSmartPointer<vtkPolyDataMapper> mitk::PointSetVtkMapper2D::LocalStorage::m_VtkSelectedPolyDataMapper |
Definition at line 186 of file mitkPointSetVtkMapper2D.h.
Referenced by mitk::PointSetVtkMapper2D::CreateVTKRenderObjects(), and LocalStorage().
vtkSmartPointer<vtkTextActor> mitk::PointSetVtkMapper2D::LocalStorage::m_VtkTextActor |
Definition at line 178 of file mitkPointSetVtkMapper2D.h.
Referenced by mitk::PointSetVtkMapper2D::CreateVTKRenderObjects().
std::vector<vtkSmartPointer<vtkTextActor> > mitk::PointSetVtkMapper2D::LocalStorage::m_VtkTextAngleActors |
Definition at line 182 of file mitkPointSetVtkMapper2D.h.
Referenced by mitk::PointSetVtkMapper2D::CreateVTKRenderObjects().
std::vector<vtkSmartPointer<vtkTextActor> > mitk::PointSetVtkMapper2D::LocalStorage::m_VtkTextDistanceActors |
Definition at line 181 of file mitkPointSetVtkMapper2D.h.
Referenced by mitk::PointSetVtkMapper2D::CreateVTKRenderObjects().
std::vector<vtkSmartPointer<vtkTextActor> > mitk::PointSetVtkMapper2D::LocalStorage::m_VtkTextLabelActors |
Definition at line 180 of file mitkPointSetVtkMapper2D.h.
Referenced by mitk::PointSetVtkMapper2D::CreateVTKRenderObjects().
vtkSmartPointer<vtkPolyData> mitk::PointSetVtkMapper2D::LocalStorage::m_VtkUnselectedPointListPolyData |
Definition at line 170 of file mitkPointSetVtkMapper2D.h.
Referenced by mitk::PointSetVtkMapper2D::CreateVTKRenderObjects(), and LocalStorage().
vtkSmartPointer<vtkPolyDataMapper> mitk::PointSetVtkMapper2D::LocalStorage::m_VtkUnselectedPolyDataMapper |
Definition at line 185 of file mitkPointSetVtkMapper2D.h.
Referenced by mitk::PointSetVtkMapper2D::CreateVTKRenderObjects(), and LocalStorage().