VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkAlgorithmOutput Class Reference

Proxy object to connect input/output ports. More...

#include <vtkAlgorithmOutput.h>

Inheritance diagram for vtkAlgorithmOutput:
Inheritance graph
[legend]
Collaboration diagram for vtkAlgorithmOutput:
Collaboration graph
[legend]

List of all members.

Public Types

typedef vtkObject Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkAlgorithmOutputNewInstance () const
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 (vtkObjectBase *o)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkAlgorithmOutput ()
 ~vtkAlgorithmOutput ()

Protected Attributes

int Index
vtkAlgorithmProducer

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 38 of file vtkAlgorithmOutput.h.


Member Typedef Documentation

Reimplemented from vtkObject.

Definition at line 42 of file vtkAlgorithmOutput.h.


Constructor & Destructor Documentation


Member Function Documentation

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

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

Reimplemented from vtkObject.

Reimplemented from vtkObject.

virtual vtkObjectBase* vtkAlgorithmOutput::NewInstanceInternal ( ) const [protected, virtual]

Reimplemented from vtkObject.

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.


Member Data Documentation

Definition at line 55 of file vtkAlgorithmOutput.h.

Definition at line 56 of file vtkAlgorithmOutput.h.


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