Alexandria  2.25.0
SDC-CH common library for the Euclid project
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Static Public Member Functions | List of all members
KdTree::ChebyshevDistance< T > Struct Template Reference

#include <KdTree.h>

Static Public Member Functions

static bool isCloserThan (const T &a, const T &b, double distance)
 

Detailed Description

template<typename T>
struct KdTree::ChebyshevDistance< T >

Chebyshev Distance: max(|x_i - y_i|)

Template Parameters
T

Definition at line 54 of file KdTree.h.

Member Function Documentation

template<typename T >
bool KdTree::ChebyshevDistance< T >::isCloserThan ( const T &  a,
const T &  b,
double  distance 
)
static

Definition at line 163 of file KdTree.icpp.


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