#include <vtkImageClip.h>
Inheritance diagram for vtkImageClip:
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | SetOutputWholeExtent (int extent[6]) |
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 () |
void | SetOutputWholeExtent (int piece, int numPieces) |
Static Public Methods | |
vtkImageClip * | New () |
int | IsTypeOf (const char *type) |
vtkImageClip * | SafeDownCast (vtkObject *o) |
Protected Methods | |
vtkImageClip () | |
~vtkImageClip () | |
vtkImageClip (const vtkImageClip &) | |
void | operator= (const vtkImageClip &) |
void | ExecuteInformation (vtkImageData *inData, vtkImageData *outData) |
void | ExecuteInformation () |
void | CopyData (vtkImageData *inData, vtkImageData *outData, int *ext) |
void | Execute (vtkImageData *inData, vtkImageData *outData) |
void | Execute () |
void | Execute (vtkImageData *output) |
int | SplitExtentTmp (int piece, int numPieces, int *ext) |
Protected Attributes | |
vtkTimeStamp | CTime |
int | Initialized |
int | OutputWholeExtent [6] |
int | ClipData |
Definition at line 67 of file vtkImageClip.h.
|
|
|
Definition at line 95 of file vtkImageClip.h. |
|
Definition at line 96 of file vtkImageClip.h. |
|
Instantiate object with no start, end, or progress methods. Reimplemented from vtkImageToImageFilter. |
|
Return the class name as a string. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkImageToImageFilter. |
|
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 vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkImageToImageFilter. |
|
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 vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkImageToImageFilter. |
|
Will cast the supplied object to vtkObject* is this is a safe operation (i.e., a safe downcast); otherwise NULL is returned. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkImageToImageFilter. |
|
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 vtkImageToImageFilter. |
|
The whole extent of the output has to be set explicitly. |
|
|
|
|
|
Definition at line 79 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 |
|
Definition at line 97 of file vtkImageClip.h. |
|
Reimplemented from vtkImageToImageFilter. |
|
Reimplemented from vtkImageToImageFilter. Definition at line 107 of file vtkImageClip.h. |
|
|
|
Reimplemented from vtkImageToImageFilter. |
|
Reimplemented from vtkImageToImageFilter. Definition at line 111 of file vtkImageClip.h. |
|
Reimplemented from vtkImageToImageFilter. Definition at line 112 of file vtkImageClip.h. |
|
|
|
Definition at line 100 of file vtkImageClip.h. |
|
Definition at line 101 of file vtkImageClip.h. |
|
Definition at line 102 of file vtkImageClip.h. |
|
Definition at line 104 of file vtkImageClip.h. |