rocs/RocsCore
Topology.cpp File Reference
#include "Topology.h"#include "DataStructure.h"#include "Data.h"#include "Pointer.h"#include <QList>#include <QPair>#include <QVector>#include <KDebug>#include <boost/graph/fruchterman_reingold.hpp>#include <boost/graph/circle_layout.hpp>#include <boost/graph/random_layout.hpp>#include <boost/graph/adjacency_list.hpp>#include <boost/graph/topology.hpp>#include <boost/lexical_cast.hpp>#include <boost/random/linear_congruential.hpp>#include "CoreTypes.h"
Include dependency graph for Topology.cpp:

Go to the source code of this file.
Typedefs | |
| typedef QPair< int, int > | Edge |
| typedef boost::adjacency_list < boost::listS, boost::vecS, boost::undirectedS, boost::property < boost::vertex_name_t, std::string > > | Graph |
| typedef topology_type::point_type | point_type |
| typedef boost::iterator_property_map < PositionVec::iterator, boost::property_map< Graph, boost::vertex_index_t >::type > | PositionMap |
| typedef QVector< point_type > | PositionVec |
| typedef boost::rectangle_topology | topology_type |
| typedef boost::graph_traits < Graph >::vertex_descriptor | Vertex |
Typedef Documentation
Definition at line 53 of file Topology.cpp.
| typedef boost::adjacency_list< boost::listS, boost::vecS, boost::undirectedS, boost::property<boost::vertex_name_t, std::string> > Graph |
Definition at line 45 of file Topology.cpp.
| typedef topology_type::point_type point_type |
Definition at line 47 of file Topology.cpp.
| typedef boost::iterator_property_map< PositionVec::iterator, boost::property_map<Graph, boost::vertex_index_t>::type > PositionMap |
Definition at line 51 of file Topology.cpp.
| typedef QVector<point_type> PositionVec |
Definition at line 48 of file Topology.cpp.
| typedef boost::rectangle_topology topology_type |
Definition at line 46 of file Topology.cpp.
Definition at line 52 of file Topology.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:16:18 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:16:18 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference