#include <mitkProperties.h>


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