Open Search
    graph_basics.h File Reference

    Namespaces

     maxon
     

    Typedefs

    using VariadicInstance = Tuple< Id, DataDictionary >
     

    Enumerations

    enum class  CORENODE_PORT_FLAGS {
      NONE ,
      INPUT_WITHOUT_VALUE ,
      OUTPUT_UNUSED
    }
     
    enum class  PORT_DIR : Int {
      INPUT ,
      OUTPUT ,
      BEGIN ,
      END
    }
     

    Functions

    enum maxon::CORENODE_PORT_FLAGS MAXON_ENUM_FLAGS (CORENODE_PORT_FLAGS)
     
    enum maxon::PORT_DIR Int MAXON_ENUM_LIST (PORT_DIR)
     
    PORT_DIR & operator++ (PORT_DIR &dir)
     
    PORT_DIR Reverse (PORT_DIR dir)
     

    Variables

     NONE
     
     INPUT_WITHOUT_VALUE
     
     OUTPUT_UNUSED
     
     INPUT
     
     OUTPUT
     
     BEGIN
     
     END
     

    Variable Documentation

    ◆ NONE

    NONE

    ◆ INPUT_WITHOUT_VALUE

    INPUT_WITHOUT_VALUE

    ◆ OUTPUT_UNUSED

    OUTPUT_UNUSED

    ◆ INPUT

    INPUT

    Input direction, i.e., an input port or an incoming connection.

    ◆ OUTPUT

    OUTPUT

    Output direction, i.e., an output port or an outgoing connection.

    ◆ BEGIN

    BEGIN

    The start value (inclusive) for a loop over port directions.

    ◆ END

    END

    The end value (exclusive) for a loop over port directions.