#include <vtkImageMultipleInputOutputFilter.h>
Inheritance diagram for vtkImageMultipleInputOutputFilter:
vtkImageMultipleInputOutputFilter is a super class for filters that have any number of inputs. Steaming is not available in this class yet.
Definition at line 32 of file vtkImageMultipleInputOutputFilter.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) |
vtkImageData * | GetOutput (int num) |
vtkImageData * | GetOutput () |
virtual void | ThreadedExecute (vtkImageData **inDatas, vtkImageData **outDatas, int extent[6], int threadId) |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkImageMultipleInputOutputFilter * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
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 **) |
|
Reimplemented from vtkImageMultipleInputFilter. Definition at line 35 of file vtkImageMultipleInputOutputFilter.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 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. |
|
Get one input to this filter. Reimplemented from vtkImageSource. |
|
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. |
|
This method is the one that should be used by subclasses, right now the default implementation is to call the backwards compatibility method 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 70 of file vtkImageMultipleInputOutputFilter.h. |
|
Reimplemented from vtkImageMultipleInputFilter. |
|
Definition at line 75 of file vtkImageMultipleInputOutputFilter.h. |