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

Method Reset

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

Source from the content-addressed store, hash-verified

291 PropertyKeyPath::~PropertyKeyPath(){};
292
293 void PropertyKeyPath::Reset() { m_NodeInfos.clear(); };
294
295 bool PropertyKeyPath::PropertyKeyPathsMatch(const PropertyKeyPath &left, const PropertyKeyPath &right)
296 {

Callers 2

PropertyKeyPathMethod · 0.95
ComputeGeometryMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected