Tapkee
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
covertree_point.hpp File Reference
#include <tapkee/defines.hpp>
#include <iostream>
#include <cmath>

Go to the source code of this file.

Classes

class  v_array< T >
 
struct  CoverTreePoint< RandomAccessIterator >
 
struct  distance_impl< Type, RandomAccessIterator, Callback >
 
struct  distance_impl< KernelType, RandomAccessIterator, Callback >
 
struct  distance_impl< DistanceType, RandomAccessIterator, Callback >
 

Namespaces

 tapkee
 
 tapkee::tapkee_internal
 

Functions

template<class T >
void push (v_array< T > &v, const T &new_ele)
 
template<class T >
void alloc (v_array< T > &v, int length)
 
template<class T >
v_array< T > pop (v_array< v_array< T > > &stack)
 
template<class RandomAccessIterator , class Callback >
ScalarType distance (Callback &cb, const CoverTreePoint< RandomAccessIterator > &l, const CoverTreePoint< RandomAccessIterator > &r, ScalarType upper_bound)
 
template<class RandomAccessIterator >
void print (const CoverTreePoint< RandomAccessIterator > &)