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

specializations of GenericLookupTable More...

#include <mitkLookupTables.h>

Inheritance diagram for mitk::BoolLookupTable:
Collaboration diagram for mitk::BoolLookupTable:

Public Types

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

Public Member Functions

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

Detailed Description

specializations of GenericLookupTable

Documentation This file contains specializations of mitk::GenericLookupTable for bool, float, int and std::string lookuptables : you have to call the mitkSpecializeGenericLookupTableOperator macro in mitkLookupTables.cpp with each specialization to add an ostream << operator for that lookuptable specialization.

Definition at line 33 of file mitkLookupTables.h.

Member Typedef Documentation

Definition at line 33 of file mitkLookupTables.h.

Constructor & Destructor Documentation

mitk::BoolLookupTable::BoolLookupTable ( )
inline

Definition at line 33 of file mitkLookupTables.h.

virtual mitk::BoolLookupTable::~BoolLookupTable ( )
inlinevirtual

Definition at line 33 of file mitkLookupTables.h.

Member Function Documentation

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

Reimplemented from mitk::GenericLookupTable< bool >.

Definition at line 33 of file mitkLookupTables.h.

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

Definition at line 33 of file mitkLookupTables.h.


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