Medical Imaging Interaction Toolkit
2016.11.0
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 () |
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 34 of file mitkLookupTables.h.
Definition at line 34 of file mitkLookupTables.h.
typedef GenericLookupTable< float > mitk::FloatLookupTable::Superclass |
Definition at line 34 of file mitkLookupTables.h.
|
inline |
Definition at line 34 of file mitkLookupTables.h.
|
inlinevirtual |
Definition at line 34 of file mitkLookupTables.h.
|
inlinevirtual |
Reimplemented from mitk::GenericLookupTable< float >.
Definition at line 34 of file mitkLookupTables.h.
|
inlinevirtual |
Definition at line 34 of file mitkLookupTables.h.