NEDISS: Network Diffusion and Synchronization Simulator
Public Types | Public Member Functions | Public Attributes | List of all members
SmallWorldGraphObject Class Reference
Inheritance diagram for SmallWorldGraphObject:
Inheritance graph
[legend]
Collaboration diagram for SmallWorldGraphObject:
Collaboration graph
[legend]

Public Types

typedef boost::small_world_iterator< boost::minstd_rand, Graph > SWGen
 

Public Member Functions

 SmallWorldGraphObject (unsigned long num_nodes, unsigned long kNeighbors, double probability)
 
void build ()
 
- Public Member Functions inherited from CommonGraphObjectClass
void showVertex (Graph &g)
 
void showEdges (Graph &g)
 
void reportNProcs (Graph &g)
 
void reportNodes (Graph &g)
 
void Initialization (std::vector< std::pair< double, double > > X0_W, double J, Graph &g, unsigned int N)
 

Public Attributes

unsigned long N
 
unsigned long E
 
Graph g
 
boost::minstd_rand gen
 
unsigned long K
 
double Proba
 
unsigned long Procs = num_processes(boost::graph::distributed::mpi_process_group())
 

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