#include <mitkGeometry2DDataVtkMapper3D.h>
Public Member Functions | |
LookupTableProperties () | |
Public Attributes | |
vtkLookupTable * | LookupTableSource |
vtkFloatingPointType | windowMin |
vtkFloatingPointType | windowMax |
Definition at line 232 of file mitkGeometry2DDataVtkMapper3D.h.
mitk::Geometry2DDataVtkMapper3D::LookupTableProperties::LookupTableProperties | ( | ) | [inline] |
Definition at line 234 of file mitkGeometry2DDataVtkMapper3D.h.
: LookupTableSource( NULL ), windowMin( 0.0 ), windowMax( 4096.0 ) {}
Definition at line 239 of file mitkGeometry2DDataVtkMapper3D.h.
vtkFloatingPointType mitk::Geometry2DDataVtkMapper3D::LookupTableProperties::windowMax |
Definition at line 241 of file mitkGeometry2DDataVtkMapper3D.h.
vtkFloatingPointType mitk::Geometry2DDataVtkMapper3D::LookupTableProperties::windowMin |
Definition at line 240 of file mitkGeometry2DDataVtkMapper3D.h.