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

Method GetConstProperty

Modules/Core/src/DataManagement/mitkBaseData.cpp:290–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

288}
289
290mitk::BaseProperty::ConstPointer mitk::BaseData::GetConstProperty(const std::string &propertyKey, const std::string &contextName, bool fallBackOnDefaultContext) const
291{
292 if (propertyKey.empty())
293 return nullptr;
294
295 if (contextName.empty() || fallBackOnDefaultContext)
296 return m_PropertyList->GetProperty(propertyKey);
297
298 return nullptr;
299}
300
301mitk::BaseProperty * mitk::BaseData::GetNonConstProperty(const std::string &propertyKey, const std::string &contextName, bool fallBackOnDefaultContext)
302{

Callers 15

GetCESTB1AmplitudeMethod · 0.45
GetCESTFrequencyMethod · 0.45
GetCESTPulseDurationMethod · 0.45
GetCESTDutyCycleMethod · 0.45
Connect_datalayerMethod · 0.45
GetExistingRelationsMethod · 0.45
GetInstanceID_IDLayerMethod · 0.45

Calls 2

emptyMethod · 0.45
GetPropertyMethod · 0.45

Tested by 4

Connect_datalayerMethod · 0.36