#include <vtkImageAppend.h>
Inheritance diagram for vtkImageAppend:
vtkImageAppend takes the components from multiple inputs and merges them into one output. The output images are append along the "AppendAxis". Except for the append axis, all inputs must have the same extent. All inputs must have the same number of scalar components. A future extension might be to pad or clip inputs to have the same extent. The output has the same origin and spacing as the first input. The origin and spacing of all other inputs are ignored. All inputs must have the same scalar type.
Definition at line 41 of file vtkImageAppend.h.
Public Types | |
typedef vtkImageMultipleInputFilter | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetAppendAxis (int) |
virtual int | GetAppendAxis () |
virtual void | SetPreserveExtents (int) |
virtual int | GetPreserveExtents () |
virtual void | PreserveExtentsOn () |
virtual void | PreserveExtentsOff () |
Static Public Member Functions | |
vtkImageAppend * | New () |
int | IsTypeOf (const char *type) |
vtkImageAppend * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkImageAppend () | |
~vtkImageAppend () | |
void | ExecuteInformation (vtkImageData **inputs, vtkImageData *output) |
void | ComputeInputUpdateExtent (int inExt[6], int outExt[6], int whichInput) |
void | ExecuteInformation () |
void | ThreadedExecute (vtkImageData **inDatas, vtkImageData *outData, int extent[6], int id) |
void | InitOutput (int outExt[6], vtkImageData *outData) |
Protected Attributes | |
int | PreserveExtents |
int | AppendAxis |
int * | Shifts |
|
Reimplemented from vtkImageMultipleInputFilter. Definition at line 45 of file vtkImageAppend.h. |
|
|
|
|
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkObject.
|
|
Reimplemented from vtkImageMultipleInputFilter.
|
|
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 vtkImageMultipleInputFilter.
|
|
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 vtkImageMultipleInputFilter.
|
|
Reimplemented from vtkImageMultipleInputFilter.
|
|
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 vtkImageMultipleInputFilter.
|
|
This axis is expanded to hold the multiple images. The default AppendAxis is the X axis. If you want to create a volue from a series of XY images, then you should set the AppendAxis to 2 (Z axis). |
|
This axis is expanded to hold the multiple images. The default AppendAxis is the X axis. If you want to create a volue from a series of XY images, then you should set the AppendAxis to 2 (Z axis). |
|
By default "PreserveExtents" is off and the append axis is used. When "PreseveExtents" is on, the extent of the inputs is used to place the image in the output. The whole extent of the output is the union of the input whole extents. Any portion of the output not covered by the inputs is set to zero. The origin and spacing is taken from the first input. |
|
By default "PreserveExtents" is off and the append axis is used. When "PreseveExtents" is on, the extent of the inputs is used to place the image in the output. The whole extent of the output is the union of the input whole extents. Any portion of the output not covered by the inputs is set to zero. The origin and spacing is taken from the first input. |
|
By default "PreserveExtents" is off and the append axis is used. When "PreseveExtents" is on, the extent of the inputs is used to place the image in the output. The whole extent of the output is the union of the input whole extents. Any portion of the output not covered by the inputs is set to zero. The origin and spacing is taken from the first input. |
|
By default "PreserveExtents" is off and the append axis is used. When "PreseveExtents" is on, the extent of the inputs is used to place the image in the output. The whole extent of the output is the union of the input whole extents. Any portion of the output not covered by the inputs is set to zero. The origin and spacing is taken from the first input. |
|
Reimplemented from vtkImageMultipleInputFilter.
|
|
Reimplemented from vtkImageMultipleInputFilter.
|
|
Reimplemented from vtkImageMultipleInputFilter. Definition at line 79 of file vtkImageAppend.h. References vtkImageMultipleInputFilter::ExecuteInformation(). |
|
The execute method created by the subclass. This is kept public instead of protected since it is called from a non-member thread function. Reimplemented from vtkImageMultipleInputFilter.
|
|
|
|
Definition at line 72 of file vtkImageAppend.h. |
|
Definition at line 73 of file vtkImageAppend.h. |
|
Definition at line 75 of file vtkImageAppend.h. |