| __attribute__((always_inline)) explicit Protected(ARGS &&... args) | Protected< SUPER > | |
| AddPort(const Id &name) const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| AddPort(const InternedId &name) const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| AddPorts(Int index, Int count) const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| ChangeValue(const InternedId &attr, const SubDataOperation &op, const SubDataPathBlock &path, ForwardingDataPtr &&value) | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| Connect(const GraphNode &target, Wires modes=WIRE_MODE::CONNECT_DEFAULT, Bool reverse=false) const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| Connect(const Result< typename SFINAEHelper< GraphNode, Protected< GraphNodeBase > >::type > &target, Wires modes=WIRE_MODE::CONNECT_DEFAULT, Bool reverse=false) const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| CopyConnectionsFrom(const GraphNode &source, PORT_DIR direction, Bool includeInner) const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| CopyValuesFrom(const GraphNode &source, Bool includeInner) const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| FindChild(const InternedId &name) const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| FindChild(const Id &name) const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| FindChild(NODE_KIND mask) const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| FindInnerNode(const PathBlock &relativePath) const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| FindPort(const InternedId &name) const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| GetAncestor(NODE_KIND mask) const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| GetAttributeModificationsSince(TimeStamp stamp, const ValueReceiver< InternedId, ConstDataPtr > &receiver) const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| GetAttributeStamp(const InternedId &attr) const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| GetBase() const | GraphNode | |
| GetBase() | GraphNode | |
| GetBaseValues(const InternedId &attr, const DataType &expectedType, const ValueReceiver< const ConstDataPtr &, Int > &valueReceiver) const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| GetChildren(const ValueReceiver< const GraphNode & > &callback, NODE_KIND mask=NODE_KIND::ALL_MASK) const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| 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< Protected< GraphNodeBase > > | |
| GetConnectionStamp(PORT_DIR direction) const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| GetConnectionValue(const GraphNode &target, CONNECTION_POSITION position, const InternedId &attr, const DataType &expectedType, Bool reverse=false) const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| GetConnectionValue(const GraphNode &target, CONNECTION_POSITION position, const InternedId &attr, Bool reverse=false) const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| GetConnectionValue(const GraphNode &target, CONNECTION_POSITION position, const ATTR &attr, Bool reverse=false) const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| GetConnectionValues(const GraphNode &target, const ValueReceiver< CONNECTION_POSITION, const InternedId &, const ConstDataPtr & > &receiver) const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| GetConstantValue(const T &def=maxon::DefaultValue< const T & >()) const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| GetDefaultValue(const T &def=maxon::DefaultValue< const T & >()) const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| GetEffectivePortValue() const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| GetGraph() const | GraphNode | |
| GetHashCode() const | GraphNode | |
| GetId() const | GraphNode | |
| GetInnerNodes(NODE_KIND mask, Bool includeThis, const ValueReceiver< const GraphNode & > &receiver) const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| GetInputs() const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| GetKind() const | GraphNode | |
| GetMessageFlags(const InternedId &attr) const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| GetMessages(const InternedId &attr, const ValueReceiver< const GraphMessage & > &receiver) const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| GetOutputs() const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| GetParent() const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| GetPath() const | GraphNode | |
| GetPortList(PORT_DIR dir) const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| GetPortValue() const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| GetStoredValue(const InternedId &attr, const DataType &expectedType) const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| GetStoredValue() const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| GetStoredValue(const ATTR &attr) const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| GetUniqueHashCode() const | GraphNode | |
| GetValue(const InternedId &attr, const DataType &expectedType) const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| GetValue(const InternedId &attr) const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| GetValue() const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| GetValue(const ATTR &attr) const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| GetValues(GraphAttributeInterface::FLAGS mask, GraphAttributeMap &map) const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| GetWires(const GraphNode &target) const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| GraphModelInterface class | GraphNode | friend |
| GraphNode()=default | GraphNode | |
| GraphNode(GraphNode &&src) | GraphNode | |
| GraphNode(const GraphNode &src) | GraphNode | |
| GraphNodeBase class | GraphNode | friend |
| GraphNodeFunctions()=default | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| GraphNodeFunctions(ARG &&arg) | GraphNodeFunctions< Protected< GraphNodeBase > > | explicit |
| GraphNodeFunctions< GraphNodeResultBase< ResultBase< GraphNode > > > class | GraphNode | friend |
| GraphNodeFunctions< Protected< GraphNodeBase > > class | GraphNode | friend |
| InheritValue(const InternedId &attr) const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| IsConnectable(const GraphNode &target) const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| IsInner() const | GraphNode | |
| IsPopulated() const | GraphNode | |
| IsRoot() const | GraphNode | |
| IsValid() const | GraphNode | |
| MAXON_OPERATOR_COPY_ASSIGNMENT(GraphNode) | GraphNode | |
| MAXON_OPERATOR_MOVE_ASSIGNMENT(GraphNode) | GraphNode | |
| operator const NodePath &() const | GraphNode | |
| operator!=(const GraphNode &other) const | GraphNode | |
| operator==(const GraphNode &other) const | GraphNode | |
| Remove() const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| RemoveConnections(PORT_DIR dir, Wires mask=Wires::All(WIRE_MODE::FULL_MASK)) const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| RemovePorts(const Block< const InternedId > &ports) const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| RemoveValue(const InternedId &attr) const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| Reset() | GraphNode | |
| ResultFunctions typedef | GraphNode | private |
| SetConnectionValue(const GraphNode &target, CONNECTION_POSITION position, const InternedId &attr, ForwardingDataPtr &&value) const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| SetConnectionValue(const GraphNode &target, CONNECTION_POSITION position, const ATTR &attr, const typename ATTR::ValueType &value) const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| SetConnectionValue(const GraphNode &target, CONNECTION_POSITION position, const ATTR &attr, typename ATTR::ValueType &&value) const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| SetDefaultValue(T &&value) const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| SetPortValue(T &&value) const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| SetValue(const InternedId &attr, ForwardingDataPtr &&value, Bool checkAndInvalidate=true) const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| SetValue(const ATTR &attr, const typename ATTR::ValueType &value) const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| SetValue(const ATTR &attr, typename ATTR::ValueType &&value) const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| SetValue(const typename ATTR::ValueType &value) const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| SetValue(typename ATTR::ValueType &&value) const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| ToString(const FormatStatement *fs=nullptr) const | GraphNode | |
| TouchValue(const InternedId &attr) const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| ~GraphNode() | GraphNode | |