#include <vtkImageMultipleInputFilter.h>
Inheritance diagram for vtkImageMultipleInputFilter:
Public Methods | |
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 Methods | |
vtkImageMultipleInputFilter * | New () |
int | IsTypeOf (const char *type) |
vtkImageMultipleInputFilter * | SafeDownCast (vtkObject *o) |
Protected Methods | |
vtkImageMultipleInputFilter () | |
~vtkImageMultipleInputFilter () | |
void | ComputeInputUpdateExtents (vtkDataObject *output) |
virtual void | ComputeInputUpdateExtent (int inExt[6], int outExt[6], int whichInput) |
void | ExecuteData (vtkDataObject *output) |
void | ExecuteInformation () |
virtual void | ExecuteInformation (vtkImageData **, vtkImageData *) |
Protected Attributes | |
vtkMultiThreader * | Threader |
int | Bypass |
int | NumberOfThreads |
Definition at line 63 of file vtkImageMultipleInputFilter.h.
|
|
|
|
|
Instantiate object with no start, end, or progress methods. Reimplemented from vtkImageSource. Reimplemented in vtkImageMultipleInputOutputFilter, vtkImageTwoInputFilter, vtkImageAppend, vtkImageAppendComponents, vtkImageBlend, vtkImageCheckerboard, vtkImageCorrelation, vtkImageDifference, vtkImageDotProduct, vtkImageLogic, vtkImageMask, vtkImageMathematics, and vtkImageNonMaximumSuppression. |
|
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 vtkImageSource. Reimplemented in vtkImageMultipleInputOutputFilter, vtkImageTwoInputFilter, vtkImageAppend, vtkImageAppendComponents, vtkImageBlend, vtkImageCheckerboard, vtkImageCorrelation, vtkImageDifference, vtkImageDotProduct, vtkImageLogic, vtkImageMask, vtkImageMathematics, and vtkImageNonMaximumSuppression. |
|
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 vtkImageSource. Reimplemented in vtkImageMultipleInputOutputFilter, vtkImageTwoInputFilter, vtkImageAppend, vtkImageAppendComponents, vtkImageBlend, vtkImageCheckerboard, vtkImageCorrelation, vtkImageDifference, vtkImageDotProduct, vtkImageLogic, vtkImageMask, vtkImageMathematics, and vtkImageNonMaximumSuppression. |
|
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 vtkImageSource. Reimplemented in vtkImageMultipleInputOutputFilter, vtkImageTwoInputFilter, vtkImageAppend, vtkImageAppendComponents, vtkImageBlend, vtkImageCheckerboard, vtkImageCorrelation, vtkImageDifference, vtkImageDotProduct, vtkImageLogic, vtkImageMask, vtkImageMathematics, and vtkImageNonMaximumSuppression. |
|
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 vtkImageSource. Reimplemented in vtkImageMultipleInputOutputFilter, vtkImageTwoInputFilter, vtkImageAppend, vtkImageAppendComponents, vtkImageBlend, vtkImageCheckerboard, vtkImageCorrelation, vtkImageDifference, vtkImageDotProduct, vtkImageLogic, vtkImageMask, vtkImageMathematics, and vtkImageNonMaximumSuppression. |
|
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 vtkSource. Reimplemented in vtkImageMultipleInputOutputFilter, vtkImageAppend, vtkImageBlend, vtkImageCheckerboard, vtkImageCorrelation, vtkImageDifference, vtkImageLogic, vtkImageMask, vtkImageMathematics, and vtkImageNonMaximumSuppression. |
|
Set an Input of this filter. Reimplemented in vtkImageDifference. Referenced by vtkImageDifference::SetInput(), vtkImageAppendComponents::SetInput1(), and vtkImageAppendComponents::SetInput2().
|
|
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, vtkImageAppend, vtkImageAppendComponents, vtkImageBlend, vtkImageCheckerboard, vtkImageCorrelation, vtkImageDifference, vtkImageDotProduct, vtkImageLogic, vtkImageMask, vtkImageMathematics, and vtkImageNonMaximumSuppression. |
|
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. |
|
Reimplemented in vtkImageMultipleInputOutputFilter, and vtkImageBlend. |
|
|
Reimplemented in vtkImageMultipleInputOutputFilter, vtkImageAppend, vtkImageAppendComponents, vtkImageBlend, vtkImageCorrelation, vtkImageDifference, vtkImageDotProduct, vtkImageMask, vtkImageMathematics, and vtkImageNonMaximumSuppression. Definition at line 138 of file vtkImageMultipleInputFilter.h. |
|
Definition at line 122 of file vtkImageMultipleInputFilter.h. |
|
Definition at line 123 of file vtkImageMultipleInputFilter.h. |
|
Definition at line 124 of file vtkImageMultipleInputFilter.h. |