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