CGAL 5.1.3 - Classification
CGAL::Classification::NeighborQuery Concept Reference

Definition

Public Types

typedef unspecified_type value_type
 Type of the data that is classified.
 

Public Member Functions

template<typename OutputIterator >
OutputIterator operator() (const value_type &query, OutputIterator output) const
 Puts in output the indices of the neighbors of query. More...
 

Member Function Documentation

◆ operator()()

template<typename OutputIterator >
OutputIterator CGAL::Classification::NeighborQuery::operator() ( const value_type query,
OutputIterator  output 
) const

Puts in output the indices of the neighbors of query.

Template Parameters
OutputIteratorAn output iterator accepting std::size_t values.