Alexandria 2.31.0
SDC-CH common library for the Euclid project
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
KdTree::KdTreeTraits< T > Struct Template Reference

#include <KdTree.h>

Static Public Member Functions

static std::size_t getDimensions (const T &t)
 
static double getCoord (const T &t, size_t index)
 

Detailed Description

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

Definition at line 28 of file KdTree.h.

Member Function Documentation

◆ getCoord()

template<typename T >
static double KdTree::KdTreeTraits< T >::getCoord ( const T &  t,
size_t  index 
)
static
Returns
the value for the coordinate index

◆ getDimensions()

template<typename T >
static std::size_t KdTree::KdTreeTraits< T >::getDimensions ( const T &  t)
static
Returns
the number of dimensions

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