| __attribute__((always_inline)) explicit Protected(ARGS &&... args) | Protected< GraphNodeBase > | |
| _data | GraphNodeBase< NODEDATA, EDGE > | protected |
| _edges | GraphNodeBase< NODEDATA, EDGE > | protected |
| _graph | GraphNodeBase< NODEDATA, EDGE > | protected |
| _mem | GraphNodeBase< NODEDATA, EDGE > | mutableprotected |
| _pos | GraphNodeBase< NODEDATA, EDGE > | protected |
| _visited | GraphNodeBase< NODEDATA, EDGE > | protected |
| AddEdge(EDGE *edge) | GraphNodeBase< NODEDATA, EDGE > | protected |
| AddPort(const Id &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 > > | |
| Connect(const GraphNode &dst, const String &portName) | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| Connect(const GraphNode &dst, const Id &portId) | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| CopyConnectionsFrom(const GraphNode &source, PORT_DIR direction, Bool includeInner) const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| CopyFrom(const GraphNodeBase &src) | GraphNodeBase< NODEDATA, EDGE > | protected |
| CopyValuesFrom(const GraphNode &source, Bool includeInner) const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| CreateInputPort(const CString &id, const String &name=String("Input")) | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| CreateOutputPort(const CString &id, const String &name=String("Output")) | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| DeleteEdge(Int32 pos) | GraphNodeBase< NODEDATA, EDGE > | protected |
| DeleteEdge(EDGE *edge) | GraphNodeBase< NODEDATA, EDGE > | protected |
| FindChild(const InternedId &name) const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| FindChild(const Id &name) const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| FindChild(NODE_KIND mask) const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| FindEdge(NodeType *otherHand) | GraphNodeBase< NODEDATA, EDGE > | protected |
| FindInnerNode(const PathBlock &relativePath) const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| GetAllPredecessors(const ValueReceiver< const GraphNode & > &callback, NODE_KIND filter=NODE_KIND::NODE) const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| GetAllSuccessors(const ValueReceiver< const GraphNode & > &callback, NODE_KIND filter=NODE_KIND::NODE) 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 | |
| GraphNodeFunctions< Protected< GraphNodeBase > >::GetBase() const | GraphNodeBase< NODEDATA, EDGE > | |
| 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, Bool reverse=false) const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| GetConnectionValues(const GraphNode &target, const ValueReceiver< CONNECTION_POSITION, InternedId, const ConstDataPtr & > &receiver) const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| GetConstantValue(const T &def=maxon::NullValue< const T & >()) const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| GetData() const | GraphNodeBase< NODEDATA, EDGE > | protected |
| GetDefaultValue(const T &def=maxon::NullValue< const T & >()) const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| GetDirectPredecessors(const ValueReceiver< const GraphNode & > &callback, NODE_KIND filter=NODE_KIND::NODE) const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| GetDirectSuccessors(const ValueReceiver< const GraphNode & > &callback, NODE_KIND filter=NODE_KIND::NODE) const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| GetEdge(Int pos) const | GraphNodeBase< NODEDATA, EDGE > | protected |
| GetEdgesCount() const | GraphNodeBase< NODEDATA, EDGE > | protected |
| GetErrorStorage() const | GraphNodeBase< NODEDATA, EDGE > | protected |
| GetGraph() const | GraphNode | |
| GetGraphNode() const | GraphNodeBase< NODEDATA, EDGE > | protected |
| 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 > > | |
| GetNeighbor(Int pos) const | GraphNodeBase< NODEDATA, EDGE > | protected |
| GetOutputs() const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| GetParent() const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| GetPath() const | GraphNode | |
| GetPortList(PORT_DIR dir) const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| GetPosition() const | GraphNodeBase< NODEDATA, EDGE > | protected |
| GetStoredValue(const InternedId &attr, const DataType &expectedType) const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| GetStoredValue() const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| GetValue(const InternedId &attr, const DataType &expectedType) const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| GetValue(const InternedId &attr) const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| GetValue() 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< Protected< GraphNodeBase > >::GraphNodeBase(const NODEDATA &data, Vector pos=Vector()) | GraphNodeBase< NODEDATA, EDGE > | explicit |
| GraphNodeFunctions< Protected< GraphNodeBase > >::GraphNodeBase(GraphNodeBase &&src) | GraphNodeBase< NODEDATA, EDGE > | |
| 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 |
| HAS_ERROR | GraphNodeBase< NODEDATA, EDGE > | privatestatic |
| InheritValue(const InternedId &attr) const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| IsConnectable(const GraphNode &target) const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| IsConnectedTo(const GraphNode &port) const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| IsConnectedTo(const String &portName) const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| IsConnectedTo(const Id &portId) const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| IsInner() const | GraphNode | |
| IsPopulated() const | GraphNode | |
| IsSelected() const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| IsValid() const | GraphNode | |
| IsVisited() const | GraphNodeBase< NODEDATA, EDGE > | protected |
| MAXON_OPERATOR_COPY_ASSIGNMENT(GraphNode) | GraphNode | |
| MAXON_OPERATOR_MOVE_ASSIGNMENT(GraphNode) | GraphNode | |
| MEMCOUNT | GraphNodeBase< NODEDATA, EDGE > | protectedstatic |
| MuteAllConnections(PORT_DIR direction) | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| MuteConnectionWith(const GraphNode &port) | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| MuteConnectionWith(const String &portName) | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| MuteConnectionWith(const Id &portId) | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| NodeType typedef | GraphNodeBase< NODEDATA, EDGE > | protected |
| operator const NodePath &() const | GraphNode | |
| operator!=(const GraphNode &other) const | GraphNode | |
| operator==(const GraphNode &other) const | GraphNode | |
| PrivateGetGraph() const | GraphNodeBase< NODEDATA, EDGE > | protected |
| Remove() const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| RemoveAllConnections() | 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 typename ATTR::ValueType &value) const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| SetConnectionValue(const GraphNode &target, CONNECTION_POSITION position, typename ATTR::ValueType &&value) const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| SetData(const NODEDATA &data) | GraphNodeBase< NODEDATA, EDGE > | protected |
| SetDefaultValue(T &&value) const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| SetPosition(const Vector &pos) | GraphNodeBase< NODEDATA, EDGE > | protected |
| SetValue(const InternedId &attr, ForwardingDataPtr &&value, Bool checkAndInvalidate=true) const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| SetValue(const typename ATTR::ValueType &value, Bool checkAndInvalidate=true) const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| SetValue(typename ATTR::ValueType &&value, Bool checkAndInvalidate=true) const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| ToString(const FormatStatement *fs=nullptr) const | GraphNode | |
| TouchValue(const InternedId &attr) const | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| UnmuteAllConnections(PORT_DIR direction) | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| UnmuteConnectionWith(const GraphNode &port) | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| UnmuteConnectionWith(const String &portName) | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| UnmuteConnectionWith(const Id &portId) | GraphNodeFunctions< Protected< GraphNodeBase > > | |
| Unvisit() | GraphNodeBase< NODEDATA, EDGE > | protected |
| Visit() | GraphNodeBase< NODEDATA, EDGE > | protected |
| ~GraphNode() | GraphNode | |
| ~GraphNodeBase() | GraphNodeBase< NODEDATA, EDGE > | protected |