![]() |
Murl Engine API
Version 2024.1
|
The IAttachment graph node interface. More...
#include <murl_graph_i_attachment.h>
The IAttachment graph node interface.
Public Member Functions | |
virtual INode * | GetNodeInterface ()=0 |
Get the mutable Graph::INode interface. More... | |
virtual const INode * | GetNodeInterface () const =0 |
Get the constant Graph::INode interface. More... | |
virtual INodeTarget * | GetNodeTarget ()=0 |
Get the mutable Graph::INodeTarget container. More... | |
virtual const INodeTarget * | GetNodeTarget () const =0 |
Get the constant Graph::INodeTarget container. More... | |
|
pure virtual |
Get the mutable Graph::INode interface.
This method returns a mutable pointer to the node's Graph::INode interface, to be able to query or modify common node properties such as active state, visibility or ID.
|
pure virtual |
Get the constant Graph::INode interface.
This method returns a constant pointer to the node's Graph::INode interface, to be able to query common node properties such as active state, visibility or ID.
|
pure virtual |
Get the mutable Graph::INodeTarget container.
This method returns a mutable pointer to the node's Graph::INodeTarget container, which allows to set or query the referenced node.
|
pure virtual |
Get the constant Graph::INodeTarget container.
This method returns a constant pointer to the node's Graph::INodeTarget container, which allows to query the referenced node.