|
| FEVV::CGALPointSetPointMap | get (const boost::vertex_point_t, FEVV::CGALPointSet &ps) |
| | Returns the points property map (aka the geometry) of the mesh. More...
|
| |
| FEVV::CGALPointSetPointMap | get (const boost::vertex_point_t, const FEVV::CGALPointSet &ps) |
| |
| CGALPointSetNNSearch::KdTreePtr | create_kd_tree (const FEVV::CGALPointSet &pc) |
| | Initialize a k-d tree with all cloud points. More...
|
| |
| std::pair< std::vector< CGALPointSetNNSearch::vertex_descriptor >, std::vector< double > > | kNN_search (const CGALPointSetNNSearch::KdTree &kd_tree, unsigned int k, const FEVV::CGALPointSetPoint &query, const FEVV::CGALPointSet &pc) |
| | Search the k nearest neighbors of a geometric point. More...
|
| |
| std::pair< std::vector< CGALPointSetNNSearch::vertex_descriptor >, std::vector< double > > | radius_search (const CGALPointSetNNSearch::KdTree &kd_tree, double radius, const FEVV::CGALPointSetPoint &query, const FEVV::CGALPointSet &pc) |
| | Search for the nearest neighbors of a geometric point in the given radius. More...
|
| |
| std::pair< typename boost::graph_traits< FEVV::CGALPointSet >::vertex_iterator, typename boost::graph_traits< FEVV::CGALPointSet >::vertex_iterator > | 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 > | vertices (const FEVV::CGALPointSet &ps) |
| |
| boost::graph_traits< FEVV::CGALPointSet >::vertices_size_type | 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 | add_vertex (FEVV::CGALPointSet &ps) |
| | Adds a new vertex to the graph without initializing the connectivity. More...
|
| |
| void | remove_vertex (typename boost::graph_traits< FEVV::CGALPointSet >::vertex_descriptor v, FEVV::CGALPointSet &ps) |
| | Removes v from the mesh. More...
|
| |