49 #ifndef __vtkStructuredGridGeometryFilter_h
50 #define __vtkStructuredGridGeometryFilter_h
52 #include "vtkFiltersGeometryModule.h"
60 void PrintSelf(ostream& os, vtkIndent indent);
65 vtkGetVectorMacro(Extent,
int,6);
69 void SetExtent(
int iMin,
int iMax,
int jMin,
int jMax,
int kMin,
int kMax);
72 void SetExtent(
int extent[6]);
78 virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
79 virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
virtual int FillInputPortInformation(int port, vtkInformation *info)
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Superclass for algorithms that produce only polydata as output.
extract geometry for structured grid
~vtkStructuredGridGeometryFilter()