The InputPort class specifies the information of an input port of the current scripting module. Input ports can be accessed through the Context object.
More...
#include <ScriptInterface.h>
The InputPort class specifies the information of an input port of the current scripting module. Input ports can be accessed through the Context object.
Cel InputPort::getCel |
( |
| ) |
|
|
slot |
SM_Cel3dWrapper* InputPort::getCel3d |
( |
| ) |
|
|
slot |
QObject InputPort::imageFile |
( |
| ) |
|
|
slot |
Get a permanent copy of cel image file. This function without parameters is valid only for ports that point to a physically valid file on disk.
- Returns
- File
QObject InputPort::imageFile |
( |
const String & |
name | ) |
|
|
slot |
Get a permanent copy of cel image file of specific format.
- Parameters
-
name | Name of file to create |
- Returns
- File
File InputPort::imageFileAs |
( |
const String & |
name, |
|
|
const String & |
formatstring, |
|
|
const String & |
optionstring |
|
) |
| |
|
slot |
Get a permanent copy of cel image file of specific format.
- Parameters
-
name | Name of file to create |
formatstring | Format to convert image into |
optionstring | Image extension specific option (ie. TGA, TGA3, TGA4, SGIDP) |
- Returns
- File
Get input matrix at current frame.
- Returns
- Matrix4x4
Matrix4x4 InputPort::matrixAt |
( |
const double |
frame | ) |
|
|
slot |
Get input matrix at specific frame.
- Parameters
-
- Returns
- Matrix4x4
File InputPort::workingCopy |
( |
| ) |
|
|
slot |
Get a temporary copy of cel image file.
- Returns
- File
File InputPort::workingCopyAs |
( |
const String & |
ext, |
|
|
const String & |
formatstring = String() , |
|
|
const String & |
optionstring = String() |
|
) |
| |
|
slot |
Get a temporary copy of cel image file of specific format.
- Parameters
-
ext | Extension of image file to create |
formatstring | Format to convert image into |
optionstring | Image extension specific option |
- Returns
- File
The documentation for this class was generated from the following file: