Open Search
    GraphNodeFunctions< BASE > Member List

    This is the complete list of members for GraphNodeFunctions< BASE >, including all inherited members.

    AddPort(const Id &name) constGraphNodeFunctions< BASE >
    AddPorts(Int index, Int count) constGraphNodeFunctions< BASE >
    ChangeValue(const InternedId &attr, const SubDataOperation &op, const SubDataPathBlock &path, ForwardingDataPtr &&value)GraphNodeFunctions< BASE >
    Connect(const GraphNode &target, Wires modes=WIRE_MODE::CONNECT_DEFAULT, Bool reverse=false) constGraphNodeFunctions< BASE >
    Connect(const Result< typename SFINAEHelper< GraphNode, BASE >::type > &target, Wires modes=WIRE_MODE::CONNECT_DEFAULT, Bool reverse=false) constGraphNodeFunctions< BASE >
    CopyConnectionsFrom(const GraphNode &source, PORT_DIR direction, Bool includeInner) constGraphNodeFunctions< BASE >
    CopyValuesFrom(const GraphNode &source, Bool includeInner) constGraphNodeFunctions< BASE >
    FindChild(const InternedId &name) constGraphNodeFunctions< BASE >
    FindChild(const Id &name) constGraphNodeFunctions< BASE >
    FindChild(NODE_KIND mask) constGraphNodeFunctions< BASE >
    FindInnerNode(const PathBlock &relativePath) constGraphNodeFunctions< BASE >
    FindPort(const InternedId &name) constGraphNodeFunctions< BASE >
    GetAncestor(NODE_KIND mask) constGraphNodeFunctions< BASE >
    GetAttributeModificationsSince(TimeStamp stamp, const ValueReceiver< InternedId, ConstDataPtr > &receiver) constGraphNodeFunctions< BASE >
    GetAttributeStamp(const InternedId &attr) constGraphNodeFunctions< BASE >
    GetBaseValues(const InternedId &attr, const DataType &expectedType, const ValueReceiver< const ConstDataPtr &, Int > &valueReceiver) constGraphNodeFunctions< BASE >
    GetChildren(const ValueReceiver< const GraphNode & > &callback, NODE_KIND mask=NODE_KIND::ALL_MASK) constGraphNodeFunctions< BASE >
    GetConnections(PORT_DIR dir, const ValueReceiver< const GraphConnection & > &conns, Wires mask=Wires::All(), GraphModelInterface::GET_CONNECTIONS_MODE mode=GraphModelInterface::GET_CONNECTIONS_MODE::CONNECTIONS) constGraphNodeFunctions< BASE >
    GetConnectionStamp(PORT_DIR direction) constGraphNodeFunctions< BASE >
    GetConnectionValue(const GraphNode &target, CONNECTION_POSITION position, const InternedId &attr, const DataType &expectedType, Bool reverse=false) constGraphNodeFunctions< BASE >
    GetConnectionValue(const GraphNode &target, CONNECTION_POSITION position, const InternedId &attr, Bool reverse=false) constGraphNodeFunctions< BASE >
    GetConnectionValue(const GraphNode &target, CONNECTION_POSITION position, const ATTR &attr, Bool reverse=false) constGraphNodeFunctions< BASE >
    GetConnectionValues(const GraphNode &target, const ValueReceiver< CONNECTION_POSITION, InternedId, const ConstDataPtr & > &receiver) constGraphNodeFunctions< BASE >
    GetConstantValue(const T &def=maxon::NullValue< const T & >()) constGraphNodeFunctions< BASE >
    GetDefaultValue(const T &def=maxon::NullValue< const T & >()) constGraphNodeFunctions< BASE >
    GetInnerNodes(NODE_KIND mask, Bool includeThis, const ValueReceiver< const GraphNode & > &receiver) constGraphNodeFunctions< BASE >
    GetInputs() constGraphNodeFunctions< BASE >
    GetMessageFlags(const InternedId &attr) constGraphNodeFunctions< BASE >
    GetMessages(const InternedId &attr, const ValueReceiver< const GraphMessage & > &receiver) constGraphNodeFunctions< BASE >
    GetOutputs() constGraphNodeFunctions< BASE >
    GetParent() constGraphNodeFunctions< BASE >
    GetPortList(PORT_DIR dir) constGraphNodeFunctions< BASE >
    GetStoredValue(const InternedId &attr, const DataType &expectedType) constGraphNodeFunctions< BASE >
    GetStoredValue() constGraphNodeFunctions< BASE >
    GetStoredValue(const ATTR &attr) constGraphNodeFunctions< BASE >
    GetValue(const InternedId &attr, const DataType &expectedType) constGraphNodeFunctions< BASE >
    GetValue(const InternedId &attr) constGraphNodeFunctions< BASE >
    GetValue() constGraphNodeFunctions< BASE >
    GetValue(const ATTR &attr) constGraphNodeFunctions< BASE >
    GetValues(GraphAttributeInterface::FLAGS mask, GraphAttributeMap &map) constGraphNodeFunctions< BASE >
    GetWires(const GraphNode &target) constGraphNodeFunctions< BASE >
    GraphNodeFunctions()=defaultGraphNodeFunctions< BASE >
    GraphNodeFunctions(ARG &&arg)GraphNodeFunctions< BASE >explicit
    InheritValue(const InternedId &attr) constGraphNodeFunctions< BASE >
    IsConnectable(const GraphNode &target) constGraphNodeFunctions< BASE >
    Remove() constGraphNodeFunctions< BASE >
    RemoveConnections(PORT_DIR dir, Wires mask=Wires::All(WIRE_MODE::FULL_MASK)) constGraphNodeFunctions< BASE >
    RemovePorts(const Block< const InternedId > &ports) constGraphNodeFunctions< BASE >
    RemoveValue(const InternedId &attr) constGraphNodeFunctions< BASE >
    SetConnectionValue(const GraphNode &target, CONNECTION_POSITION position, const InternedId &attr, ForwardingDataPtr &&value) constGraphNodeFunctions< BASE >
    SetConnectionValue(const GraphNode &target, CONNECTION_POSITION position, const ATTR &attr, const typename ATTR::ValueType &value) constGraphNodeFunctions< BASE >
    SetConnectionValue(const GraphNode &target, CONNECTION_POSITION position, const ATTR &attr, typename ATTR::ValueType &&value) constGraphNodeFunctions< BASE >
    SetDefaultValue(T &&value) constGraphNodeFunctions< BASE >
    SetValue(const InternedId &attr, ForwardingDataPtr &&value, Bool checkAndInvalidate=true) constGraphNodeFunctions< BASE >
    SetValue(const ATTR &attr, const typename ATTR::ValueType &value) constGraphNodeFunctions< BASE >
    SetValue(const ATTR &attr, typename ATTR::ValueType &&value) constGraphNodeFunctions< BASE >
    SetValue(const typename ATTR::ValueType &value) constGraphNodeFunctions< BASE >
    SetValue(typename ATTR::ValueType &&value) constGraphNodeFunctions< BASE >
    TouchValue(const InternedId &attr) constGraphNodeFunctions< BASE >