28#ifndef vtkStructuredGridClip_h
29#define vtkStructuredGridClip_h
34#include "vtkFiltersGeneralModule.h"
64 vtkGetMacro(ClipData,
int);
75 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 SetOutputWholeExtent(int extent[6], vtkInformation *outInfo=0)
The whole extent of the output has to be set explicitly.
void ResetOutputWholeExtent()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
int * GetOutputWholeExtent()
static vtkStructuredGridClip * New()
~vtkStructuredGridClip() override
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
void GetOutputWholeExtent(int extent[6])
void CopyData(vtkStructuredGrid *inData, vtkStructuredGrid *outData, int *ext)
void SetOutputWholeExtent(int minX, int maxX, int minY, int maxY, int minZ, int maxZ)
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
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.