CGAL 6.0 - Classification
Loading...
Searching...
No Matches
CGAL::Classification::Mesh_neighborhood< FaceListGraph >::One_ring_neighbor_query Class Reference

#include <CGAL/Classification/Mesh_neighborhood.h>

Definition

template<typename FaceListGraph>
class CGAL::Classification::Mesh_neighborhood< FaceListGraph >::One_ring_neighbor_query

Functor that computes the 1-ring neighborhood of the face of an input mesh.

Is model of
CGAL::Classification::NeighborQuery
See also
Mesh_neighborhood

Public Types

using value_type = typename Mesh_neighborhood::face_descriptor
 

Public Member Functions

 One_ring_neighbor_query (const Mesh_neighborhood &neighborhood)
 constructs a 1-ring neighbor query object.
 

Constructor & Destructor Documentation

◆ One_ring_neighbor_query()

template<typename FaceListGraph >
CGAL::Classification::Mesh_neighborhood< FaceListGraph >::One_ring_neighbor_query::One_ring_neighbor_query ( const Mesh_neighborhood neighborhood)

constructs a 1-ring neighbor query object.

Parameters
neighborhoodmesh neighborhood object.