#include <vtkImageAppendComponents.h>
Inheritance diagram for vtkImageAppendComponents:
vtkImageAppendComponents takes the components from two inputs and merges them into one output. If Input1 has M components, and Input2 has N components, the output will have M+N components with input1 components coming first.
Definition at line 46 of file vtkImageAppendComponents.h.
Public Types | |
typedef vtkImageMultipleInputFilter | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
Static Public Member Functions | |
vtkImageAppendComponents * | New () |
int | IsTypeOf (const char *type) |
vtkImageAppendComponents * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkImageAppendComponents () | |
~vtkImageAppendComponents () | |
void | ExecuteInformation (vtkImageData **inputs, vtkImageData *output) |
void | ExecuteInformation () |
void | ThreadedExecute (vtkImageData **inDatas, vtkImageData *outData, int extent[6], int id) |
|
Reimplemented from vtkImageMultipleInputFilter. Definition at line 50 of file vtkImageAppendComponents.h. |
|
Definition at line 53 of file vtkImageAppendComponents.h. |
|
Definition at line 54 of file vtkImageAppendComponents.h. |
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkAlgorithm. |
|
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. |
|
Reimplemented from vtkImageMultipleInputFilter. |
|
Reimplemented from vtkImageMultipleInputFilter. Definition at line 57 of file vtkImageAppendComponents.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. |