MEPP2 Project
|
#include <boost/graph/graph_traits.hpp>
#include <boost/graph/properties.hpp>
#include <utility>
#include "FEVV/DataStructures/DataStructures_cgal_point_set.h"
Go to the source code of this file.
Classes | |
struct | boost::graph_traits< FEVV::CGALPointSet > |
struct | boost::graph_traits< const FEVV::CGALPointSet > |
Namespaces | |
boost | |
CGAL | |
Functions | |
std::pair< typename boost::graph_traits< FEVV::CGALPointSet >::vertex_iterator, typename boost::graph_traits< FEVV::CGALPointSet >::vertex_iterator > | CGAL::vertices (FEVV::CGALPointSet &ps) |
Returns the iterator range of the vertices of the mesh. More... | |
std::pair< FEVV::CGALPointSet::const_iterator, FEVV::CGALPointSet::const_iterator > | CGAL::vertices (const FEVV::CGALPointSet &ps) |
boost::graph_traits< FEVV::CGALPointSet >::vertices_size_type | CGAL::num_vertices (const FEVV::CGALPointSet &ps) |
Returns an upper bound of the number of vertices of the mesh. More... | |
boost::graph_traits< FEVV::CGALPointSet >::vertex_descriptor | CGAL::add_vertex (FEVV::CGALPointSet &ps) |
Adds a new vertex to the graph without initializing the connectivity. More... | |
void | CGAL::remove_vertex (typename boost::graph_traits< FEVV::CGALPointSet >::vertex_descriptor v, FEVV::CGALPointSet &ps) |
Removes v from the mesh. More... | |