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

Method SetInputSlice

Modules/Segmentation/src/Algorithms/mitkVtkImageOverwrite.cpp:836–840  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

834}
835
836void mitkVtkImageOverwrite::SetInputSlice(vtkImageData *slice)
837{
838 // set the output as input
839 this->SetOutput(slice);
840}
841
842//----------------------------------------------------------------------------
843// This method is passed a input and output region, and executes the filter

Callers 6

GenerateDataMethod · 0.80
WriteSliceToVolumeMethod · 0.80
testRoutineMethod · 0.80

Calls 1

SetOutputMethod · 0.45

Tested by 3

testRoutineMethod · 0.64