13 #ifndef mitkVtkImageOverwrite_h
14 #define mitkVtkImageOverwrite_h
17 #include <vtkImageReslice.h>
76 vtkInformationVector **vtkNotUsed(inputVector),
77 vtkInformationVector *vtkNotUsed(outputVector),
78 vtkImageData ***inData,
79 vtkImageData **outData,
#define MITKSEGMENTATION_EXPORT
A vtk Filter based on vtkImageReslice with the additional feature to write a slice into the given inp...
static mitkVtkImageOverwrite * New()
vtkTypeMacro(mitkVtkImageOverwrite, vtkImageReslice)
void ThreadedRequestData(vtkInformation *vtkNotUsed(request), vtkInformationVector **vtkNotUsed(inputVector), vtkInformationVector *vtkNotUsed(outputVector), vtkImageData ***inData, vtkImageData **outData, int outExt[6], int id) override
~mitkVtkImageOverwrite() override
void SetInputSlice(vtkImageData *slice)
Set the slice for overwrite mode. Note: It is recommend not to use this in reslice mode because other...
void SetOverwriteMode(bool b)
Set the mode either to reslice (false) or to overwrite (true). Default: false.