Go to the documentation of this file.
27 #ifndef vtkRectilinearGridClip_h
28 #define vtkRectilinearGridClip_h
70 int OutputWholeExtent[6];
void ResetOutputWholeExtent()
void SetOutputWholeExtent(int minX, int maxX, int minY, int maxY, int minZ, int maxZ)
Superclass for algorithms that produce only rectilinear grid as output.
a dataset that is topologically regular with variable spacing in the three coordinate directions
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
record modification and/or execution time
#define vtkTypeMacro(thisClass, superclass)
void CopyData(vtkRectilinearGrid *inData, vtkRectilinearGrid *outData, int *ext)
void PrintSelf(ostream &os, vtkIndent indent)
static vtkRectilinearGridClip * New()
a simple class to control print indentation
#define VTKFILTERSGENERAL_EXPORT
void SetOutputWholeExtent(int extent[6], vtkInformation *outInfo=0)
#define vtkGetMacro(name, type)
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkSetMacro(IgnoreDriverBugs, bool)
void GetOutputWholeExtent(int extent[6])
int * GetOutputWholeExtent()
Reduces the image extent of the input.
~vtkRectilinearGridClip()
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)