coin-Bcp
Public Member Functions | Public Attributes | List of all members
MC_path_node Class Reference

#include <MC.hpp>

Collaboration diagram for MC_path_node:
Collaboration graph
[legend]

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_entryadj_list
 

Detailed Description

Definition at line 157 of file MC.hpp.

Constructor & Destructor Documentation

MC_path_node::MC_path_node ( )
inline

Definition at line 169 of file MC.hpp.

MC_path_node::MC_path_node ( )
inline

Definition at line 169 of file MC.hpp.

Member Data Documentation

bool MC_path_node::processed

Definition at line 159 of file MC.hpp.

int MC_path_node::degree

Definition at line 160 of file MC.hpp.

int MC_path_node::parent

Definition at line 162 of file MC.hpp.

int MC_path_node::edge_to_parent

Definition at line 164 of file MC.hpp.

double MC_path_node::distance

Definition at line 166 of file MC.hpp.

Referenced by MC_path_node_ptr_compare::operator()().

MC_path_adj_entry * MC_path_node::adj_list

Definition at line 167 of file MC.hpp.


The documentation for this class was generated from the following files: