#include <mitkProperties.h>
Public Types | |
typedef FloatLookupTableProperty | Self |
typedef GenericProperty < FloatLookupTable > | Superclass |
typedef itk::SmartPointer< Self > | Pointer |
typedef itk::SmartPointer < const Self > | ConstPointer |
Public Member Functions | |
virtual const char * | GetClassName () const |
virtual | ~FloatLookupTableProperty () |
Static Public Member Functions | |
static Pointer | New () |
static Pointer | New (FloatLookupTable _arg) |
Protected Member Functions | |
FloatLookupTableProperty () | |
FloatLookupTableProperty (FloatLookupTable x) |
Definition at line 44 of file mitkProperties.h.
typedef itk::SmartPointer<const Self> mitk::FloatLookupTableProperty::ConstPointer |
Reimplemented from mitk::GenericProperty< FloatLookupTable >.
Definition at line 44 of file mitkProperties.h.
typedef itk::SmartPointer<Self> mitk::FloatLookupTableProperty::Pointer |
Reimplemented from mitk::GenericProperty< FloatLookupTable >.
Definition at line 44 of file mitkProperties.h.
Reimplemented from mitk::GenericProperty< FloatLookupTable >.
Definition at line 44 of file mitkProperties.h.
Reimplemented from mitk::GenericProperty< FloatLookupTable >.
Definition at line 44 of file mitkProperties.h.
virtual mitk::FloatLookupTableProperty::~FloatLookupTableProperty | ( | ) | [inline, virtual] |
Definition at line 44 of file mitkProperties.h.
mitk::FloatLookupTableProperty::FloatLookupTableProperty | ( | ) | [inline, protected] |
Definition at line 44 of file mitkProperties.h.
mitk::FloatLookupTableProperty::FloatLookupTableProperty | ( | FloatLookupTable | x ) | [inline, protected] |
Definition at line 44 of file mitkProperties.h.
virtual const char* mitk::FloatLookupTableProperty::GetClassName | ( | ) | const [virtual] |
Reimplemented from mitk::GenericProperty< FloatLookupTable >.
static Pointer mitk::FloatLookupTableProperty::New | ( | FloatLookupTable | _arg ) | [inline, static] |
Reimplemented from mitk::GenericProperty< FloatLookupTable >.
Definition at line 44 of file mitkProperties.h.
static Pointer mitk::FloatLookupTableProperty::New | ( | ) | [static] |