Medical Imaging Interaction Toolkit  2023.12.99-77685e7b
Medical Imaging Interaction Toolkit
mitk::SurfaceVtkMapper2D::LocalStorage Class Reference

Internal class holding the mapper, actor, etc. for each of the 3 2D render windows. More...

#include <mitkSurfaceVtkMapper2D.h>

Inheritance diagram for mitk::SurfaceVtkMapper2D::LocalStorage:
Collaboration diagram for mitk::SurfaceVtkMapper2D::LocalStorage:

Public Member Functions

 LocalStorage ()
 Default constructor of the local storage. More...
 
 ~LocalStorage () override
 Default deconstructor of the local storage. More...
 
- Public Member Functions inherited from mitk::Mapper::BaseLocalStorage
 BaseLocalStorage ()=default
 
virtual ~BaseLocalStorage ()=default
 
 BaseLocalStorage (const BaseLocalStorage &)=delete
 
BaseLocalStorageoperator= (const BaseLocalStorage &)=delete
 
bool IsGenerateDataRequired (mitk::BaseRenderer *renderer, mitk::Mapper *mapper, mitk::DataNode *dataNode) const
 
void UpdateGenerateDataTime ()
 
itk::TimeStamp & GetLastGenerateDataTime ()
 

Public Attributes

itk::TimeStamp m_LastUpdateTime
 Timestamp of last update of stored data. More...
 
vtkSmartPointer< vtkAssembly > m_PropAssembly
 m_PropAssembly Contains all vtkProps for the final rendering. More...
 
vtkSmartPointer< vtkActor > m_Actor
 m_Actor actor for the surface cut. More...
 
vtkSmartPointer< vtkActor > m_NormalActor
 m_NormalActor actor for the normals. More...
 
vtkSmartPointer< vtkActor > m_InverseNormalActor
 m_InverseNormalActor actor for the inverse normals. More...
 
vtkSmartPointer< vtkPolyDataMapper > m_Mapper
 m_Mapper VTK mapper for all types of 2D polydata e.g. werewolves. More...
 
vtkSmartPointer< vtkCutter > m_Cutter
 m_Cutter Filter to cut out the 2D slice. More...
 
vtkSmartPointer< vtkPlane > m_CuttingPlane
 m_CuttingPlane The plane where to cut off the 2D slice. More...
 
vtkSmartPointer< vtkPolyDataMapper > m_NormalMapper
 m_NormalMapper Mapper for the normals. More...
 
vtkSmartPointer< vtkPolyDataMapper > m_InverseNormalMapper
 m_InverseNormalMapper Mapper for the inverse normals. More...
 
vtkSmartPointer< vtkGlyph3D > m_NormalGlyph
 m_NormalGlyph Glyph for creating normals. More...
 
vtkSmartPointer< vtkGlyph3D > m_InverseNormalGlyph
 m_InverseNormalGlyph Glyph for creating inverse normals. More...
 
vtkSmartPointer< vtkArrowSource > m_ArrowSource
 m_ArrowSource Arrow representation of the normals. More...
 
vtkSmartPointer< vtkReverseSense > m_ReverseSense
 m_ReverseSense Filter to invert the normals. More...
 

Additional Inherited Members

- Protected Attributes inherited from mitk::Mapper::BaseLocalStorage
itk::TimeStamp m_LastGenerateDataTime
 timestamp of last update of stored data More...
 

Detailed Description

Internal class holding the mapper, actor, etc. for each of the 3 2D render windows.

Definition at line 74 of file mitkSurfaceVtkMapper2D.h.

Constructor & Destructor Documentation

◆ LocalStorage()

mitk::SurfaceVtkMapper2D::LocalStorage::LocalStorage ( )

Default constructor of the local storage.

◆ ~LocalStorage()

mitk::SurfaceVtkMapper2D::LocalStorage::~LocalStorage ( )
override

Default deconstructor of the local storage.

Member Data Documentation

◆ m_Actor

vtkSmartPointer<vtkActor> mitk::SurfaceVtkMapper2D::LocalStorage::m_Actor

