|
Medical Imaging Interaction Toolkit
2025.08.00
Medical Imaging Interaction Toolkit
|
specializations of GenericLookupTable More...
#include <mitkLookupTables.h>


Public Types | |
| typedef BoolLookupTable | Self |
| typedef GenericLookupTable< bool > | Superclass |
Public Types inherited from mitk::GenericLookupTable< bool > | |
| typedef unsigned int | IdentifierType |
| typedef bool | ValueType |
| typedef std::map< IdentifierType, ValueType > | LookupTableType |
| typedef GenericLookupTable | Self |
Public Member Functions | |
| virtual const char * | GetNameOfClass () const |
| BoolLookupTable () | |
| virtual Superclass & | operator= (const Superclass &other) |
| virtual | ~ BoolLookupTable () |
Public Member Functions inherited from mitk::GenericLookupTable< bool > | |
| GenericLookupTable () | |
| virtual | ~GenericLookupTable () |
| virtual const char * | GetNameOfClass () const |
| void | SetTableValue (IdentifierType id, ValueType value) |
| bool | ValueExists (IdentifierType id) const |
| ValueType | GetTableValue (IdentifierType id) const |
| const LookupTableType & | GetLookupTable () const |
| bool | operator== (const Self &lookupTable) const |
| bool | operator!= (const Self &lookupTable) const |
| virtual Self & | operator= (const Self &other) |
Additional Inherited Members | |
Protected Attributes inherited from mitk::GenericLookupTable< bool > | |
| LookupTableType | m_LookupTable |
specializations of GenericLookupTable
Documentation This file contains specializations of mitk::GenericLookupTable for bool, float, int and std::string lookuptables
Definition at line 29 of file mitkLookupTables.h.
Definition at line 29 of file mitkLookupTables.h.
| typedef GenericLookupTable< bool > mitk::BoolLookupTable::Superclass |
Definition at line 29 of file mitkLookupTables.h.
|
inline |
Definition at line 29 of file mitkLookupTables.h.
|
inlinevirtual |
Definition at line 29 of file mitkLookupTables.h.
|
inlinevirtual |
Definition at line 29 of file mitkLookupTables.h.
|
inlinevirtual |
Definition at line 29 of file mitkLookupTables.h.