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