#include <vtkPushImageFilterSample.h>
Inheritance diagram for vtkPushImageFilterSample:
vtkPushImageFilterSample an example of a complex filter using the PushPipeline.
Definition at line 45 of file vtkPushImageFilterSample.h.
Public Types | |
typedef vtkImageTwoInputFilter | Superclass |
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
Static Public Methods | |
vtkPushImageFilterSample * | New () |
int | IsTypeOf (const char *type) |
vtkPushImageFilterSample * | SafeDownCast (vtkObject *o) |
Protected Methods | |
vtkPushImageFilterSample () | |
~vtkPushImageFilterSample () | |
void | ExecuteInformation (vtkImageData **inDatas, vtkImageData *outData) |
void | ExecuteInformation () |
void | ThreadedExecute (vtkImageData **inDatas, vtkImageData *outData, int extent[6], int id) |
|
Reimplemented from vtkImageTwoInputFilter. Definition at line 49 of file vtkPushImageFilterSample.h. |
|
|
|
Definition at line 54 of file vtkPushImageFilterSample.h. |
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkObject. |
|
Reimplemented from vtkImageTwoInputFilter. |
|
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 vtkImageTwoInputFilter. |
|
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 vtkImageTwoInputFilter. |
|
Reimplemented from vtkImageTwoInputFilter. |
|
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 vtkImageTwoInputFilter. |
|
Reimplemented from vtkImageMultipleInputFilter. |
|
Reimplemented from vtkImageMultipleInputFilter. Definition at line 57 of file vtkPushImageFilterSample.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. |