MCPcopy Create free account
hub / github.com/MITK/MITK / SetTableValue

Method SetTableValue

Modules/ModelFit/src/Common/mitkScalarListLookupTable.cpp:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36void mitk::ScalarListLookupTable::SetTableValue(const KeyType& key, const ValueType& value)
37{
38 m_LookupTable[key] = value;
39}
40
41bool mitk::ScalarListLookupTable::ValueExists(const KeyType& key) const
42{

Calls

no outgoing calls