Main Page   Class Hierarchy   Alphabetical List   Compound List   Compound Members   Related Pages  

vtkImageAppendComponents Class Reference

Collects components from two inputs into. More...

#include <vtkImageAppendComponents.h>

Inheritance diagram for vtkImageAppendComponents:

Inheritance graph
[legend]
Collaboration diagram for vtkImageAppendComponents:

Collaboration graph
[legend]
List of all members.

Public Methods

virtual const char * GetClassName ()
virtual int IsA (const char *type)
virtual void SetInput1 (vtkImageData *input)
virtual void SetInput2 (vtkImageData *input)

Static Public Methods

vtkImageAppendComponents * New ()
int IsTypeOf (const char *type)
vtkImageAppendComponents * SafeDownCast (vtkObject *o)

Protected Methods

 vtkImageAppendComponents ()
 ~vtkImageAppendComponents ()
 vtkImageAppendComponents (const vtkImageAppendComponents &)
void operator= (const vtkImageAppendComponents &)
void ExecuteInformation (vtkImageData **inputs, vtkImageData *output)
void ExecuteInformation ()
void ThreadedExecute (vtkImageData **inDatas, vtkImageData *outData, int extent[6], int id)

Detailed Description

Collects components from two inputs into.

Date:
2000/12/10 20:09:03
Revision:
1.19
Thanks:
Thanks to C. Charles Law who developed this class. one output.
vtkImageAppendComponents takes the components from two inputs and merges them into one output. If Input1 has M components, and Input2 has N components, the output will have M+N components with input1 components coming first.
Examples:
vtkImageAppendComponents (examples)


Member Function Documentation

virtual const char* vtkImageAppendComponents::GetClassName   [virtual]
 

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 vtkImageMultipleInputFilter.

virtual int vtkImageAppendComponents::IsA const char *    type [virtual]
 

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 vtkImageMultipleInputFilter.

int vtkImageAppendComponents::IsTypeOf const char *    type [static]
 

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 vtkImageMultipleInputFilter.

vtkImageAppendComponents* vtkImageAppendComponents::New   [static]
 

Instantiate object with no start, end, or progress methods.

Reimplemented from vtkImageMultipleInputFilter.

vtkImageAppendComponents* vtkImageAppendComponents::SafeDownCast vtkObject   o [static]
 

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 vtkImageMultipleInputFilter.

virtual void vtkImageAppendComponents::SetInput1 vtkImageData   input [inline, virtual]
 

Do not use these: They are for legacy compatibility back when this was a two input filter.

void vtkImageAppendComponents::ThreadedExecute vtkImageData **    inDatas,
vtkImageData   outData,
int    extent[6],
int    id
[protected, virtual]
 

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.


The documentation for this class was generated from the following file:
Generated on Tue Mar 19 13:25:51 2002 for VTK by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002