HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UN_Node Member List

This is the complete list of members for UN_Node, including all inherited members.

asOptions() constUN_NodeBase< UN_Handle, UN_GraphData, UN_Node, UN_Parm, UN_Port, UN_StickyNote, UN_Wire >inline
categoryName() constUN_NodeBase< UN_Handle, UN_GraphData, UN_Node, UN_Parm, UN_Port, UN_StickyNote, UN_Wire >inline
ChildNodeIterator typedefUN_NodeBase< UN_Handle, UN_GraphData, UN_Node, UN_Parm, UN_Port, UN_StickyNote, UN_Wire >
childNodeNames() constUN_NodeBase< UN_Handle, UN_GraphData, UN_Node, UN_Parm, UN_Port, UN_StickyNote, UN_Wire >inline
ChildNodeRange typedefUN_NodeBase< UN_Handle, UN_GraphData, UN_Node, UN_Parm, UN_Port, UN_StickyNote, UN_Wire >
childNodeRange() constUN_NodeBase< UN_Handle, UN_GraphData, UN_Node, UN_Parm, UN_Port, UN_StickyNote, UN_Wire >inline
childNodes() constUN_NodeBase< UN_Handle, UN_GraphData, UN_Node, UN_Parm, UN_Port, UN_StickyNote, UN_Wire >inline
childStickyNotes() constUN_NodeBase< UN_Handle, UN_GraphData, UN_Node, UN_Parm, UN_Port, UN_StickyNote, UN_Wire >inline
ChildWireIterator typedefUN_NodeBase< UN_Handle, UN_GraphData, UN_Node, UN_Parm, UN_Port, UN_StickyNote, UN_Wire >
ChildWireRange typedefUN_NodeBase< UN_Handle, UN_GraphData, UN_Node, UN_Parm, UN_Port, UN_StickyNote, UN_Wire >
childWireRange() constUN_NodeBase< UN_Handle, UN_GraphData, UN_Node, UN_Parm, UN_Port, UN_StickyNote, UN_Wire >inline
childWires() constUN_NodeBase< UN_Handle, UN_GraphData, UN_Node, UN_Parm, UN_Port, UN_StickyNote, UN_Wire >inline
color() constUN_NodeBase< UN_Handle, UN_GraphData, UN_Node, UN_Parm, UN_Port, UN_StickyNote, UN_Wire >inline
comment() constUN_NodeBase< UN_Handle, UN_GraphData, UN_Node, UN_Parm, UN_Port, UN_StickyNote, UN_Wire >inline
constGraphData() constUN_NodeBase< UN_Handle, UN_GraphData, UN_Node, UN_Parm, UN_Port, UN_StickyNote, UN_Wire >inline
createChildNode(const UT_StringRef &child_name=UT_StringRef(), const UT_StringRef &child_type=UT_StringRef(), const UT_StringRef &child_category=UT_StringRef()) const UN_Nodeinline
createChildStickyNote(const UT_StringRef &note_name=UT_StringRef(), const UT_StringRef &note_text=UT_StringRef()) const UN_Nodeinline
createInputPort(const UT_StringRef &port_name=UT_StringRef(), const UT_StringRef &port_type_name=UN_UNDEFINED_PORT_TYPE_NAME.asRef(), const UT_StringRef &port_label=UT_StringRef(), const UT_Optional< exint > &index=std::nullopt) const UN_Nodeinline
createOutputPort(const UT_StringRef &port_name=UT_StringRef(), const UT_StringRef &port_type_name=UN_UNDEFINED_PORT_TYPE_NAME.asRef(), const UT_StringRef &port_label=UT_StringRef(), const UT_Optional< exint > &index=std::nullopt) const UN_Nodeinline
createParm(const UT_StringRef &parm_name, const UT_StringRef &parm_type_name=UN_UNDEFINED_PARM_TYPE_NAME.asRef()) const UN_Nodeinline
createPort(UN_PortKind port_kind, const UT_StringRef &port_name=UT_StringRef(), const UT_StringRef &port_type_name=UN_UNDEFINED_PORT_TYPE_NAME.asRef(), const UT_StringRef &port_label=UT_StringRef(), const UT_Optional< exint > &index=std::nullopt) const UN_Nodeinline
dataID() const UN_ConstHandleinline
deleteChildNode(const UT_StringRef &child_name) const UN_Nodeinline
deleteChildStickyNote(const UT_StringRef &sticky_note_name) const UN_Nodeinline
DescendantNodeIterator typedefUN_NodeBase< UN_Handle, UN_GraphData, UN_Node, UN_Parm, UN_Port, UN_StickyNote, UN_Wire >
DescendantNodeRange typedefUN_NodeBase< UN_Handle, UN_GraphData, UN_Node, UN_Parm, UN_Port, UN_StickyNote, UN_Wire >
descendantNodeRange() constUN_NodeBase< UN_Handle, UN_GraphData, UN_Node, UN_Parm, UN_Port, UN_StickyNote, UN_Wire >inline
DescendantWireIterator typedefUN_NodeBase< UN_Handle, UN_GraphData, UN_Node, UN_Parm, UN_Port, UN_StickyNote, UN_Wire >
DescendantWireRange typedefUN_NodeBase< UN_Handle, UN_GraphData, UN_Node, UN_Parm, UN_Port, UN_StickyNote, UN_Wire >
descendantWireRange() constUN_NodeBase< UN_Handle, UN_GraphData, UN_Node, UN_Parm, UN_Port, UN_StickyNote, UN_Wire >inline
destroy() const UN_Nodeinline
findChildNode(const UT_StringRef &child_name) constUN_NodeBase< UN_Handle, UN_GraphData, UN_Node, UN_Parm, UN_Port, UN_StickyNote, UN_Wire >inline
findChildStickyNote(const UT_StringRef &child_name) constUN_NodeBase< UN_Handle, UN_GraphData, UN_Node, UN_Parm, UN_Port, UN_StickyNote, UN_Wire >inline
findInputPort(const UT_StringRef &port_name) constUN_NodeBase< UN_Handle, UN_GraphData, UN_Node, UN_Parm, UN_Port, UN_StickyNote, UN_Wire >inline
findNode(const UT_StringRef &node_path) constUN_NodeBase< UN_Handle, UN_GraphData, UN_Node, UN_Parm, UN_Port, UN_StickyNote, UN_Wire >inline
findOrCreateInputPort(const UT_StringRef &port_name, const UT_StringRef &port_type_name=UN_UNDEFINED_PORT_TYPE_NAME.asRef(), const UT_StringRef &port_label=UT_StringRef()) const UN_Nodeinline
findOrCreateOutputPort(const UT_StringRef &port_name, const UT_StringRef &port_type_name=UN_UNDEFINED_PORT_TYPE_NAME.asRef(), const UT_StringRef &port_label=UT_StringRef()) const UN_Nodeinline
findOrCreatePort(UN_PortKind port_kind, const UT_StringRef &port_name, const UT_StringRef &port_type_name=UN_UNDEFINED_PORT_TYPE_NAME.asRef(), const UT_StringRef &port_label=UT_StringRef()) const UN_Nodeinline
findOutputPort(const UT_StringRef &port_name) constUN_NodeBase< UN_Handle, UN_GraphData, UN_Node, UN_Parm, UN_Port, UN_StickyNote, UN_Wire >inline
findParm(const UT_StringRef &parm_name) constUN_NodeBase< UN_Handle, UN_GraphData, UN_Node, UN_Parm, UN_Port, UN_StickyNote, UN_Wire >inline
findPort(UN_PortKind port_kind, const UT_StringRef &port_name) constUN_NodeBase< UN_Handle, UN_GraphData, UN_Node, UN_Parm, UN_Port, UN_StickyNote, UN_Wire >inline
findValidUniqueChildNodeName(const UT_StringRef &child_name) constUN_NodeBase< UN_Handle, UN_GraphData, UN_Node, UN_Parm, UN_Port, UN_StickyNote, UN_Wire >inline
graph() const UN_Node
graphData() constUN_NodeBase< UN_Handle, UN_GraphData, UN_Node, UN_Parm, UN_Port, UN_StickyNote, UN_Wire >inline
inputPortNames() constUN_NodeBase< UN_Handle, UN_GraphData, UN_Node, UN_Parm, UN_Port, UN_StickyNote, UN_Wire >inline
inputPortRange() constUN_NodeBase< UN_Handle, UN_GraphData, UN_Node, UN_Parm, UN_Port, UN_StickyNote, UN_Wire >inline
inputPortReverseRange() constUN_NodeBase< UN_Handle, UN_GraphData, UN_Node, UN_Parm, UN_Port, UN_StickyNote, UN_Wire >inline
inputPorts() constUN_NodeBase< UN_Handle, UN_GraphData, UN_Node, UN_Parm, UN_Port, UN_StickyNote, UN_Wire >inline
inputPortTypeNames() constUN_NodeBase< UN_Handle, UN_GraphData, UN_Node, UN_Parm, UN_Port, UN_StickyNote, UN_Wire >inline
isAnyInputPortConnectedToSrc() constUN_NodeBase< UN_Handle, UN_GraphData, UN_Node, UN_Parm, UN_Port, UN_StickyNote, UN_Wire >inline
isAnyOutputPortConnectedToDst() constUN_NodeBase< UN_Handle, UN_GraphData, UN_Node, UN_Parm, UN_Port, UN_StickyNote, UN_Wire >inline
isNumericallyValid() const UN_ConstHandleinlineprotected
isSubnet() constUN_NodeBase< UN_Handle, UN_GraphData, UN_Node, UN_Parm, UN_Port, UN_StickyNote, UN_Wire >inline
isValid() constUN_NodeBase< UN_Handle, UN_GraphData, UN_Node, UN_Parm, UN_Port, UN_StickyNote, UN_Wire >inline
metadata() constUN_NodeBase< UN_Handle, UN_GraphData, UN_Node, UN_Parm, UN_Port, UN_StickyNote, UN_Wire >inline
name() constUN_NodeBase< UN_Handle, UN_GraphData, UN_Node, UN_Parm, UN_Port, UN_StickyNote, UN_Wire >inline
nodeID() constUN_NodeBase< UN_Handle, UN_GraphData, UN_Node, UN_Parm, UN_Port, UN_StickyNote, UN_Wire >inline
nonRootParent() constUN_NodeBase< UN_Handle, UN_GraphData, UN_Node, UN_Parm, UN_Port, UN_StickyNote, UN_Wire >inline
operator bool() constUN_NodeBase< UN_Handle, UN_GraphData, UN_Node, UN_Parm, UN_Port, UN_StickyNote, UN_Wire >inlineexplicit
operator!=(const UN_Node &other) const UN_Nodeinline
UN_NodeBase< UN_Handle, UN_GraphData, UN_Node, UN_Parm, UN_Port, UN_StickyNote, UN_Wire >::operator!=(const UN_ConstHandle &other) const UN_ConstHandleinlineprotected
operator==(const UN_Node &other) const UN_Nodeinline
UN_NodeBase< UN_Handle, UN_GraphData, UN_Node, UN_Parm, UN_Port, UN_StickyNote, UN_Wire >::operator==(const UN_ConstHandle &other) const UN_ConstHandleinlineprotected
outputPortNames() constUN_NodeBase< UN_Handle, UN_GraphData, UN_Node, UN_Parm, UN_Port, UN_StickyNote, UN_Wire >inline
outputPortRange() constUN_NodeBase< UN_Handle, UN_GraphData, UN_Node, UN_Parm, UN_Port, UN_StickyNote, UN_Wire >inline
outputPortReverseRange() constUN_NodeBase< UN_Handle, UN_GraphData, UN_Node, UN_Parm, UN_Port, UN_StickyNote, UN_Wire >inline
outputPorts() constUN_NodeBase< UN_Handle, UN_GraphData, UN_Node, UN_Parm, UN_Port, UN_StickyNote, UN_Wire >inline
outputPortTypeNames() constUN_NodeBase< UN_Handle, UN_GraphData, UN_Node, UN_Parm, UN_Port, UN_StickyNote, UN_Wire >inline
parent() constUN_NodeBase< UN_Handle, UN_GraphData, UN_Node, UN_Parm, UN_Port, UN_StickyNote, UN_Wire >inline
ParmIterator typedefUN_NodeBase< UN_Handle, UN_GraphData, UN_Node, UN_Parm, UN_Port, UN_StickyNote, UN_Wire >
parmNames() constUN_NodeBase< UN_Handle, UN_GraphData, UN_Node, UN_Parm, UN_Port, UN_StickyNote, UN_Wire >inline
parmRange() constUN_NodeBase< UN_Handle, UN_GraphData, UN_Node, UN_Parm, UN_Port, UN_StickyNote, UN_Wire >inline
ParmRange typedefUN_NodeBase< UN_Handle, UN_GraphData, UN_Node, UN_Parm, UN_Port, UN_StickyNote, UN_Wire >
parms() constUN_NodeBase< UN_Handle, UN_GraphData, UN_Node, UN_Parm, UN_Port, UN_StickyNote, UN_Wire >inline
parmTypeNames() constUN_NodeBase< UN_Handle, UN_GraphData, UN_Node, UN_Parm, UN_Port, UN_StickyNote, UN_Wire >inline
path() constUN_NodeBase< UN_Handle, UN_GraphData, UN_Node, UN_Parm, UN_Port, UN_StickyNote, UN_Wire >inline
PortIterator typedefUN_NodeBase< UN_Handle, UN_GraphData, UN_Node, UN_Parm, UN_Port, UN_StickyNote, UN_Wire >
portNames(UN_PortKind port_kind) constUN_NodeBase< UN_Handle, UN_GraphData, UN_Node, UN_Parm, UN_Port, UN_StickyNote, UN_Wire >inline
portRange(UN_PortKind port_kind) constUN_NodeBase< UN_Handle, UN_GraphData, UN_Node, UN_Parm, UN_Port, UN_StickyNote, UN_Wire >inline
PortRange typedefUN_NodeBase< UN_Handle, UN_GraphData, UN_Node, UN_Parm, UN_Port, UN_StickyNote, UN_Wire >
PortReverseIterator typedefUN_NodeBase< UN_Handle, UN_GraphData, UN_Node, UN_Parm, UN_Port, UN_StickyNote, UN_Wire >
PortReverseRange typedefUN_NodeBase< UN_Handle, UN_GraphData, UN_Node, UN_Parm, UN_Port, UN_StickyNote, UN_Wire >
portReverseRange(UN_PortKind port_kind) constUN_NodeBase< UN_Handle, UN_GraphData, UN_Node, UN_Parm, UN_Port, UN_StickyNote, UN_Wire >inline
ports(UN_PortKind port_kind) constUN_NodeBase< UN_Handle, UN_GraphData, UN_Node, UN_Parm, UN_Port, UN_StickyNote, UN_Wire >inline
portTypeNames(UN_PortKind port_kind) constUN_NodeBase< UN_Handle, UN_GraphData, UN_Node, UN_Parm, UN_Port, UN_StickyNote, UN_Wire >inline
position() constUN_NodeBase< UN_Handle, UN_GraphData, UN_Node, UN_Parm, UN_Port, UN_StickyNote, UN_Wire >inline
setColor(const UT_Color &color) const UN_Nodeinline
setComment(const UT_StringRef &comment) const UN_Nodeinline
setFromOptions(const UN_Options &node_opts) const UN_Nodeinline
setMetadata(const UN_MetadataHolder &metadata) const UN_Nodeinline
setMetadata(UN_MetadataHolder &&metadata) const UN_Nodeinline
setName(const UT_StringRef &name) const UN_Nodeinline
setPosition(const UT_Vector2D &position) const UN_Nodeinline
setSignature(const UT_StringRef &signature_name) const UN_Nodeinline
setTags(const UT_StringArray &tags) const UN_Nodeinline
setTags(UT_StringArray &&tags) const UN_Nodeinline
setTypeName(const UT_StringRef &type_name) const UN_Nodeinline
signatureName() constUN_NodeBase< UN_Handle, UN_GraphData, UN_Node, UN_Parm, UN_Port, UN_StickyNote, UN_Wire >inline
stealMetadata() const UN_Nodeinline
stealTags() const UN_Nodeinline
tags() constUN_NodeBase< UN_Handle, UN_GraphData, UN_Node, UN_Parm, UN_Port, UN_StickyNote, UN_Wire >inline
typeName() constUN_NodeBase< UN_Handle, UN_GraphData, UN_Node, UN_Parm, UN_Port, UN_StickyNote, UN_Wire >inline
UN_ConstHandle()UN_ConstHandleinline
UN_ConstHandle(const UN_GraphData *graph_data, UN_DataID data_id)UN_ConstHandleinline
UN_Handle()UN_Handleinline
UN_Handle(UN_GraphData *graph_data, UN_DataID data_id)UN_Handleinline
UN_Node()=defaultUN_Node
UN_Node(UN_GraphData *graph_data, UN_NodeID node_id)UN_Nodeinline
UN_NodeBase()=defaultUN_NodeBase< UN_Handle, UN_GraphData, UN_Node, UN_Parm, UN_Port, UN_StickyNote, UN_Wire >protected
UN_NodeBase(UN_GraphData *graph_data, UN_NodeID node_id)UN_NodeBase< UN_Handle, UN_GraphData, UN_Node, UN_Parm, UN_Port, UN_StickyNote, UN_Wire >inlineprotected
updateMetadata(const OP &op) const UN_Nodeinline
updateMetadata(const UT_StringHolder &key, UT_OptionEntryPtr &&value)UN_Nodeinline
updateTags(const OP &op) const UN_Nodeinline