ScriptModule
Private Types | List of all members
PortType Class Reference

#include <ScriptInterface.h>

Inheritance diagram for PortType:
Inheritance graph
[legend]
Collaboration diagram for PortType:
Collaboration graph
[legend]

Private Types

enum  PortType { UNKNOWN_PORT, IMAGE_PORT, IMAGE3D_PORT, MATRIX_PORT }
 Port types. More...
 

Detailed Description

The PortType class enumerates the different types of port which can be manipulated through rendering context.

You can use it in scriptModule only.

Member Enumeration Documentation

enum PortType::PortType
private

Port types.

Enumerator:
UNKNOWN_PORT 

Unknown port.

IMAGE_PORT 

2d Image drawing port

IMAGE3D_PORT 

3d Model port

MATRIX_PORT 

Matrix transform or peg port.


The documentation for this class was generated from the following file: