31 #ifndef __vtkExtractRectilinearGrid_h
32 #define __vtkExtractRectilinearGrid_h
34 #include "vtkFiltersExtractionModule.h"
42 void PrintSelf(ostream& os, vtkIndent indent);
48 vtkSetVector6Macro(VOI,
int);
49 vtkGetVectorMacro(VOI,
int,6);
58 vtkSetVector3Macro(SampleRate,
int);
59 vtkGetVectorMacro(SampleRate,
int, 3);
69 vtkSetMacro(IncludeBoundary,
int);
70 vtkGetMacro(IncludeBoundary,
int);
71 vtkBooleanMacro(IncludeBoundary,
int);
78 virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
79 virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
80 virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
Superclass for algorithms that produce only rectilinear grid as output.
static vtkRectilinearGridAlgorithm * New()
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void PrintSelf(ostream &os, vtkIndent indent)