The OutputPort class can be used to specify the outgoing information through an output port of the current scripting module. Output ports can be accessed through the Context object.
More...
#include <ScriptInterface.h>
The OutputPort class can be used to specify the outgoing information through an output port of the current scripting module. Output ports can be accessed through the Context object.
image = input.workingCopy();
output.setImageFile( image );
void OutputPort::connect |
( |
InputPort |
inputPort | ) |
|
|
slot |
void OutputPort::setCel |
( |
Cel |
cel | ) |
|
|
slot |
Set cel for output port.
- Parameters
-
cel | Outgoing cel for this port |
void OutputPort::setEmptyCel |
( |
| ) |
|
|
slot |
Set an empty cel as output.
void OutputPort::setImageFile |
( |
const File |
imageFile | ) |
|
|
slot |
Set image file for output port.
- Parameters
-
imageFile | Outgoing cel image for this port |
void OutputPort::setMatrix |
( |
const Matrix4x4 |
matrix | ) |
|
|
slot |
Set matrix for output port.
- Parameters
-
matrix | Outgoing matrix for this port |
The documentation for this class was generated from the following file: