Open Search
    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; }
    DYNAMIC
    The port is marked with the Dynamic or TransientDynamic attribute.
    Definition: derived_portattributes.h:37
    @ 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

    Further Reading