13 #ifndef mitkModelFitStaticParameterMap_h 14 #define mitkModelFitStaticParameterMap_h 51 unsigned int m_numValues;
74 void Add(
const std::string& name,
const ValueType& newList);
82 const ValueType& Get(
const std::string& name)
const;
84 MapType::size_type
Size()
const 94 const_iterator
end()
const 124 void Sort(
const std::string& name =
"");
141 return (a.front() < b.front());
146 #endif // mitkModelFitStaticParameterMap_h
std::map< ParameterNameType, StaticParameterValuesType > StaticParameterMapType
std::pair< KeyType, ValueType > StaticParameterType
Type of a variable, consisting of name and value list.
ModelBase::StaticParameterValuesType ValueType
Type of the map value.
bool operator<(const StaticParameterMap::ValueType &a, const StaticParameterMap::ValueType &b)
Compares two var lists and returns true if the first list's first item is lower than the second one's...
const_iterator end() const
DataCollection - Class to facilitate loading/accessing structured data.
MapType::size_type Size() const
#define MITKMODELFIT_EXPORT
std::vector< StaticParameterValueType > StaticParameterValuesType
ModelTraitsInterface::ParameterNameType ParameterNameType
const_iterator begin() const
MapType::const_iterator const_iterator
Needed for 'foreach' support.