49 #ifndef __vtkStructuredGridGeometryFilter_h
50 #define __vtkStructuredGridGeometryFilter_h
52 #include "vtkFiltersGeometryModule.h"
53 #include "vtkPolyDataAlgorithm.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 *);
80 virtual int FillInputPortInformation(
int port, vtkInformation *info);
extract geometry for structured grid
~vtkStructuredGridGeometryFilter()