libnabo 1.0.1
Public Member Functions | Public Attributes
Nabo::KDTreeBalancedPtInLeavesStackOpenCL< T >::CompareDim Struct Reference

Functor to compare point values on a given dimension. More...

#include <nabo_private.h>

List of all members.

Public Member Functions

 CompareDim (const size_t dim)
 Build the functor for a specific dimension.
bool operator() (const BuildPoint &p0, const BuildPoint &p1)
 Compare the values of p0 and p1 on dim, and return whether p0[dim] < p1[dim].

Public Attributes

size_t dim
 dimension on which to compare

Detailed Description

template<typename T>
struct Nabo::KDTreeBalancedPtInLeavesStackOpenCL< T >::CompareDim

Functor to compare point values on a given dimension.


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