Struct Graph

Struct Documentation

struct Graph

Public Types

using Ptr = std::shared_ptr<Graph>

Public Members

std::list<GraphNode::Ptr> roots
std::map<float, std::list<GraphNode::Ptr>> levels

Public Static Functions

static inline Ptr make_shared()