|
VTK
|
Proxy object to connect input/output ports. More...
#include <vtkAlgorithmOutput.h>
Inherits vtkObject.
Public Types | |
| typedef vtkObject | Superclass |
Public Member Functions | |
| virtual int | IsA (const char *type) |
| vtkAlgorithmOutput * | NewInstance () const |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| void | SetIndex (int index) |
| int | GetIndex () |
| vtkAlgorithm * | GetProducer () |
| void | SetProducer (vtkAlgorithm *producer) |
Static Public Member Functions | |
| static vtkAlgorithmOutput * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkAlgorithmOutput * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
| virtual vtkObjectBase * | NewInstanceInternal () const |
| vtkAlgorithmOutput () | |
| ~vtkAlgorithmOutput () | |
Protected Attributes | |
| int | Index |
| vtkAlgorithm * | Producer |
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.
Definition at line 38 of file vtkAlgorithmOutput.h.
| typedef vtkObject vtkAlgorithmOutput::Superclass |
Definition at line 42 of file vtkAlgorithmOutput.h.
|
protected |
|
protected |
|
static |
|
static |
|
virtual |
|
static |
|
protectedvirtual |
| vtkAlgorithmOutput* vtkAlgorithmOutput::NewInstance | ( | ) | const |
| void vtkAlgorithmOutput::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) |
| void vtkAlgorithmOutput::SetIndex | ( | int | index | ) |
| int vtkAlgorithmOutput::GetIndex | ( | ) |
| vtkAlgorithm* vtkAlgorithmOutput::GetProducer | ( | ) |
| void vtkAlgorithmOutput::SetProducer | ( | vtkAlgorithm * | producer | ) |
|
protected |
Definition at line 55 of file vtkAlgorithmOutput.h.
|
protected |
Definition at line 56 of file vtkAlgorithmOutput.h.
1.8.6