m_Actor actor for the surface cut.

Definition at line 91 of file mitkSurfaceVtkMapper2D.h.

◆ m_ArrowSource

vtkSmartPointer<vtkArrowSource> mitk::SurfaceVtkMapper2D::LocalStorage::m_ArrowSource

m_ArrowSource Arrow representation of the normals.

Definition at line 136 of file mitkSurfaceVtkMapper2D.h.

◆ m_Cutter

vtkSmartPointer<vtkCutter> mitk::SurfaceVtkMapper2D::LocalStorage::m_Cutter

m_Cutter Filter to cut out the 2D slice.

Definition at line 107 of file mitkSurfaceVtkMapper2D.h.

◆ m_CuttingPlane

vtkSmartPointer<vtkPlane> mitk::SurfaceVtkMapper2D::LocalStorage::m_CuttingPlane

m_CuttingPlane The plane where to cut off the 2D slice.

Definition at line 111 of file mitkSurfaceVtkMapper2D.h.

◆ m_InverseNormalActor

vtkSmartPointer<vtkActor> mitk::SurfaceVtkMapper2D::LocalStorage::m_InverseNormalActor

m_InverseNormalActor actor for the inverse normals.

Definition at line 99 of file mitkSurfaceVtkMapper2D.h.

◆ m_InverseNormalGlyph

vtkSmartPointer<vtkGlyph3D> mitk::SurfaceVtkMapper2D::LocalStorage::m_InverseNormalGlyph

m_InverseNormalGlyph Glyph for creating inverse normals.

Definition at line 131 of file mitkSurfaceVtkMapper2D.h.

◆ m_InverseNormalMapper

vtkSmartPointer<vtkPolyDataMapper> mitk::SurfaceVtkMapper2D::LocalStorage::m_InverseNormalMapper

m_InverseNormalMapper Mapper for the inverse normals.

Definition at line 121 of file mitkSurfaceVtkMapper2D.h.

◆ m_LastUpdateTime

itk::TimeStamp mitk::SurfaceVtkMapper2D::LocalStorage::m_LastUpdateTime

Timestamp of last update of stored data.

Definition at line 78 of file mitkSurfaceVtkMapper2D.h.

◆ m_Mapper

vtkSmartPointer<vtkPolyDataMapper> mitk::SurfaceVtkMapper2D::LocalStorage::m_Mapper

m_Mapper VTK mapper for all types of 2D polydata e.g. werewolves.

Definition at line 103 of file mitkSurfaceVtkMapper2D.h.

◆ m_NormalActor

vtkSmartPointer<vtkActor> mitk::SurfaceVtkMapper2D::LocalStorage::m_NormalActor

m_NormalActor actor for the normals.

Definition at line 95 of file mitkSurfaceVtkMapper2D.h.

◆ m_NormalGlyph

vtkSmartPointer<vtkGlyph3D> mitk::SurfaceVtkMapper2D::LocalStorage::m_NormalGlyph

m_NormalGlyph Glyph for creating normals.

Definition at line 126 of file mitkSurfaceVtkMapper2D.h.

◆ m_NormalMapper

vtkSmartPointer<vtkPolyDataMapper> mitk::SurfaceVtkMapper2D::LocalStorage::m_NormalMapper

m_NormalMapper Mapper for the normals.

Definition at line 116 of file mitkSurfaceVtkMapper2D.h.

◆ m_PropAssembly

vtkSmartPointer<vtkAssembly> mitk::SurfaceVtkMapper2D::LocalStorage::m_PropAssembly

m_PropAssembly Contains all vtkProps for the final rendering.

Consists of 3 actors: The surface cut (the slice from the 3D surface). The normals and the inverse normals.

Definition at line 86 of file mitkSurfaceVtkMapper2D.h.

◆ m_ReverseSense

vtkSmartPointer<vtkReverseSense> mitk::SurfaceVtkMapper2D::LocalStorage::m_ReverseSense

m_ReverseSense Filter to invert the normals.

Definition at line 141 of file mitkSurfaceVtkMapper2D.h.


The documentation for this class was generated from the following file: