Related Scripting Object: OutputPort
An OutputPort object represents an output port of an Operator. More...
#include <xsi_outputport.h>
Inheritance diagram for OutputPort:

Public Member Functions |
|
| OutputPort () | |
| ~OutputPort () | |
| OutputPort (const CRef &in_ref) | |
| OutputPort (const OutputPort &in_obj) | |
| bool | IsA (siClassID in_ClassID) const |
| siClassID | GetClassID () const |
| OutputPort & | operator= (const OutputPort &in_obj) |
| OutputPort & | operator= (const CRef &in_ref) |
| CValue | GetValue () const |
| CStatus | PutValue (CValue in_val) |
| bool | GetCreated () const |
| OutputPort | ( | ) |
Default constructor.
| ~OutputPort | ( | ) |
Default destructor.
| OutputPort | ( | const CRef & | in_ref | ) |
Constructor.
| in_ref | constant reference object. |
| OutputPort | ( | const OutputPort & | in_obj | ) |
Copy constructor.
| in_obj | constant class object. |
| bool IsA | ( | siClassID | in_ClassID | ) | const [virtual] |
Returns true if a given class type is compatible with this API class.
| in_ClassID | class type. |
Reimplemented from Port.
| siClassID GetClassID | ( | ) | const [virtual] |
Returns the type of the API class.
Reimplemented from Port.
| OutputPort& operator= | ( | const OutputPort & | in_obj | ) |
Creates an object from another object. The newly created object is set to empty if the Output object is not compatible.
| in_obj | constant class object. |
| OutputPort& operator= | ( | const CRef & | in_ref | ) |
Creates an object from a reference object. The newly created object is set to empty if the Output reference object is not compatible.
| in_ref | constant class object. |
Reimplemented from Port.
| CValue GetValue | ( | ) | const |
Returns the current value of the data attached to the port.
Sets the current value of the data attached to the port.
| in_val | new value for the data connected on this port. |
CStatus::Fail failure
| bool GetCreated | ( | ) | const |
Returns true if the target connected to port is created when operator is applied, false otherwise