CGAL 6.1.3 - Classification
Loading...
Searching...
No Matches
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.

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.

#include <Concepts/NeighborQuery.h>

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.

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.