DYNAMIC

Definition

DYNAMIC [id]
{
  [Common flags]
}

Description

Represents special elements for dynamic types in GraphView ports.

Example

DYNAMIC GV_ABS_INPUT { INPORT; STATICPORT; CREATEPORT; }
DYNAMIC GV_ABS_OUTPUT { OUTPORT; STATICPORT; CREATEPORT; }
@ GV_ABS_OUTPUT
Definition: gvabs.h:9
@ GV_ABS_INPUT
Definition: gvabs.h:8
INPORT
Indicates that the g-node is an input port. An input port has an input port list or an input port as ...
Definition: nodepath.h:4
OUTPORT
Indicates that the g-node is an output port. An output port has a output port list or a output port a...
Definition: nodepath.h:5
DYNAMIC
The port's value is dynamic, so it can't be computed during validation because it depends on values n...
Definition: nodesystem.h:1

Further Reading