Medical Imaging Interaction Toolkit
2023.04.00
Medical Imaging Interaction Toolkit
|
Go to the documentation of this file.
13 #ifndef mitkScalarListLookupTable_h
14 #define mitkScalarListLookupTable_h
39 virtual const char* GetNameOfClass()
const;
46 void SetTableValue(
const KeyType& key,
const ValueType& value);
53 bool ValueExists(
const KeyType& key)
const;
61 const ValueType& GetTableValue(
const KeyType& key)
const;
67 const LookupTableType& GetLookupTable()
const;
69 void SetLookupTable(
const LookupTableType& table);
LookupTableType m_LookupTable
std::map< KeyType, ValueType > LookupTableType
MITKCORE_EXPORT std::ostream & operator<<(std::ostream &o, DataNode::Pointer &dtn)
std::vector< double > ValueType
#define MITKMODELFIT_EXPORT
DataCollection - Class to facilitate loading/accessing structured data.
Data class for modelfit properties that store a map of lists (e.g. static parameters).
MITKCORE_EXPORT bool operator!=(const InteractionEvent &a, const InteractionEvent &b)
std::pair< KeyType, ValueType > EntryType
MITKCORE_EXPORT bool operator==(const InteractionEvent &a, const InteractionEvent &b)
virtual ~ScalarListLookupTable()