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