Cinder  0.9.1
Public Member Functions | Public Attributes | List of all members
cinder::CompareNode< NodeData > Struct Template Reference

#include <KdTree.h>

Public Member Functions

 CompareNode (int a)
 
bool operator() (const std::pair< const NodeData *, uint32_t > &d1, const std::pair< const NodeData *, uint32_t > &d2) const
 

Public Attributes

int axis
 

Constructor & Destructor Documentation

template<typename NodeData >
cinder::CompareNode< NodeData >::CompareNode ( int  a)

Member Function Documentation

template<typename NodeData >
bool cinder::CompareNode< NodeData >::operator() ( const std::pair< const NodeData *, uint32_t > &  d1,
const std::pair< const NodeData *, uint32_t > &  d2 
) const

Member Data Documentation

template<typename NodeData >
int cinder::CompareNode< NodeData >::axis

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