40 #ifndef vtkExtractGrid_h 41 #define vtkExtractGrid_h 43 #include "vtkFiltersExtractionModule.h" 62 vtkSetVector6Macro(VOI,
int);
63 vtkGetVectorMacro(VOI,
int,6);
74 vtkSetVector3Macro(SampleRate,
int);
75 vtkGetVectorMacro(SampleRate,
int, 3);
88 vtkGetMacro(IncludeBoundary,
int);
97 int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) VTK_OVERRIDE;
98 int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *) VTK_OVERRIDE;
106 bool RequestDataImpl(vtkInformationVector **inputVector,
107 vtkInformationVector *outputVector);
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkStructuredGridAlgorithm * New()
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.