#include <vtkImageMultipleInputFilter.h>
Inheritance diagram for vtkImageMultipleInputFilter:
vtkImageMultipleInputFilter 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 vtkImageMultipleInputFilter.h.
Public Types | |
typedef vtkImageSource | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetInput (int num, vtkImageData *input) |
virtual void | AddInput (vtkImageData *input) |
virtual void | RemoveInput (vtkImageData *input) |
vtkImageData * | GetInput (int num) |
vtkImageData * | GetInput () |
virtual void | SetBypass (int) |
virtual int | GetBypass () |
virtual void | BypassOn () |
virtual void | BypassOff () |
virtual void | SetNumberOfThreads (int) |
virtual int | GetNumberOfThreads () |
virtual int | SplitExtent (int splitExt[6], int startExt[6], int num, int total) |
virtual void | ThreadedExecute (vtkImageData **inDatas, vtkImageData *outData, int extent[6], int threadId) |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkImageMultipleInputFilter * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkImageMultipleInputFilter () | |
~vtkImageMultipleInputFilter () | |
void | ComputeInputUpdateExtents (vtkDataObject *output) |
virtual void | ComputeInputUpdateExtent (int inExt[6], int outExt[6], int whichInput) |
void | ExecuteData (vtkDataObject *output) |
void | MultiThread (vtkImageData **indatas, vtkImageData *outdata) |
void | ExecuteInformation () |
virtual void | ExecuteInformation (vtkImageData **, vtkImageData *) |
virtual int | FillInputPortInformation (int, vtkInformation *) |
Protected Attributes | |
vtkMultiThreader * | Threader |
int | Bypass |
int | NumberOfThreads |
|
Reimplemented from vtkImageSource. Reimplemented in vtkImageMultipleInputOutputFilter, and vtkImageTwoInputFilter. Definition at line 35 of file vtkImageMultipleInputFilter.h. |
|
|
|
|
|
Reimplemented from vtkImageSource. Reimplemented in vtkImageMultipleInputOutputFilter, and 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 vtkImageSource. Reimplemented in vtkImageMultipleInputOutputFilter, and 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 vtkImageSource. Reimplemented in vtkImageMultipleInputOutputFilter, and vtkImageTwoInputFilter. |
|
Reimplemented from vtkImageSource. Reimplemented in vtkImageMultipleInputOutputFilter, and 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 vtkImageSource. Reimplemented in vtkImageMultipleInputOutputFilter, and vtkImageTwoInputFilter. |
|
Set an Input of this filter. |
|
Adds an input to the first null position in the input list. Expands the list memory if necessary |
|
Set an Input of this filter. |
|
Get one input to this filter. |
|
Get one input to this filter. |
|
Turning bypass on will cause the filter to turn off and simply pass the data from the first input (input0) through. It is implemented for consistency with vtkImageToImageFilter. |
|
Turning bypass on will cause the filter to turn off and simply pass the data from the first input (input0) through. It is implemented for consistency with vtkImageToImageFilter. |
|
Turning bypass on will cause the filter to turn off and simply pass the data from the first input (input0) through. It is implemented for consistency with vtkImageToImageFilter. |
|
Turning bypass on will cause the filter to turn off and simply pass the data from the first input (input0) through. It is implemented for consistency with vtkImageToImageFilter. |
|
Get/Set the number of threads to create when rendering |
|
Get/Set the number of threads to create when rendering |
|
Putting this here until I merge graphics and imaging streaming. |
|
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 in vtkImageMultipleInputOutputFilter. |
|
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 vtkSource. Reimplemented in vtkImageMultipleInputOutputFilter. |
|
Reimplemented in vtkImageMultipleInputOutputFilter. |
|
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 vtkSource. Reimplemented in vtkImageMultipleInputOutputFilter. |
|
|
|
Reimplemented from vtkSource. Reimplemented in vtkImageMultipleInputOutputFilter. |
|
Reimplemented in vtkImageMultipleInputOutputFilter. Definition at line 107 of file vtkImageMultipleInputFilter.h. |
|
Fill the input port information objects for this algorithm. This is invoked by the first call to GetInputPortInformation for each port so subclasses can specify what they can handle. Reimplemented from vtkProcessObject. |
|
Definition at line 90 of file vtkImageMultipleInputFilter.h. |
|
Definition at line 91 of file vtkImageMultipleInputFilter.h. |
|
Definition at line 92 of file vtkImageMultipleInputFilter.h. |