HOG2
|
#include <GraphCheck.h>
Public Member Functions | |
SimpleNode () | |
SimpleNode (T m, T p, int d) | |
Public Attributes | |
T | parent |
T | me |
int | depth |
Definition at line 20 of file GraphCheck.h.
|
inline |
Definition at line 22 of file GraphCheck.h.
References SimpleNode< T >::depth, SimpleNode< T >::me, and SimpleNode< T >::parent.
|
inline |
Definition at line 28 of file GraphCheck.h.
References d, SimpleNode< T >::depth, SimpleNode< T >::me, and SimpleNode< T >::parent.
int SimpleNode< T >::depth |
Definition at line 37 of file GraphCheck.h.
Referenced by GraphCheck< state, action >::DFSVisit(), GraphCheck< state, action >::NumNodesWithinRadius(), and SimpleNode< T >::SimpleNode().
T SimpleNode< T >::me |
Definition at line 36 of file GraphCheck.h.
Referenced by GraphCheck< state, action >::DFSVisit(), GraphCheck< state, action >::NumNodesWithinRadius(), and SimpleNode< T >::SimpleNode().
T SimpleNode< T >::parent |
Definition at line 35 of file GraphCheck.h.
Referenced by GraphCheck< state, action >::DFSVisit(), and SimpleNode< T >::SimpleNode().