28#ifndef vtkStructuredGridClip_h
29#define vtkStructuredGridClip_h
34#include "vtkFiltersGeneralModule.h"
74 int OutputWholeExtent[6];
a simple class to control print indentation
Superclass for algorithms that produce only structured grid as output.
Reduces the image extent of the input.
void ResetOutputWholeExtent()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
int * GetOutputWholeExtent()
The whole extent of the output has to be set explicitly.
static vtkStructuredGridClip * New()
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
~vtkStructuredGridClip() override=default
void SetOutputWholeExtent(int extent[6], vtkInformation *outInfo=nullptr)
The whole extent of the output has to be set explicitly.
void GetOutputWholeExtent(int extent[6])
The whole extent of the output has to be set explicitly.
void CopyData(vtkStructuredGrid *inData, vtkStructuredGrid *outData, int *ext)
void SetOutputWholeExtent(int minX, int maxX, int minY, int maxY, int minZ, int maxZ)
The whole extent of the output has to be set explicitly.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
topologically regular array of data
record modification and/or execution time