Ponca  e26a0e88a45818354616c1a7180bcd203aecad3c
Point Cloud Analysis library
Loading...
Searching...
No Matches
Ponca::KdTreeNearestIterator< Index > Class Template Reference
+ Collaboration diagram for Ponca::KdTreeNearestIterator< Index >:

Public Member Functions

 KdTreeNearestIterator (Index index)
 
bool operator!= (const KdTreeNearestIterator &other) const
 
void operator++ (int)
 
KdTreeNearestIteratoroperator++ ()
 
Index operator* () const
 

Protected Attributes

Index m_index {-1}
 

Detailed Description

template<typename Index>
class Ponca::KdTreeNearestIterator< Index >

Definition at line 12 of file kdTreeNearestIterator.h.

Constructor & Destructor Documentation

◆ KdTreeNearestIterator()

template<typename Index >
Ponca::KdTreeNearestIterator< Index >::KdTreeNearestIterator ( Index  index)
inline

Definition at line 16 of file kdTreeNearestIterator.h.

Member Function Documentation

◆ operator!=()

template<typename Index >
bool Ponca::KdTreeNearestIterator< Index >::operator!= ( const KdTreeNearestIterator< Index > &  other) const
inline

Definition at line 20 of file kdTreeNearestIterator.h.

◆ operator*()

template<typename Index >
Index Ponca::KdTreeNearestIterator< Index >::operator* ( ) const
inline

Definition at line 24 of file kdTreeNearestIterator.h.

◆ operator++() [1/2]

template<typename Index >
KdTreeNearestIterator & Ponca::KdTreeNearestIterator< Index >::operator++ ( )
inline

Definition at line 23 of file kdTreeNearestIterator.h.

◆ operator++() [2/2]

template<typename Index >
void Ponca::KdTreeNearestIterator< Index >::operator++ ( int  )
inline

Definition at line 22 of file kdTreeNearestIterator.h.

Member Data Documentation

◆ m_index

template<typename Index >
Index Ponca::KdTreeNearestIterator< Index >::m_index {-1}
protected

Definition at line 27 of file kdTreeNearestIterator.h.