46 #ifndef vtkExtractGrid_h
47 #define vtkExtractGrid_h
49 #include "vtkFiltersExtractionModule.h"
68 vtkSetVector6Macro(VOI,
int);
69 vtkGetVectorMacro(VOI,
int,6);
80 vtkSetVector3Macro(SampleRate,
int);
81 vtkGetVectorMacro(SampleRate,
int, 3);
94 vtkGetMacro(IncludeBoundary,
int);
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
static vtkStructuredGridAlgorithm * New()
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
a simple class to control print indentation
Superclass for algorithms that produce only structured grid as output.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.