CGAL 5.6 - Classification
|
#include <CGAL/Classification/Mesh_neighborhood.h>
Functor that computes the N-ring neighborhood of the face of an input mesh.
Public Types | |
using | value_type = typename Mesh_neighborhood::face_descriptor |
Public Member Functions | |
N_ring_neighbor_query (const Mesh_neighborhood &neighborhood, const std::size_t n) | |
constructs a N-ring neighbor query object. More... | |
CGAL::Classification::Mesh_neighborhood< FaceListGraph >::N_ring_neighbor_query::N_ring_neighbor_query | ( | const Mesh_neighborhood & | neighborhood, |
const std::size_t | n | ||
) |
constructs a N-ring neighbor query object.
neighborhood | mesh neighborhood object. |
n | size of neighborhood. |