31 #ifndef __vtkExtractRectilinearGrid_h
32 #define __vtkExtractRectilinearGrid_h
34 #include "vtkFiltersExtractionModule.h"
35 #include "vtkRectilinearGridAlgorithm.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 *);