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

#include <MC.hpp>

Collaboration diagram for MC_graph_node:
Collaboration graph
[legend]

Public Member Functions

 MC_graph_node ()
 
 MC_graph_node (int d, MC_adjacency_entry *l)
 
 MC_graph_node ()
 
 MC_graph_node (int d, MC_adjacency_entry *l)
 

Public Attributes

int degree
 
MC_adjacency_entryadj_list
 

Detailed Description

Definition at line 19 of file MC.hpp.

Constructor & Destructor Documentation

MC_graph_node::MC_graph_node ( )
inline

Definition at line 23 of file MC.hpp.

MC_graph_node::MC_graph_node ( int  d,
MC_adjacency_entry l 
)
inline

Definition at line 24 of file MC.hpp.

MC_graph_node::MC_graph_node ( )
inline

Definition at line 23 of file MC.hpp.

MC_graph_node::MC_graph_node ( int  d,
MC_adjacency_entry l 
)
inline

Definition at line 24 of file MC.hpp.

Member Data Documentation

int MC_graph_node::degree

Definition at line 21 of file MC.hpp.

MC_adjacency_entry * MC_graph_node::adj_list

Definition at line 22 of file MC.hpp.


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