Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <mitkLookupTables.h>
Public Types | |
typedef StringLookupTable | Self |
typedef GenericLookupTable< std::string > | Superclass |
Public Types inherited from mitk::GenericLookupTable< std::string > | |
typedef unsigned int | IdentifierType |
typedef std::string | ValueType |
typedef std::map< IdentifierType, ValueType > | LookupTableType |
typedef GenericLookupTable | Self |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
StringLookupTable () | |
virtual Superclass & | operator= (const Superclass &other) |
virtual | ~StringLookupTable () |
Public Member Functions inherited from mitk::GenericLookupTable< std::string > | |
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< std::string > | |
LookupTableType | m_LookupTable |
Definition at line 36 of file mitkLookupTables.h.
Definition at line 36 of file mitkLookupTables.h.
typedef GenericLookupTable< std::string > mitk::StringLookupTable::Superclass |
Definition at line 36 of file mitkLookupTables.h.
|
inline |
Definition at line 36 of file mitkLookupTables.h.
|
inlinevirtual |
Definition at line 36 of file mitkLookupTables.h.
|
inlinevirtual |
Reimplemented from mitk::GenericLookupTable< std::string >.
Definition at line 36 of file mitkLookupTables.h.
|
inlinevirtual |
Definition at line 36 of file mitkLookupTables.h.