39 #ifndef vtkExtractVOI_h 40 #define vtkExtractVOI_h 42 #include "vtkImagingCoreModule.h" 65 vtkSetVector6Macro(VOI,
int);
66 vtkGetVectorMacro(VOI,
int,6);
76 vtkSetVector3Macro(SampleRate,
int);
77 vtkGetVectorMacro(SampleRate,
int, 3);
90 vtkGetMacro(IncludeBoundary,
int);
100 vtkInformationVector*) VTK_OVERRIDE;
101 int RequestInformation (vtkInformation*,
102 vtkInformationVector**,
103 vtkInformationVector*) VTK_OVERRIDE;
104 int RequestData(vtkInformation* request,
105 vtkInformationVector** inputVector,
106 vtkInformationVector* outputVector) VTK_OVERRIDE;
114 bool RequestDataImpl(vtkInformationVector **inputVector,
115 vtkInformationVector *outputVector);
a simple class to control print indentation
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
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.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.