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

Method ReadyToRun

Modules/Multilabel/src/mitkLabelSetImageToSurfaceThreadedFilter.cpp:30–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 }
29
30 bool LabelSetImageToSurfaceThreadedFilter::ReadyToRun()
31 {
32 Image::Pointer image;
33 GetPointerParameter("Input", image);
34
35 return image.IsNotNull() && GetGroupNode();
36 }
37
38 bool LabelSetImageToSurfaceThreadedFilter::ThreadedUpdateFunction()
39 {

Callers

nothing calls this directly

Calls 2

GetPointerParameterFunction · 0.85
IsNotNullMethod · 0.80

Tested by

no test coverage detected