#include <PairNode.h>
Public Member Functions | |
PairNodeData (float dist, int depth, int vis) | |
PairNodeData (const PairNodeData &node) | |
Public Attributes | |
int | depth |
float | distance |
bool | mode |
AtomPairSet | neighbors |
int | visited |
Static Public Attributes | |
static int | max_depth = 0 |
static int | min_depth = 0 |
structure that captures the "things that are not available in atom/pair" for possible use with function pointer to pair error. e.g. how deep the node is in the graph, etc
Definition at line 13 of file PairNode.h.
pano::PairNodeData::PairNodeData | ( | float | dist, |
int | depth, | ||
int | vis | ||
) | [inline] |
Definition at line 20 of file PairNode.h.
pano::PairNodeData::PairNodeData | ( | const PairNodeData & | node | ) | [inline] |
Definition at line 23 of file PairNode.h.
Definition at line 16 of file PairNode.h.
Definition at line 15 of file PairNode.h.
int pano::PairNodeData::max_depth = 0 [static] |
Definition at line 28 of file PairNode.h.
int pano::PairNodeData::min_depth = 0 [static] |
Definition at line 29 of file PairNode.h.
Definition at line 18 of file PairNode.h.
Definition at line 26 of file PairNode.h.
Definition at line 17 of file PairNode.h.