![]() |
Murl Engine API
Version 2018.3
|
The IHandle interface. More...
#include <murl_graph_i_handle.h>
The IHandle interface.
A handle can store traversal or reference-dependent information for a graph node.
Inherited by Murl::Core::GraphNodeHandle.
Public Member Functions | |
virtual const INode * | GetOwner () const =0 |
Get the constant node owning this handle. More... | |
virtual INode * | GetOwner ()=0 |
Get the mutable node owning this handle. More... | |
|
pure virtual |
Get the constant node owning this handle.
|
pure virtual |
Get the mutable node owning this handle.