#include <vtkImageAppendComponents.h>
Inheritance diagram for vtkImageAppendComponents:
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
virtual void | SetInput1 (vtkImageData *input) |
virtual void | SetInput2 (vtkImageData *input) |
Static Public Methods | |
vtkImageAppendComponents * | New () |
int | IsTypeOf (const char *type) |
vtkImageAppendComponents * | SafeDownCast (vtkObject *o) |
Protected Methods | |
vtkImageAppendComponents () | |
~vtkImageAppendComponents () | |
vtkImageAppendComponents (const vtkImageAppendComponents &) | |
void | operator= (const vtkImageAppendComponents &) |
void | ExecuteInformation (vtkImageData **inputs, vtkImageData *output) |
void | ExecuteInformation () |
void | ThreadedExecute (vtkImageData **inDatas, vtkImageData *outData, int extent[6], int id) |
Definition at line 63 of file vtkImageAppendComponents.h.
|
Definition at line 79 of file vtkImageAppendComponents.h. |
|
Definition at line 80 of file vtkImageAppendComponents.h. |
|
Definition at line 81 of file vtkImageAppendComponents.h. |
|
Instantiate object with no start, end, or progress methods. Reimplemented from vtkImageMultipleInputFilter. |
|
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 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 vtkTypeMacro 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 vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkImageMultipleInputFilter. |
|
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 vtkImageMultipleInputFilter. |
|
Do not use these: They are for legacy compatibility back when this was a two input filter. Definition at line 72 of file vtkImageAppendComponents.h. |
|
Definition at line 74 of file vtkImageAppendComponents.h. |
|
Definition at line 82 of file vtkImageAppendComponents.h. |
|
Reimplemented from vtkImageMultipleInputFilter. |
|
Reimplemented from vtkImageMultipleInputFilter. Definition at line 85 of file vtkImageAppendComponents.h. |
|
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. |