PLearn 0.1
|
#include <boost/config.hpp>
#include <boost/utility.hpp>
#include <boost/graph/graph_traits.hpp>
#include <boost/graph/adjacency_list.hpp>
#include <boost/graph/graphviz.hpp>
#include "MeshVertex.h"
#include "MeshEdge.h"
#include "MeshGraph.h"
Go to the source code of this file.
Classes | |
class | PLearn::Graph_ |
Namespaces | |
namespace | boost |
namespace | PLearn |
< for swap | |
Typedefs | |
typedef property< vertex_ppt_t, MVertex, property < vertex_index_t, int > > | PLearn::vertex_ppt_ |
typedef property< edge_ppt_t, MEdge, property< edge_index_t, int > > | PLearn::edge_ppt_ |
typedef property< graph_ppt_t, MGraph > | PLearn::graph_ppt_ |
typedef adjacency_list< listS, listS, undirectedS, vertex_ppt_, edge_ppt_, graph_ppt_ > | PLearn::graph |
typedef PP< Graph_ > | PLearn::Graph |
typedef graph_traits< graph > ::vertex_descriptor | PLearn::vertex_descriptor |
typedef graph_traits< graph > ::edge_descriptor | PLearn::edge_descriptor |
typedef graph_traits< graph > ::vertex_iterator | PLearn::vertex_iterator |
typedef graph_traits< graph > ::edge_iterator | PLearn::edge_iterator |
typedef graph_traits< graph > ::out_edge_iterator | PLearn::out_edge_iterator |
typedef graph_traits< graph > ::adjacency_iterator | PLearn::adjacency_iterator |
Enumerations | |
enum | vertex_ppt_t { vertex_ppt } |
enum | edge_ppt_t { edge_ppt } |
enum | graph_ppt_t { graph_ppt } |
Functions | |
boost::BOOST_INSTALL_PROPERTY (vertex, ppt) | |
boost::BOOST_INSTALL_PROPERTY (edge, ppt) | |
boost::BOOST_INSTALL_PROPERTY (graph, ppt) |
Definition in file mesh_decl.h.
enum edge_ppt_t |
enum graph_ppt_t |
enum vertex_ppt_t |