Medical Imaging Interaction Toolkit  2023.12.99-ed252ae7
Medical Imaging Interaction Toolkit
mitkVtkImageOverwrite.h File Reference
#include <MitkSegmentationExports.h>
#include <vtkImageReslice.h>

Go to the source code of this file.

Classes

class  mitkVtkImageOverwrite
 A vtk Filter based on vtkImageReslice with the aditional feature to write a slice into the given input volume. All optimizations for e.g. the plane directions or interpolation are stripped away, the algorithm only interpolates nearest neighbor and uses the non optimized execute function of vtkImageReslice. Note that any interpolation doesn't make sense for round trip use extract->edit->overwrite, because it is nearly impossible to invert the interpolation. There are two use cases for the Filter which are specified by the overwritemode property: More...