specializations of GenericLookupTable More...
#include <mitkLookupTables.h>
Public Types | |
typedef BoolLookupTable | Self |
typedef GenericLookupTable< bool > | Superclass |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
BoolLookupTable () | |
virtual | ~BoolLookupTable () |
specializations of GenericLookupTable
Documentation This file contains specializations of mitk::GenericLookupTable for bool, float, int and std::string lookuptables : you have to call the mitkSpecializeGenericLookupTableOperator macro in mitkLookupTables.cpp with each specialization to add an ostream << operator for that lookuptable specialization.
Definition at line 35 of file mitkLookupTables.h.
Reimplemented from mitk::GenericLookupTable< bool >.
Definition at line 35 of file mitkLookupTables.h.
typedef GenericLookupTable< bool > mitk::BoolLookupTable::Superclass |
Definition at line 35 of file mitkLookupTables.h.
mitk::BoolLookupTable::BoolLookupTable | ( | ) | [inline] |
Definition at line 35 of file mitkLookupTables.h.
virtual mitk::BoolLookupTable::~BoolLookupTable | ( | ) | [inline, virtual] |
Definition at line 35 of file mitkLookupTables.h.
virtual const char* mitk::BoolLookupTable::GetNameOfClass | ( | ) | const [inline, virtual] |
Reimplemented from mitk::GenericLookupTable< bool >.
Definition at line 35 of file mitkLookupTables.h.