Ponca
aa50bfdf187919869239c5b44b748842569114c1
Point Cloud Analysis library
|
Public Types | |
using | Scalar = typename DataPoint::Scalar |
using | Iterator = typename limited_priority_queue< IndexSquaredDistance< Index, Scalar > >::iterator |
Public Member Functions | |
KdTreeKNearestIterator (const Iterator &iterator) | |
bool | operator!= (const KdTreeKNearestIterator &other) const |
void | operator++ () |
Index | operator* () const |
void | operator+= (int i) |
Protected Attributes | |
Iterator | m_iterator |
Definition at line 12 of file kdTreeKNearestIterator.h.
using Ponca::KdTreeKNearestIterator< Index, DataPoint >::Iterator = typename limited_priority_queue<IndexSquaredDistance<Index, Scalar> >::iterator |
Definition at line 16 of file kdTreeKNearestIterator.h.
using Ponca::KdTreeKNearestIterator< Index, DataPoint >::Scalar = typename DataPoint::Scalar |
Definition at line 15 of file kdTreeKNearestIterator.h.
|
inline |
Definition at line 19 of file kdTreeKNearestIterator.h.
|
inline |
Definition at line 23 of file kdTreeKNearestIterator.h.
|
inline |
Definition at line 26 of file kdTreeKNearestIterator.h.
|
inline |
Definition at line 25 of file kdTreeKNearestIterator.h.
|
inline |
Definition at line 27 of file kdTreeKNearestIterator.h.
|
protected |
Definition at line 30 of file kdTreeKNearestIterator.h.