rocs/VisualEditor
GenerateGraphWidget.cpp File Reference
#include "GenerateGraphWidget.h"
#include "ui_GenerateGraphWidget.h"
#include "Document.h"
#include "DataStructure.h"
#include "DocumentManager.h"
#include "PointerType.h"
#include "Modifiers/Topology.h"
#include "Data.h"
#include "Pointer.h"
#include <cmath>
#include <KLocale>
#include <KDialog>
#include <KComboBox>
#include <KDebug>
#include <QtCore/QList>
#include <QtCore/QMap>
#include <QtCore/QPair>
#include <boost/graph/adjacency_list.hpp>
#include <boost/graph/iteration_macros.hpp>
#include <boost/graph/random.hpp>
#include <boost/graph/random_layout.hpp>
#include <boost/graph/topology.hpp>
#include <boost/graph/fruchterman_reingold.hpp>
#include <boost/random/mersenne_twister.hpp>
#include <boost/graph/erdos_renyi_generator.hpp>
#include <boost/math/constants/constants.hpp>
Include dependency graph for GenerateGraphWidget.cpp:
Go to the source code of this file.
Typedefs | |
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 std::vector< point_type > | PositionVec |
typedef boost::rectangle_topology | topology_type |
Typedef Documentation
typedef boost::adjacency_list< boost::listS, boost::vecS, boost::undirectedS, boost::property<boost::vertex_name_t, std::string> > Graph |
Definition at line 53 of file GenerateGraphWidget.cpp.
typedef topology_type::point_type point_type |
Definition at line 57 of file GenerateGraphWidget.cpp.
typedef boost::iterator_property_map< PositionVec::iterator, boost::property_map<Graph, boost::vertex_index_t>::type > PositionMap |
Definition at line 63 of file GenerateGraphWidget.cpp.
typedef std::vector<point_type> PositionVec |
Definition at line 59 of file GenerateGraphWidget.cpp.
typedef boost::rectangle_topology topology_type |
Definition at line 55 of file GenerateGraphWidget.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:16:28 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:28 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.