PaGMO
1.1.5
|
Topology namespace. More...
Data Structures | |
class | ageing_clustered_ba |
Clustered Barabási-Albert with Ageing vertices graph topology. More... | |
class | barabasi_albert |
Barabási-Albert graph topology. More... | |
class | base |
Base topology class. More... | |
class | clustered_ba |
Barabási-Albert graph topology. More... | |
class | custom |
Custom topology. More... | |
class | erdos_renyi |
Erdős-Rényi graph topology. More... | |
class | fully_connected |
Fully-connected topology. More... | |
class | hypercube |
Hypercube topology. More... | |
class | one_way_ring |
Uni-directional ring topology. More... | |
class | pan |
Pan graph topology. More... | |
class | rim |
Wheel rim topology. More... | |
class | ring |
Bi-directional ring topology. More... | |
class | unconnected |
Unconnected topology. More... | |
class | watts_strogatz |
Watts-Strogatz network model. More... | |
Typedefs | |
typedef boost::shared_ptr< base > | base_ptr |
Alias for shared pointer to base topology. | |
Functions | |
std::ostream & | operator<< (std::ostream &s, const base &t) |
Overload stream insertion operator for topology::base. More... | |
Topology namespace.
This namespace contains all the topologies implemented in PaGMO.
std::ostream & pagmo::topology::operator<< | ( | std::ostream & | s, |
const base & | t | ||
) |
Overload stream insertion operator for topology::base.
Will print to stream the output of topology::base::human_readable().
[in] | s | stream into which topology will be inserted. |
[in] | t | topology to be inserted into stream. |
Definition at line 569 of file topology/base.cpp.