Loading [MathJax]/extensions/TeX/newcommand.js
\newcommand{\E}{\mathrm{E}} \newcommand{\A}{\mathrm{A}} \newcommand{\R}{\mathrm{R}} \newcommand{\N}{\mathrm{N}} \newcommand{\Q}{\mathrm{Q}} \newcommand{\Z}{\mathrm{Z}} \def\ccSum #1#2#3{ \sum_{#1}^{#2}{#3} } \def\ccProd #1#2#3{ \sum_{#1}^{#2}{#3} }
CGAL 5.0 - Classification
All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Modules Pages
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.