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);
91 #endif // mitkScalarListLookupTable_h LookupTableType m_LookupTable
MITKCORE_EXPORT bool operator!=(const InteractionEvent &a, const InteractionEvent &b)
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)
#define MITKMODELFIT_EXPORT
std::pair< KeyType, ValueType > EntryType
std::vector< double > ValueType
virtual ~ScalarListLookupTable()
std::map< KeyType, ValueType > LookupTableType
MITKCORE_EXPORT std::ostream & operator<<(std::ostream &o, DataNode::Pointer &dtn)