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...
The InputPort class specifies the information of an input port of the current scripting module. Input ports can be accessed through the Context object.
◆ getCel
Cel InputPort::getCel |
( |
| ) |
|
|
slot |
◆ getCel3d
SM_Cel3dWrapper* InputPort::getCel3d |
( |
| ) |
|
|
slot |
◆ imageFile [1/2]
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
◆ imageFile [2/2]
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
◆ imageFileAs
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
◆ matrix
Get input matrix at current frame.
- Returns
- Matrix4x4
◆ matrixAt
Matrix4x4 InputPort::matrixAt |
( |
const double |
frame | ) |
|
|
slot |
Get input matrix at specific frame.
- Parameters
-
- Returns
- Matrix4x4
◆ modelViewMatrix
◆ perspectiveMatrix
◆ workingCopy
File InputPort::workingCopy |
( |
| ) |
|
|
slot |
Get a temporary copy of cel image file.
- Returns
- File
◆ workingCopyAs
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