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

Method GenerateData

Modules/Multilabel/src/mitkLabelSetImageToSurfaceFilter.cpp:72–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72void mitk::LabelSetImageToSurfaceFilter::GenerateData()
73{
74 Image::ConstPointer inputImage = this->GetInput();
75 if (inputImage.IsNull())
76 return;
77
78 mitk::Surface *outputSurface = this->GetOutput();
79 if (!outputSurface)
80 return;
81
82 AccessFixedDimensionByItk_1(inputImage, InternalProcessing, 3, outputSurface);
83}
84
85template <typename TPixel, unsigned int VDimension>
86void mitk::LabelSetImageToSurfaceFilter::InternalProcessing(const itk::Image<TPixel, VDimension> *input,

Callers

nothing calls this directly

Calls 3

GetInputMethod · 0.95
IsNullMethod · 0.45
GetOutputMethod · 0.45

Tested by

no test coverage detected