|
CGAL 6.1.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. | |
| 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. |
#include <Concepts/NeighborQuery.h>
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. | |
| 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. |