Public Member Functions | Public Attributes

mitk::Geometry2DDataVtkMapper3D::LookupTableProperties Struct Reference

#include <mitkGeometry2DDataVtkMapper3D.h>

List of all members.

Public Member Functions

 LookupTableProperties ()

Public Attributes

vtkLookupTable * LookupTableSource
vtkFloatingPointType windowMin
vtkFloatingPointType windowMax

Detailed Description

Definition at line 232 of file mitkGeometry2DDataVtkMapper3D.h.


Constructor & Destructor Documentation

mitk::Geometry2DDataVtkMapper3D::LookupTableProperties::LookupTableProperties (  ) [inline]

Definition at line 234 of file mitkGeometry2DDataVtkMapper3D.h.

    : LookupTableSource( NULL ),
      windowMin( 0.0 ),
      windowMax( 4096.0 )
    {}

Member Data Documentation

Definition at line 239 of file mitkGeometry2DDataVtkMapper3D.h.

Definition at line 241 of file mitkGeometry2DDataVtkMapper3D.h.

Definition at line 240 of file mitkGeometry2DDataVtkMapper3D.h.


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