Medical Imaging Interaction Toolkit  2023.12.99-7a59bd54
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 ()
 
virtual const char * GetNameOfClass () const
 
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 31 of file mitkLookupTables.h.

Member Typedef Documentation

◆ Self

Definition at line 31 of file mitkLookupTables.h.

◆ Superclass

Definition at line 31 of file mitkLookupTables.h.

Constructor & Destructor Documentation

◆ IntLookupTable()

mitk::IntLookupTable::IntLookupTable ( )
inline

Definition at line 31 of file mitkLookupTables.h.

◆ ~ IntLookupTable()

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

Definition at line 31 of file mitkLookupTables.h.

Member Function Documentation

◆ GetNameOfClass()

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

Definition at line 31 of file mitkLookupTables.h.

◆ operator=()

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

Definition at line 31 of file mitkLookupTables.h.


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