#include <vtkImageMultipleInputOutputFilter.h>
Inheritance diagram for vtkImageMultipleInputOutputFilter:
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
vtkImageData * | GetOutput (int num) |
vtkImageData * | GetOutput () |
virtual void | ThreadedExecute (vtkImageData **inDatas, vtkImageData **outDatas, int extent[6], int threadId) |
Static Public Methods | |
vtkImageMultipleInputOutputFilter * | New () |
int | IsTypeOf (const char *type) |
vtkImageMultipleInputOutputFilter * | SafeDownCast (vtkObject *o) |
Protected Methods | |
vtkImageMultipleInputOutputFilter () | |
~vtkImageMultipleInputOutputFilter () | |
void | ComputeInputUpdateExtents (vtkDataObject *output) |
virtual void | ComputeInputUpdateExtent (int inExt[6], int outExt[6], int whichInput) |
void | ExecuteData (vtkDataObject *out) |
virtual void | ThreadedExecute (vtkImageData **inDatas, vtkImageData *outData, int extent[6], int threadId) |
virtual void | ExecuteInformation (vtkImageData **, vtkImageData *) |
void | ExecuteInformation () |
virtual void | ExecuteInformation (vtkImageData **, vtkImageData **) |
Definition at line 62 of file vtkImageMultipleInputOutputFilter.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. |
|
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. |
|
Get one input to this filter. Reimplemented from vtkImageSource. |
|
Get one input to this filter. Reimplemented from vtkImageSource. |
|
The execute method created by the subclass. This is kept public instead of protected since it is called from a non-member thread function. |
|
What is the input update extent that is required to produce the desired output? By default, the whole input is always required but this is overridden in many subclasses. Reimplemented from vtkImageMultipleInputFilter. |
|
Reimplemented from vtkImageMultipleInputFilter. |
|
Reimplemented from vtkImageMultipleInputFilter. |
|
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. |
|
Reimplemented from vtkImageMultipleInputFilter. Definition at line 101 of file vtkImageMultipleInputOutputFilter.h. |
|
Reimplemented from vtkImageMultipleInputFilter. |
|
Definition at line 106 of file vtkImageMultipleInputOutputFilter.h. |