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

#include <mitkLookupTables.h>

Inheritance diagram for mitk::IntLookupTable:
Collaboration diagram for mitk::IntLookupTable:

Public Types

typedef IntLookupTable Self
 
typedef GenericLookupTable< int > Superclass
 
- Public Types inherited from mitk::GenericLookupTable< int >
typedef unsigned int IdentifierType
 
typedef int ValueType
 
typedef std::map< IdentifierType, ValueTypeLookupTableType
 
typedef GenericLookupTable Self
 

Public Member Functions

virtual const char * GetNameOfClass () const
 
 IntLookupTable ()
 
virtual Superclassoperator= (const Superclass &other)
 
virtual ~IntLookupTable ()
 
- Public Member Functions inherited from mitk::GenericLookupTable< int >
 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< int >
LookupTableType m_LookupTable
 

Detailed Description

Definition at line 35 of file mitkLookupTables.h.

Member Typedef Documentation

Definition at line 35 of file mitkLookupTables.h.

Definition at line 35 of file mitkLookupTables.h.

Constructor & Destructor Documentation

mitk::IntLookupTable::IntLookupTable ( )
inline

Definition at line 35 of file mitkLookupTables.h.

virtual mitk::IntLookupTable::~IntLookupTable ( )
inlinevirtual

Definition at line 35 of file mitkLookupTables.h.

Member Function Documentation

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

Reimplemented from mitk::GenericLookupTable< int >.

Definition at line 35 of file mitkLookupTables.h.

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

Definition at line 35 of file mitkLookupTables.h.


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