Cortex  10.0.0-a4
Public Member Functions | Public Attributes | List of all members
IECore::KDTree< PointIterator >::Neighbour Class Reference

The Neighbour class is used to return information from the KDTree::nearestNNeighbours() query. More...

#include <KDTree.h>

Public Member Functions

 Neighbour (Iterator p, BaseType d2)
 
bool operator< (const Neighbour &other) const
 

Public Attributes

Iterator point
 
BaseType distSquared
 

Detailed Description

template<class PointIterator>
class IECore::KDTree< PointIterator >::Neighbour

The Neighbour class is used to return information from the KDTree::nearestNNeighbours() query.


The documentation for this class was generated from the following file: