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

Method GetSources

Modules/Core/src/DataManagement/mitkStandaloneDataStorage.cpp:246–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244}
245
246mitk::DataStorage::SetOfObjects::ConstPointer mitk::StandaloneDataStorage::GetSources(
247 const mitk::DataNode *node, const NodePredicateBase *condition, bool onlyDirectSources) const
248{
249 std::lock_guard<std::mutex> locked(m_Mutex);
250 return this->GetRelations(node, m_SourceNodes, condition, onlyDirectSources);
251}
252
253mitk::DataStorage::SetOfObjects::ConstPointer mitk::StandaloneDataStorage::GetDerivations(
254 const mitk::DataNode *node, const NodePredicateBase *condition, bool onlyDirectDerivations) const

Callers 15

GetChildNodeHasParentMethod · 0.80
GetRootNodesOnlyMethod · 0.80
BuildNodePredicateMethod · 0.80
GetNodesMethod · 0.80
NodeToJsonMethod · 0.80
BuildNodePathMethod · 0.80
GetParentNodeMethod · 0.80

Calls 1

GetRelationsMethod · 0.95