Data class for modelfit properties that store a map of lists (e.g. static parameters).
More...
#include <mitkScalarListLookupTable.h>
Data class for modelfit properties that store a map of lists (e.g. static parameters).
Definition at line 29 of file mitkScalarListLookupTable.h.
◆ EntryType
◆ KeyType
◆ LookupTableType
◆ ValueType
◆ ScalarListLookupTable()
mitk::ScalarListLookupTable::ScalarListLookupTable |
( |
| ) |
|
|
inline |
◆ ~ScalarListLookupTable()
virtual mitk::ScalarListLookupTable::~ScalarListLookupTable |
( |
| ) |
|
|
inlinevirtual |
◆ GetLookupTable()
const LookupTableType& mitk::ScalarListLookupTable::GetLookupTable |
( |
| ) |
const |
Returns the map of lists.
- Returns
- The map of lists.
◆ GetNameOfClass()
virtual const char* mitk::ScalarListLookupTable::GetNameOfClass |
( |
| ) |
const |
|
virtual |
◆ GetTableValue()
const ValueType& mitk::ScalarListLookupTable::GetTableValue |
( |
const KeyType & |
key | ) |
const |
Returns the list with the given name.
- Parameters
-
key | The name (i.e. map key) of the desired list. |
- Returns
- The list with the given name.
- Exceptions
-
std::range_error | If the list doesn't exist. |
◆ operator!=()
◆ operator=()
◆ operator==()
◆ SetLookupTable()
void mitk::ScalarListLookupTable::SetLookupTable |
( |
const LookupTableType & |
table | ) |
|
◆ SetTableValue()
void mitk::ScalarListLookupTable::SetTableValue |
( |
const KeyType & |
key, |
|
|
const ValueType & |
value |
|
) |
| |
Sets the list at the given map key to the given value.
- Parameters
-
key | The name of the list (i.e. map key). |
value | The list to be added (i.e. map value). |
◆ ValueExists()
bool mitk::ScalarListLookupTable::ValueExists |
( |
const KeyType & |
key | ) |
const |
Returns true if the list with the given name exists.
- Parameters
-
key | The name of the desired list (i.e. map key) |
- Returns
- true if the list exists or false otherwise.
◆ m_LookupTable
The documentation for this class was generated from the following file: