#include <vtkImageClip.h>
Inheritance diagram for vtkImageClip:
vtkImageClip will make an image smaller. The output must have an image extent which is the subset of the input. The filter has two modes of operation: 1: By default, the data is not copied in this filter. Only the whole extent is modified. 2: If ClipDataOn is set, then you will get no more that the clipped extent.
Definition at line 41 of file vtkImageClip.h.
Public Types | |
typedef vtkImageAlgorithm | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | SetOutputWholeExtent (int piece, int numPieces) |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | SetOutputWholeExtent (int extent[6], vtkInformation *outInfo=0) |
void | SetOutputWholeExtent (int minX, int maxX, int minY, int maxY, int minZ, int maxZ) |
void | GetOutputWholeExtent (int extent[6]) |
int * | GetOutputWholeExtent () |
void | ResetOutputWholeExtent () |
virtual void | SetClipData (int) |
virtual int | GetClipData () |
virtual void | ClipDataOn () |
virtual void | ClipDataOff () |
Static Public Member Functions | |
static vtkImageClip * | New () |
static int | IsTypeOf (const char *type) |
static vtkImageClip * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkImageClip () | |
~vtkImageClip () | |
virtual int | RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
void | CopyData (vtkImageData *inData, vtkImageData *outData, int *ext) |
int | SplitExtentTmp (int piece, int numPieces, int *ext) |
virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
Protected Attributes | |
vtkTimeStamp | CTime |
int | Initialized |
int | OutputWholeExtent [6] |
int | ClipData |
|
Reimplemented from vtkImageAlgorithm. Definition at line 45 of file vtkImageClip.h. |
|
|
|
Definition at line 73 of file vtkImageClip.h. |
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkAlgorithm. |
|
Reimplemented from vtkImageAlgorithm. |
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkImageAlgorithm. |
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkImageAlgorithm. |
|
Reimplemented from vtkImageAlgorithm. |
|
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from vtkImageAlgorithm. |
|
The whole extent of the output has to be set explicitly. |
|
|
|
|
|
Definition at line 54 of file vtkImageClip.h. |
|
|
|
By default, ClipData is off, and only the WholeExtent is modified. the data's extent may actually be larger. When this flag is on, the data extent will be no more than the OutputWholeExtent. |
|
|
|
|
|
|
|
Hack set output by piece |
|
Reimplemented from vtkImageAlgorithm. |
|
|
|
|
|
This is called by the superclass. This is the method you should override. Reimplemented from vtkImageAlgorithm. |
|
Definition at line 73 of file vtkImageClip.h. |
|
Definition at line 77 of file vtkImageClip.h. |
|
Definition at line 78 of file vtkImageClip.h. |
|
Definition at line 80 of file vtkImageClip.h. |