vtkAlgorithmOutput Class Reference
#include <vtkAlgorithmOutput.h>
Inheritance diagram for vtkAlgorithmOutput:
[legend]Collaboration diagram for vtkAlgorithmOutput:
[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:
-
- CVS contributions (if > 5%):
-
- CVS logs (CVSweb):
.h (/Filtering/vtkAlgorithmOutput
.h)
.cxx (/Filtering/vtkAlgorithmOutput
.cxx)
Definition at line 44 of file vtkAlgorithmOutput.h.
Member Typedef Documentation
Constructor & Destructor Documentation
vtkAlgorithmOutput::vtkAlgorithmOutput |
( |
|
) |
[protected] |
|
Member Function Documentation
|
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] |
|
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. |
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 |
( |
|
) |
|
|
void vtkAlgorithmOutput::SetProducer |
( |
vtkAlgorithm * |
producer |
) |
|
|
Member Data Documentation
The documentation for this class was generated from the following file: