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

Method GetPropertyListNames

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

Source from the content-addressed store, hash-verified

181}
182
183mitk::DataNode::PropertyListKeyNames mitk::DataNode::GetPropertyListNames() const
184{
185 PropertyListKeyNames result;
186
187 for (const auto &entries : m_MapOfPropertyLists)
188 result.push_back(entries.first);
189
190 return result;
191}
192
193void mitk::DataNode::CopyInformation(const itk::DataObject * /*data*/)
194{

Callers 3

ArePropertyListsEqualMethod · 0.80
SaveSceneMethod · 0.80

Calls

no outgoing calls

Tested by 1

ArePropertyListsEqualMethod · 0.64