Struct BasicDAGImpl::Node#

Nested Relationships#

This struct is a nested type of Template Class BasicDAGImpl.

Struct Documentation#

struct Node#

Public Functions

inline Node(const V &id)#

Public Members

V id#
int depth#

id of the vertex

int height#

vertex depth in the tree

std::vector<Node*> parents#

vertex height in the tree

std::vector<Node*> children#

parent nodes