45 #ifndef __vtkExtractGrid_h
46 #define __vtkExtractGrid_h
48 #include "vtkFiltersExtractionModule.h"
49 #include "vtkStructuredGridAlgorithm.h"
51 class VTKFILTERSEXTRACTION_EXPORT
vtkExtractGrid :
public vtkStructuredGridAlgorithm
56 void PrintSelf(ostream& os, vtkIndent indent);
62 vtkSetVector6Macro(VOI,
int);
63 vtkGetVectorMacro(VOI,
int,6);
72 vtkSetVector3Macro(SampleRate,
int);
73 vtkGetVectorMacro(SampleRate,
int, 3);
83 vtkSetMacro(IncludeBoundary,
int);
84 vtkGetMacro(IncludeBoundary,
int);
85 vtkBooleanMacro(IncludeBoundary,
int);
92 virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
93 virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
94 virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *);