#include <MC.hpp>
Collaboration diagram for MC_path_node:
Public Member Functions | |
MC_path_node () | |
MC_path_node () | |
Public Attributes | |
bool | processed |
int | degree |
int | parent |
int | edge_to_parent |
double | distance |
MC_path_adj_entry * | adj_list |
MC_path_adj_entry * | adj_list |
Definition at line 157 of file MC.hpp.
double MC_path_node::distance |