Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File 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 ()
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:
2001/11/13 14:32:30
Revision:
1.25
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.
Tests:
vtkImageAppendComponents (Tests)

Definition at line 63 of file vtkImageAppendComponents.h.


Constructor & Destructor Documentation

vtkImageAppendComponents::vtkImageAppendComponents   [inline, protected]
 

Definition at line 81 of file vtkImageAppendComponents.h.

vtkImageAppendComponents::~vtkImageAppendComponents   [inline, protected]
 

Definition at line 82 of file vtkImageAppendComponents.h.


Member Function Documentation

vtkImageAppendComponents* vtkImageAppendComponents::New   [static]
 

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

Reimplemented from vtkImageMultipleInputFilter.

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.

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.

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.

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.

Definition at line 73 of file vtkImageAppendComponents.h.

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

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

Definition at line 75 of file vtkImageAppendComponents.h.

void vtkImageAppendComponents::ExecuteInformation vtkImageData **    inputs,
vtkImageData   output
[protected, virtual]
 

Reimplemented from vtkImageMultipleInputFilter.

void vtkImageAppendComponents::ExecuteInformation   [inline, protected, virtual]
 

Reimplemented from vtkImageMultipleInputFilter.

Definition at line 85 of file vtkImageAppendComponents.h.

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 Thu Mar 28 14:30:03 2002 for VTK by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001