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

Method GetPropertyList

Modules/Core/src/DataManagement/mitkDataNode.cpp:196–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194{
195}
196mitk::PropertyList *mitk::DataNode::GetPropertyList(const mitk::BaseRenderer *renderer) const
197{
198 if (renderer == nullptr)
199 return m_PropertyList;
200
201 return this->GetPropertyList(renderer->GetName());
202}
203
204mitk::PropertyList *mitk::DataNode::GetPropertyList(const std::string &rendererName) const
205{

Callers 1

SetDataMethod · 0.95

Calls 5

IsNotNullMethod · 0.80
NewFunction · 0.50
GetNameMethod · 0.45
emptyMethod · 0.45
IsNullMethod · 0.45

Tested by

no test coverage detected