Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
mitk::StringLookupTable Class Reference

#include <mitkLookupTables.h>

Inheritance diagram for mitk::StringLookupTable:
Collaboration diagram for mitk::StringLookupTable:

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, ValueTypeLookupTableType
 
typedef GenericLookupTable Self
 

Public Member Functions

virtual const char * GetNameOfClass () const
 
 StringLookupTable ()
 
virtual Superclassoperator= (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 LookupTableTypeGetLookupTable () const
 
bool operator== (const Self &lookupTable) const
 
bool operator!= (const Self &lookupTable) const
 
virtual Selfoperator= (const Self &other)
 

Additional Inherited Members

- Protected Attributes inherited from mitk::GenericLookupTable< std::string >
LookupTableType m_LookupTable
 

Detailed Description

Definition at line 36 of file mitkLookupTables.h.

Member Typedef Documentation

Definition at line 36 of file mitkLookupTables.h.

Constructor & Destructor Documentation

mitk::StringLookupTable::StringLookupTable ( )
inline

Definition at line 36 of file mitkLookupTables.h.

virtual mitk::StringLookupTable::~StringLookupTable ( )
inlinevirtual

Definition at line 36 of file mitkLookupTables.h.

Member Function Documentation

virtual const char* mitk::StringLookupTable::GetNameOfClass ( ) const
inlinevirtual

Reimplemented from mitk::GenericLookupTable< std::string >.

Definition at line 36 of file mitkLookupTables.h.

virtual Superclass& mitk::StringLookupTable::operator= ( const Superclass other)
inlinevirtual

Definition at line 36 of file mitkLookupTables.h.


The documentation for this class was generated from the following file: