Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
Go to the documentation of this file.
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
124 void Sort(
const std::string& name =
"");
141 return (a.front() < b.front());
MapType::size_type Size() const
std::vector< StaticParameterValueType > StaticParameterValuesType
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...
ModelTraitsInterface::ParameterNameType ParameterNameType
MapType::const_iterator const_iterator
Needed for 'foreach' support.
const_iterator end() const
std::pair< KeyType, ValueType > StaticParameterType
Type of a variable, consisting of name and value list.
#define MITKMODELFIT_EXPORT
Find image slices visible on a given plane.
MITKMULTILABELIO_EXPORT std::vector< CustomMimeType * > Get()
ModelBase::StaticParameterValuesType ValueType
Type of the map value.
const_iterator begin() const
std::map< ParameterNameType, StaticParameterValuesType > StaticParameterMapType