HDK
|
Go to the source code of this file.
Classes | |
class | Node |
class | GraphElement |
class | NodeGraph |
class | Backdrop |
Typedefs | |
using | NodePtr = shared_ptr< Node > |
A shared pointer to a Node. More... | |
using | ConstNodePtr = shared_ptr< const Node > |
A shared pointer to a const Node. More... | |
using | GraphElementPtr = shared_ptr< GraphElement > |
A shared pointer to a GraphElement. More... | |
using | ConstGraphElementPtr = shared_ptr< const GraphElement > |
A shared pointer to a const GraphElement. More... | |
using | NodeGraphPtr = shared_ptr< NodeGraph > |
A shared pointer to a NodeGraph. More... | |
using | ConstNodeGraphPtr = shared_ptr< const NodeGraph > |
A shared pointer to a const NodeGraph. More... | |
using | BackdropPtr = shared_ptr< Backdrop > |
A shared pointer to a Backdrop. More... | |
using | ConstBackdropPtr = shared_ptr< const Backdrop > |
A shared pointer to a const Backdrop. More... | |
using | NodePredicate = std::function< bool(NodePtr node)> |
using BackdropPtr = shared_ptr<Backdrop> |
using ConstBackdropPtr = shared_ptr<const Backdrop> |
using ConstGraphElementPtr = shared_ptr<const GraphElement> |
A shared pointer to a const GraphElement.
using ConstNodeGraphPtr = shared_ptr<const NodeGraph> |
using ConstNodePtr = shared_ptr<const Node> |
using GraphElementPtr = shared_ptr<GraphElement> |
A shared pointer to a GraphElement.
using NodeGraphPtr = shared_ptr<NodeGraph> |
using NodePredicate = std::function<bool(NodePtr node)> |