45 #ifndef __vtkExtractGrid_h
46 #define __vtkExtractGrid_h
48 #include "vtkFiltersExtractionModule.h"
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 *);
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
static vtkStructuredGridAlgorithm * New()
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Superclass for algorithms that produce only structured grid as output.
void PrintSelf(ostream &os, vtkIndent indent)