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

Method ReadyToRun

Modules/AlgorithmsExt/src/mitkSegmentationSink.cpp:42–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 }
41
42 bool SegmentationSink::ReadyToRun()
43 {
44 Image::Pointer image;
45 GetPointerParameter("Input", image);
46
47 DataNode::Pointer groupNode;
48 GetPointerParameter("Group node", groupNode);
49
50 return image.IsNotNull() && groupNode.IsNotNull();
51 }
52
53 bool SegmentationSink::ThreadedUpdateFunction() { return true; }
54 /// to be called by subclasses when they want to insert some resulting object (binary image, surface, ...) into the

Callers

nothing calls this directly

Calls 2

GetPointerParameterFunction · 0.85
IsNotNullMethod · 0.80

Tested by

no test coverage detected