vtkAlgorithmOutput Class Reference

#include <vtkAlgorithmOutput.h>

Inheritance diagram for vtkAlgorithmOutput:

Inheritance graph
[legend]
Collaboration diagram for vtkAlgorithmOutput:

Collaboration graph
[legend]

List of all members.


Detailed Description

Proxy object to connect input/output ports.

vtkAlgorithmOutput is a proxy object returned by the GetOutputPort method of vtkAlgorithm. It may be passed to the SetInputConnection, AddInputConnection, or RemoveInputConnection methods of another vtkAlgorithm to establish a connection between an output and input port. The connection is not stored in the proxy object: it is simply a convenience for creating or removing connections.

Tests:
vtkAlgorithmOutput (Tests)

Definition at line 37 of file vtkAlgorithmOutput.h.


Public Types

typedef vtkObject Superclass

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)
void SetIndex (int index)
int GetIndex ()
vtkAlgorithmGetProducer ()
void SetProducer (vtkAlgorithm *producer)

Static Public Member Functions

static vtkAlgorithmOutputNew ()
static int IsTypeOf (const char *type)
static vtkAlgorithmOutputSafeDownCast (vtkObject *o)

Protected Member Functions

 vtkAlgorithmOutput ()
 ~vtkAlgorithmOutput ()

Protected Attributes

int Index
vtkAlgorithmProducer

Member Typedef Documentation

Reimplemented from vtkObject.

Definition at line 41 of file vtkAlgorithmOutput.h.


Constructor & Destructor Documentation

vtkAlgorithmOutput::vtkAlgorithmOutput (  )  [protected]

vtkAlgorithmOutput::~vtkAlgorithmOutput (  )  [protected]


Member Function Documentation

static vtkAlgorithmOutput* vtkAlgorithmOutput::New (  )  [static]

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

Reimplemented from vtkObject.

virtual const char* vtkAlgorithmOutput::GetClassName (  )  [virtual]

Reimplemented from vtkObject.

static int vtkAlgorithmOutput::IsTypeOf ( const char *  name  )  [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 vtkObject.

virtual int vtkAlgorithmOutput::IsA ( const char *  name  )  [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 vtkObject.

static vtkAlgorithmOutput* vtkAlgorithmOutput::SafeDownCast ( vtkObject o  )  [static]

Reimplemented from vtkObject.

void vtkAlgorithmOutput::PrintSelf ( ostream &  os,
vtkIndent  indent 
) [virtual]

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

void vtkAlgorithmOutput::SetIndex ( int  index  ) 

int vtkAlgorithmOutput::GetIndex (  ) 

vtkAlgorithm* vtkAlgorithmOutput::GetProducer (  ) 

void vtkAlgorithmOutput::SetProducer ( vtkAlgorithm producer  ) 


Member Data Documentation

int vtkAlgorithmOutput::Index [protected]

Definition at line 54 of file vtkAlgorithmOutput.h.

Definition at line 55 of file vtkAlgorithmOutput.h.


The documentation for this class was generated from the following file:

Generated on Sat Dec 27 13:16:37 2008 for VTK by  doxygen 1.5.6