Public Member Functions | Public Attributes

mitk::SurfaceVtkMapper3D::LocalStorage Class Reference

#include <mitkSurfaceVtkMapper3D.h>

Inheritance diagram for mitk::SurfaceVtkMapper3D::LocalStorage:
Inheritance graph
[legend]
Collaboration diagram for mitk::SurfaceVtkMapper3D::LocalStorage:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 LocalStorage ()
 ~LocalStorage ()

Public Attributes

vtkActor * m_Actor
vtkPolyDataMapper * m_VtkPolyDataMapper
vtkPolyDataNormals * m_VtkPolyDataNormals
vtkPlaneCollection * m_ClippingPlaneCollection
itk::TimeStamp m_ShaderTimestampUpdate

Detailed Description

Definition at line 124 of file mitkSurfaceVtkMapper3D.h.


Constructor & Destructor Documentation

mitk::SurfaceVtkMapper3D::LocalStorage::LocalStorage (  ) [inline]
mitk::SurfaceVtkMapper3D::LocalStorage::~LocalStorage (  ) [inline]

Definition at line 145 of file mitkSurfaceVtkMapper3D.h.

      {
        m_VtkPolyDataMapper->Delete();
        m_VtkPolyDataNormals->Delete();
        m_Actor->Delete();                                  
        m_ClippingPlaneCollection->Delete();
      }

Member Data Documentation

Definition at line 133 of file mitkSurfaceVtkMapper3D.h.

Referenced by mitk::SurfaceVtkMapper3D::ApplyProperties().

Definition at line 130 of file mitkSurfaceVtkMapper3D.h.

Referenced by mitk::SurfaceVtkMapper3D::GenerateData().


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines