|
Medical Imaging Interaction Toolkit
2025.08.00
Medical Imaging Interaction Toolkit
|
#include <mitkSurfaceVtkMapper3D.h>


Public Member Functions | |
| LocalStorage () | |
| ~LocalStorage () override | |
Public Member Functions inherited from mitk::Mapper::BaseLocalStorage | |
| BaseLocalStorage ()=default | |
| virtual | ~BaseLocalStorage ()=default |
| BaseLocalStorage (const BaseLocalStorage &)=delete | |
| BaseLocalStorage & | operator= (const BaseLocalStorage &)=delete |
| bool | IsGenerateDataRequired (mitk::BaseRenderer *renderer, mitk::Mapper *mapper, mitk::DataNode *dataNode) const |
| void | UpdateGenerateDataTime () |
| itk::TimeStamp & | GetLastGenerateDataTime () |
Public Attributes | |
| vtkSmartPointer< vtkActor > | m_Actor |
| vtkSmartPointer< vtkPolyDataMapper > | m_VtkPolyDataMapper |
| vtkSmartPointer< vtkPolyDataNormals > | m_VtkPolyDataNormals |
| vtkSmartPointer< vtkPlaneCollection > | m_ClippingPlaneCollection |
| vtkSmartPointer< vtkDepthSortPolyData > | m_DepthSort |
| itk::TimeStamp | m_ShaderTimestampUpdate |
Additional Inherited Members | |
Protected Attributes inherited from mitk::Mapper::BaseLocalStorage | |
| itk::TimeStamp | m_LastGenerateDataTime |
| timestamp of last update of stored data More... | |
Definition at line 111 of file mitkSurfaceVtkMapper3D.h.
|
inline |
Definition at line 121 of file mitkSurfaceVtkMapper3D.h.
|
inlineoverride |
Definition at line 133 of file mitkSurfaceVtkMapper3D.h.
| vtkSmartPointer<vtkActor> mitk::SurfaceVtkMapper3D::LocalStorage::m_Actor |
Definition at line 114 of file mitkSurfaceVtkMapper3D.h.
| vtkSmartPointer<vtkPlaneCollection> mitk::SurfaceVtkMapper3D::LocalStorage::m_ClippingPlaneCollection |
Definition at line 117 of file mitkSurfaceVtkMapper3D.h.
| vtkSmartPointer<vtkDepthSortPolyData> mitk::SurfaceVtkMapper3D::LocalStorage::m_DepthSort |
Definition at line 118 of file mitkSurfaceVtkMapper3D.h.
| itk::TimeStamp mitk::SurfaceVtkMapper3D::LocalStorage::m_ShaderTimestampUpdate |
Definition at line 119 of file mitkSurfaceVtkMapper3D.h.
| vtkSmartPointer<vtkPolyDataMapper> mitk::SurfaceVtkMapper3D::LocalStorage::m_VtkPolyDataMapper |
Definition at line 115 of file mitkSurfaceVtkMapper3D.h.
| vtkSmartPointer<vtkPolyDataNormals> mitk::SurfaceVtkMapper3D::LocalStorage::m_VtkPolyDataNormals |
Definition at line 116 of file mitkSurfaceVtkMapper3D.h.