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

Method AddNode

Modules/Core/src/DataManagement/mitkPropertyKeyPath.cpp:97–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95 PropertyKeyPath::PathIndexType PropertyKeyPath::GetSize() const { return m_NodeInfos.size(); }
96
97 PropertyKeyPath::PathIndexType PropertyKeyPath::AddNode(const NodeInfo &newNode)
98 {
99 m_NodeInfos.push_back(newNode);
100 return m_NodeInfos.size() - 1;
101 };
102
103 const PropertyKeyPath::NodeInfo &PropertyKeyPath::GetNode(const PathIndexType &index) const
104 {

Callers 1

UpdatePathsMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected