Medical Imaging Interaction Toolkit  2023.12.99-ed252ae7
Medical Imaging Interaction Toolkit
mitk::FloatLookupTable Class Reference

#include <mitkLookupTables.h>

Inheritance diagram for mitk::FloatLookupTable:
Collaboration diagram for mitk::FloatLookupTable:

Public Types

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

Public Member Functions

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

Detailed Description

Definition at line 30 of file mitkLookupTables.h.

Member Typedef Documentation

◆ Self

◆ Superclass

Definition at line 30 of file mitkLookupTables.h.

Constructor & Destructor Documentation

◆ FloatLookupTable()

mitk::FloatLookupTable::FloatLookupTable ( )
inline

Definition at line 30 of file mitkLookupTables.h.

◆ ~ FloatLookupTable()

virtual mitk::FloatLookupTable::~ FloatLookupTable ( )
inlinevirtual

Definition at line 30 of file mitkLookupTables.h.

Member Function Documentation

◆ GetNameOfClass()

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

Definition at line 30 of file mitkLookupTables.h.

◆ operator=()

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

Definition at line 30 of file mitkLookupTables.h.


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