PLearn 0.1
Classes | Namespaces | Typedefs | Enumerations | Functions
mesh_decl.h File Reference
#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"
Include dependency graph for mesh_decl.h:
This graph shows which files directly or indirectly include this file:

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)

Detailed Description

Definition in file mesh_decl.h.


Enumeration Type Documentation

enum edge_ppt_t
Enumerator:
edge_ppt 

Definition at line 59 of file mesh_decl.h.

{ edge_ppt };
Enumerator:
graph_ppt 

Definition at line 60 of file mesh_decl.h.

{ graph_ppt };
Enumerator:
vertex_ppt 

Definition at line 58 of file mesh_decl.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines