#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 33 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 | |
int | IsTypeOf (const char *type) |
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 *) |
Protected Attributes | |
vtkMultiThreader * | Threader |
int | Bypass |
int | NumberOfThreads |
|
Reimplemented from vtkImageSource.
Reimplemented in vtkImageMultipleInputOutputFilter, vtkImageTwoInputFilter, vtkPushImageFilterSample, vtkImageAppend, vtkImageAppendComponents, vtkImageBlend, vtkImageCheckerboard, vtkImageCorrelation, vtkImageDifference, vtkImageDotProduct, vtkImageLogic, vtkImageMask, vtkImageMathematics, vtkImageNonMaximumSuppression, and vtkImageRectilinearWipe. Definition at line 36 of file vtkImageMultipleInputFilter.h. |
|
|
|
|
|
|
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, vtkImageTwoInputFilter, vtkPushImageFilterSample, vtkImageAppend, vtkImageAppendComponents, vtkImageBlend, vtkImageCheckerboard, vtkImageCorrelation, vtkImageDifference, vtkImageDotProduct, vtkImageLogic, vtkImageMask, vtkImageMathematics, vtkImageNonMaximumSuppression, and vtkImageRectilinearWipe.
|
|
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, vtkImageTwoInputFilter, vtkPushImageFilterSample, vtkImageAppend, vtkImageAppendComponents, vtkImageBlend, vtkImageCheckerboard, vtkImageCorrelation, vtkImageDifference, vtkImageDotProduct, vtkImageLogic, vtkImageMask, vtkImageMathematics, vtkImageNonMaximumSuppression, and vtkImageRectilinearWipe.
|
|
|
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, vtkImageTwoInputFilter, vtkPushImageFilterSample, vtkImageAppend, vtkImageBlend, vtkImageCheckerboard, vtkImageCorrelation, vtkImageDifference, vtkImageLogic, vtkImageMask, vtkImageMathematics, vtkImageNonMaximumSuppression, and vtkImageRectilinearWipe.
|
|
Set an Input of this filter. Reimplemented in vtkImageDifference.
Referenced by vtkImageDifference::SetInput(). |
|
Adds an input to the first null position in the input list. Expands the list memory if necessary |
|
Adds an input to the first null position in the input list. Expands the list memory if necessary |
|
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, vtkPushImageFilterSample, vtkImageAppend, vtkImageAppendComponents, vtkImageBlend, vtkImageCheckerboard, vtkImageCorrelation, vtkImageDifference, vtkImageDotProduct, vtkImageLogic, vtkImageMask, vtkImageMathematics, vtkImageNonMaximumSuppression, and vtkImageRectilinearWipe.
|
|
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, vtkImageAppend, vtkImageBlend, vtkImageCorrelation, vtkImageDifference, and vtkImageNonMaximumSuppression.
|
|
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, and vtkImageBlend.
|
|
|
|
|
Reimplemented in vtkImageMultipleInputOutputFilter, vtkPushImageFilterSample, vtkImageAppend, vtkImageAppendComponents, vtkImageBlend, vtkImageCorrelation, vtkImageDifference, vtkImageDotProduct, vtkImageMask, vtkImageMathematics, and vtkImageNonMaximumSuppression. Definition at line 108 of file vtkImageMultipleInputFilter.h. |
|
Definition at line 91 of file vtkImageMultipleInputFilter.h. |
|
Definition at line 92 of file vtkImageMultipleInputFilter.h. |
|
Definition at line 93 of file vtkImageMultipleInputFilter.h. |