Multivariate Point Process Package  0.1
Public Attributes | List of all members
Graph::Node Struct Reference

Defines a single node object. More...

#include <Graph.h>

Public Attributes

std::set< unsigned > children
 The set of child nodes the current node points to. More...
 
std::set< unsigned > parents
 The set of parent nodes pointing to the current node. More...
 

Detailed Description

Defines a single node object.

Definition at line 24 of file Graph.h.

Member Data Documentation

std::set<unsigned> Graph::Node::children

The set of child nodes the current node points to.

Definition at line 28 of file Graph.h.

std::set<unsigned> Graph::Node::parents

The set of parent nodes pointing to the current node.

Definition at line 32 of file Graph.h.


The documentation for this struct was generated from the following file: