CGAL 5.0.3 - Classification
|
Concept describing a neighbor query used for classification.
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... | |
OutputIterator CGAL::Classification::NeighborQuery::operator() | ( | const value_type & | query, |
OutputIterator | output | ||
) | const |
Puts in output
the indices of the neighbors of query
.
OutputIterator | An output iterator accepting std::size_t values. |