Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

vtkImageAppendComponents Class Reference

#include <vtkImageAppendComponents.h>

Inheritance diagram for vtkImageAppendComponents:

Inheritance graph
[legend]
Collaboration diagram for vtkImageAppendComponents:

Collaboration graph
[legend]
List of all members.

Detailed Description

Collects components from two inputs into 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 34 of file vtkImageAppendComponents.h.
void SetInput (int num, vtkDataObject *input)
void SetInput (vtkDataObject *input)
static vtkImageAppendComponentsSafeDownCast (vtkObject *o)

Public Types

typedef vtkThreadedImageAlgorithm Superclass

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
int GetNumberOfInputs ()
vtkDataObjectGetInput (int num)
vtkDataObjectGetInput ()

Static Public Member Functions

static vtkImageAppendComponentsNew ()
static int IsTypeOf (const char *type)

Protected Member Functions

 vtkImageAppendComponents ()
 ~vtkImageAppendComponents ()
virtual int RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void ThreadedRequestData (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector, vtkImageData ***inData, vtkImageData **outData, int ext[6], int id)
virtual int FillInputPortInformation (int, vtkInformation *)


Member Typedef Documentation

typedef vtkThreadedImageAlgorithm vtkImageAppendComponents::Superclass
 

Reimplemented from vtkThreadedImageAlgorithm.

Definition at line 38 of file vtkImageAppendComponents.h.


Constructor & Destructor Documentation

vtkImageAppendComponents::vtkImageAppendComponents  )  [inline, protected]
 

Definition at line 62 of file vtkImageAppendComponents.h.

vtkImageAppendComponents::~vtkImageAppendComponents  )  [inline, protected]
 

Definition at line 63 of file vtkImageAppendComponents.h.


Member Function Documentation

static vtkImageAppendComponents* vtkImageAppendComponents::New  )  [static]
 

Create an object with Debug turned off, modified time initialized to zero, and reference counting on.

Reimplemented from vtkAlgorithm.

virtual const char* vtkImageAppendComponents::GetClassName  )  [virtual]
 

Reimplemented from vtkThreadedImageAlgorithm.

static 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 vtkTypeRevisionMacro found in vtkSetGet.h.

Reimplemented from vtkThreadedImageAlgorithm.

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 vtkTypeRevisionMacro found in vtkSetGet.h.

Reimplemented from vtkThreadedImageAlgorithm.

static vtkImageAppendComponents* vtkImageAppendComponents::SafeDownCast vtkObject o  )  [static]
 

Set an Input of this filter. This method is only for support of old-style pipeline connections. When writing new code you should use vtkAlgorithm::AddInputConnection(0, data).

Reimplemented from vtkThreadedImageAlgorithm.

void vtkImageAppendComponents::SetInput int  num,
vtkDataObject input
 

Set an Input of this filter. This method is only for support of old-style pipeline connections. When writing new code you should use vtkAlgorithm::AddInputConnection(0, data).

Reimplemented from vtkImageAlgorithm.

void vtkImageAppendComponents::SetInput vtkDataObject input  )  [inline]
 

Set an Input of this filter. This method is only for support of old-style pipeline connections. When writing new code you should use vtkAlgorithm::AddInputConnection(0, data).

Reimplemented from vtkImageAlgorithm.

Definition at line 45 of file vtkImageAppendComponents.h.

References vtkImageAlgorithm::SetInput().

vtkDataObject* vtkImageAppendComponents::GetInput int  num  ) 
 

Get one input to this filter. This method is only for support of old-style pipeline connections. When writing new code you should use vtkAlgorithm::GetInputConnection(0, num).

Reimplemented from vtkImageAlgorithm.

vtkDataObject* vtkImageAppendComponents::GetInput  )  [inline]
 

Get one input to this filter. This method is only for support of old-style pipeline connections. When writing new code you should use vtkAlgorithm::GetInputConnection(0, num).

Reimplemented from vtkImageAlgorithm.

Definition at line 53 of file vtkImageAppendComponents.h.

References vtkImageAlgorithm::GetInput().

int vtkImageAppendComponents::GetNumberOfInputs  )  [inline]
 

Get the number of inputs to this filter. This method is only for support of old-style pipeline connections. When writing new code you should use vtkAlgorithm::GetNumberOfInputConnections(0).

Definition at line 59 of file vtkImageAppendComponents.h.

References vtkAlgorithm::GetNumberOfInputConnections().

virtual int vtkImageAppendComponents::RequestInformation vtkInformation ,
vtkInformationVector **  ,
vtkInformationVector
[protected, virtual]
 

Reimplemented from vtkImageAlgorithm.

void vtkImageAppendComponents::ThreadedRequestData vtkInformation request,
vtkInformationVector **  inputVector,
vtkInformationVector outputVector,
vtkImageData ***  inData,
vtkImageData **  outData,
int  ext[6],
int  id
[protected, virtual]
 

If the subclass does not define an Execute method, then the task will be broken up, multiple threads will be spawned, and each thread will call this method. It is public so that the thread functions can call this method.

Reimplemented from vtkThreadedImageAlgorithm.

virtual int vtkImageAppendComponents::FillInputPortInformation int  ,
vtkInformation
[protected, virtual]
 

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


The documentation for this class was generated from the following file:
Generated on Mon Jan 21 23:48:21 2008 for VTK by  doxygen 1.4.3-20050530