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

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.

Created by:
  • Bertel, Francois
CVS contributions (if > 5%):
  • Bertel, Francois (100%)
CVS logs (CVSweb):
  • .h (/Filtering/vtkAlgorithmOutput.h)
  • .cxx (/Filtering/vtkAlgorithmOutput.cxx)

Definition at line 44 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

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

Protected Member Functions

 vtkAlgorithmOutput ()
 ~vtkAlgorithmOutput ()

Protected Attributes

int Index
vtkAlgorithmProducer


Member Typedef Documentation

typedef vtkObject vtkAlgorithmOutput::Superclass
 

Reimplemented from vtkObject.

Definition at line 48 of file vtkAlgorithmOutput.h.


Constructor & Destructor Documentation

vtkAlgorithmOutput::vtkAlgorithmOutput  )  [protected]
 

vtkAlgorithmOutput::~vtkAlgorithmOutput  )  [protected]
 


Member Function Documentation

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.

int vtkAlgorithmOutput::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 vtkObject.

virtual int vtkAlgorithmOutput::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 vtkObject.

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

vtkAlgorithm* vtkAlgorithmOutput::Producer [protected]
 

Definition at line 62 of file vtkAlgorithmOutput.h.


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