|
Medical Imaging Interaction Toolkit
2025.08.00
Medical Imaging Interaction Toolkit
|
#include <mitkLookupTables.h>


Public Types | |
| typedef FloatLookupTable | Self |
| typedef GenericLookupTable< float > | Superclass |
Public Types inherited from mitk::GenericLookupTable< float > | |
| typedef unsigned int | IdentifierType |
| typedef float | ValueType |
| typedef std::map< IdentifierType, ValueType > | LookupTableType |
| typedef GenericLookupTable | Self |
Public Member Functions | |
| virtual const char * | GetNameOfClass () const |
| FloatLookupTable () | |
| virtual Superclass & | operator= (const Superclass &other) |
| virtual | ~ FloatLookupTable () |
Public Member Functions inherited from mitk::GenericLookupTable< float > | |
| 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< float > | |
| LookupTableType | m_LookupTable |
Definition at line 30 of file mitkLookupTables.h.
Definition at line 30 of file mitkLookupTables.h.
| typedef GenericLookupTable< float > mitk::FloatLookupTable::Superclass |
Definition at line 30 of file mitkLookupTables.h.
|
inline |
Definition at line 30 of file mitkLookupTables.h.
|
inlinevirtual |
Definition at line 30 of file mitkLookupTables.h.
|
inlinevirtual |
Definition at line 30 of file mitkLookupTables.h.
|
inlinevirtual |
Definition at line 30 of file mitkLookupTables.h.