Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <mitkSurfaceVtkMapper3D.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< vtkActor > | m_Actor |
vtkSmartPointer< vtkPainterPolyDataMapper > | 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 114 of file mitkSurfaceVtkMapper3D.h.
|
inline |
Definition at line 124 of file mitkSurfaceVtkMapper3D.h.
References mitk::New().
|
inline |
Definition at line 136 of file mitkSurfaceVtkMapper3D.h.
vtkSmartPointer<vtkActor> mitk::SurfaceVtkMapper3D::LocalStorage::m_Actor |
Definition at line 117 of file mitkSurfaceVtkMapper3D.h.
Referenced by mitk::SurfaceVtkMapper3D::ApplyAllProperties(), mitk::SurfaceVtkMapper3D::GenerateDataForRenderer(), mitk::SurfaceVtkMapper3D::GetVtkProp(), and mitk::SurfaceVtkMapper3D::ResetMapper().
vtkSmartPointer<vtkPlaneCollection> mitk::SurfaceVtkMapper3D::LocalStorage::m_ClippingPlaneCollection |
Definition at line 120 of file mitkSurfaceVtkMapper3D.h.
Referenced by mitk::SurfaceVtkMapper3D::ApplyAllProperties(), and mitk::SurfaceVtkMapper3D::CheckForClippingProperty().
vtkSmartPointer<vtkDepthSortPolyData> mitk::SurfaceVtkMapper3D::LocalStorage::m_DepthSort |
Definition at line 121 of file mitkSurfaceVtkMapper3D.h.
Referenced by mitk::SurfaceVtkMapper3D::GenerateDataForRenderer().
itk::TimeStamp mitk::SurfaceVtkMapper3D::LocalStorage::m_ShaderTimestampUpdate |
Definition at line 122 of file mitkSurfaceVtkMapper3D.h.
vtkSmartPointer<vtkPainterPolyDataMapper> mitk::SurfaceVtkMapper3D::LocalStorage::m_VtkPolyDataMapper |
Definition at line 118 of file mitkSurfaceVtkMapper3D.h.
Referenced by mitk::SurfaceVtkMapper3D::ApplyAllProperties(), and mitk::SurfaceVtkMapper3D::GenerateDataForRenderer().
vtkSmartPointer<vtkPolyDataNormals> mitk::SurfaceVtkMapper3D::LocalStorage::m_VtkPolyDataNormals |
Definition at line 119 of file mitkSurfaceVtkMapper3D.h.
Referenced by mitk::SurfaceVtkMapper3D::GenerateDataForRenderer().