Go to the documentation of this file.
45 #ifndef vtkExtractVOI_h
46 #define vtkExtractVOI_h
48 #include "vtkImagingCoreModule.h"
71 vtkSetVector6Macro(VOI,
int);
72 vtkGetVectorMacro(VOI,
int,6);
82 vtkSetVector3Macro(SampleRate,
int);
83 vtkGetVectorMacro(SampleRate,
int, 3);
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called in response to a REQUEST_DATA request from the executive.
Generic algorithm superclass for image algs.
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Subclasses can reimplement this method to translate the update extent requests from each output port ...
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Subclasses can reimplement this method to collect information from their inputs and set information f...
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkAlgorithm * New()