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

Method GetGroupNode

Modules/AlgorithmsExt/src/mitkSegmentationSink.cpp:72–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 }
71
72 DataNode *SegmentationSink::GetGroupNode()
73 {
74 DataNode::Pointer groupNode;
75 GetPointerParameter("Group node", groupNode);
76
77 return groupNode.GetPointer();
78 }
79
80 DataNode *SegmentationSink::LookForPointerTargetBelowGroupNode(const char *name)
81 {

Callers 2

Calls 2

GetPointerParameterFunction · 0.85
GetPointerMethod · 0.80

Tested by

no test coverage detected