|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   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);
 
  
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Superclass for algorithms that produce only structured grid as output.
static vtkStructuredGridAlgorithm * 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 by the superclass.
a simple class to control print indentation
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.