This is the complete list of members for GraphNodeFunctions< BASE >, including all inherited members.
| AddPort(const Id &name) const | GraphNodeFunctions< BASE > | |
| AddPorts(Int index, Int count) const | GraphNodeFunctions< 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) const | GraphNodeFunctions< BASE > | |
| Connect(const Result< typename SFINAEHelper< GraphNode, BASE >::type > &target, Wires modes=WIRE_MODE::CONNECT_DEFAULT, Bool reverse=false) const | GraphNodeFunctions< BASE > | |
| Connect(const GraphNode &dst, const String &portName) | GraphNodeFunctions< BASE > | |
| Connect(const GraphNode &dst, const Id &portId) | GraphNodeFunctions< BASE > | |
| CopyConnectionsFrom(const GraphNode &source, PORT_DIR direction, Bool includeInner) const | GraphNodeFunctions< BASE > | |
| CopyValuesFrom(const GraphNode &source, Bool includeInner) const | GraphNodeFunctions< BASE > | |
| CreateInputPort(const CString &id, const String &name=String("Input")) | GraphNodeFunctions< BASE > | |
| CreateOutputPort(const CString &id, const String &name=String("Output")) | GraphNodeFunctions< BASE > | |
| FindChild(const InternedId &name) const | GraphNodeFunctions< BASE > | |
| FindChild(const Id &name) const | GraphNodeFunctions< BASE > | |
| FindChild(NODE_KIND mask) const | GraphNodeFunctions< BASE > | |
| FindInnerNode(const PathBlock &relativePath) const | GraphNodeFunctions< BASE > | |
| GetAllPredecessors(const ValueReceiver< const GraphNode & > &callback, NODE_KIND filter=NODE_KIND::NODE) const | GraphNodeFunctions< BASE > | |
| GetAllSuccessors(const ValueReceiver< const GraphNode & > &callback, NODE_KIND filter=NODE_KIND::NODE) const | GraphNodeFunctions< BASE > | |
| GetAncestor(NODE_KIND mask) const | GraphNodeFunctions< BASE > | |
| GetAttributeModificationsSince(TimeStamp stamp, const ValueReceiver< InternedId, ConstDataPtr > &receiver) const | GraphNodeFunctions< BASE > | |
| GetAttributeStamp(const InternedId &attr) const | GraphNodeFunctions< BASE > | |
| GetBaseValues(const InternedId &attr, const DataType &expectedType, const ValueReceiver< const ConstDataPtr &, Int > &valueReceiver) const | GraphNodeFunctions< BASE > | |
| GetChildren(const ValueReceiver< const GraphNode & > &callback, NODE_KIND mask=NODE_KIND::ALL_MASK) const | GraphNodeFunctions< BASE > | |
| GetConnections(PORT_DIR dir, const ValueReceiver< const GraphConnection & > &conns, Wires mask=Wires::All(), GraphModelInterface::GET_CONNECTIONS_MODE mode=GraphModelInterface::GET_CONNECTIONS_MODE::CONNECTIONS) const | GraphNodeFunctions< BASE > | |
| GetConnectionStamp(PORT_DIR direction) const | GraphNodeFunctions< BASE > | |
| GetConnectionValue(const GraphNode &target, CONNECTION_POSITION position, const InternedId &attr, const DataType &expectedType, Bool reverse=false) const | GraphNodeFunctions< BASE > | |
| GetConnectionValue(const GraphNode &target, CONNECTION_POSITION position, const InternedId &attr, Bool reverse=false) const | GraphNodeFunctions< BASE > | |
| GetConnectionValue(const GraphNode &target, CONNECTION_POSITION position, Bool reverse=false) const | GraphNodeFunctions< BASE > | |
| GetConnectionValues(const GraphNode &target, const ValueReceiver< CONNECTION_POSITION, InternedId, const ConstDataPtr & > &receiver) const | GraphNodeFunctions< BASE > | |
| GetConstantValue(const T &def=maxon::NullValue< const T & >()) const | GraphNodeFunctions< BASE > | |
| GetDefaultValue(const T &def=maxon::NullValue< const T & >()) const | GraphNodeFunctions< BASE > | |
| GetDirectPredecessors(const ValueReceiver< const GraphNode & > &callback, NODE_KIND filter=NODE_KIND::NODE) const | GraphNodeFunctions< BASE > | |
| GetDirectSuccessors(const ValueReceiver< const GraphNode & > &callback, NODE_KIND filter=NODE_KIND::NODE) const | GraphNodeFunctions< BASE > | |
| GetInnerNodes(NODE_KIND mask, Bool includeThis, const ValueReceiver< const GraphNode & > &receiver) const | GraphNodeFunctions< BASE > | |
| GetInputs() const | GraphNodeFunctions< BASE > | |
| GetMessageFlags(const InternedId &attr) const | GraphNodeFunctions< BASE > | |
| GetMessages(const InternedId &attr, const ValueReceiver< const GraphMessage & > &receiver) const | GraphNodeFunctions< BASE > | |
| GetOutputs() const | GraphNodeFunctions< BASE > | |
| GetParent() const | GraphNodeFunctions< BASE > | |
| GetPortList(PORT_DIR dir) const | GraphNodeFunctions< BASE > | |
| GetStoredValue(const InternedId &attr, const DataType &expectedType) const | GraphNodeFunctions< BASE > | |
| GetStoredValue() const | GraphNodeFunctions< BASE > | |
| GetValue(const InternedId &attr, const DataType &expectedType) const | GraphNodeFunctions< BASE > | |
| GetValue(const InternedId &attr) const | GraphNodeFunctions< BASE > | |
| GetValue() const | GraphNodeFunctions< BASE > | |
| GetValues(GraphAttributeInterface::FLAGS mask, GraphAttributeMap &map) const | GraphNodeFunctions< BASE > | |
| GetWires(const GraphNode &target) const | GraphNodeFunctions< BASE > | |
| GraphNodeFunctions()=default | GraphNodeFunctions< BASE > | |
| GraphNodeFunctions(ARG &&arg) | GraphNodeFunctions< BASE > | explicit |
| InheritValue(const InternedId &attr) const | GraphNodeFunctions< BASE > | |
| IsConnectable(const GraphNode &target) const | GraphNodeFunctions< BASE > | |
| IsConnectedTo(const GraphNode &port) const | GraphNodeFunctions< BASE > | |
| IsConnectedTo(const String &portName) const | GraphNodeFunctions< BASE > | |
| IsConnectedTo(const Id &portId) const | GraphNodeFunctions< BASE > | |
| IsSelected() const | GraphNodeFunctions< BASE > | |
| MuteAllConnections(PORT_DIR direction) | GraphNodeFunctions< BASE > | |
| MuteConnectionWith(const GraphNode &port) | GraphNodeFunctions< BASE > | |
| MuteConnectionWith(const String &portName) | GraphNodeFunctions< BASE > | |
| MuteConnectionWith(const Id &portId) | GraphNodeFunctions< BASE > | |
| Remove() const | GraphNodeFunctions< BASE > | |
| RemoveAllConnections() | GraphNodeFunctions< BASE > | |
| RemoveConnections(PORT_DIR dir, Wires mask=Wires::All(WIRE_MODE::FULL_MASK)) const | GraphNodeFunctions< BASE > | |
| RemovePorts(const Block< const InternedId > &ports) const | GraphNodeFunctions< BASE > | |
| RemoveValue(const InternedId &attr) const | GraphNodeFunctions< BASE > | |
| SetConnectionValue(const GraphNode &target, CONNECTION_POSITION position, const InternedId &attr, ForwardingDataPtr &&value) const | GraphNodeFunctions< BASE > | |
| SetConnectionValue(const GraphNode &target, CONNECTION_POSITION position, const typename ATTR::ValueType &value) const | GraphNodeFunctions< BASE > | |
| SetConnectionValue(const GraphNode &target, CONNECTION_POSITION position, typename ATTR::ValueType &&value) const | GraphNodeFunctions< BASE > | |
| SetDefaultValue(T &&value) const | GraphNodeFunctions< BASE > | |
| SetValue(const InternedId &attr, ForwardingDataPtr &&value, Bool checkAndInvalidate=true) const | GraphNodeFunctions< BASE > | |
| SetValue(const typename ATTR::ValueType &value, Bool checkAndInvalidate=true) const | GraphNodeFunctions< BASE > | |
| SetValue(typename ATTR::ValueType &&value, Bool checkAndInvalidate=true) const | GraphNodeFunctions< BASE > | |
| TouchValue(const InternedId &attr) const | GraphNodeFunctions< BASE > | |
| UnmuteAllConnections(PORT_DIR direction) | GraphNodeFunctions< BASE > | |
| UnmuteConnectionWith(const GraphNode &port) | GraphNodeFunctions< BASE > | |
| UnmuteConnectionWith(const String &portName) | GraphNodeFunctions< BASE > | |
| UnmuteConnectionWith(const Id &portId) | GraphNodeFunctions< BASE > |