ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
flann::L2_3D< T > Struct Template Reference

#include <dist.h>

Public Types

typedef bool is_kdtree_distance
 
typedef T ElementType
 
typedef Accumulator< T >::Type ResultType
 

Public Member Functions

template<typename Iterator1 , typename Iterator2 >
ResultType operator() (Iterator1 a, Iterator2 b, size_t size, ResultType=-1) const
 
template<typename U , typename V >
ResultType accum_dist (const U &a, const V &b, int) const
 

Detailed Description

template<class T>
struct flann::L2_3D< T >

Definition at line 101 of file dist.h.

Member Typedef Documentation

◆ ElementType

template<class T >
typedef T flann::L2_3D< T >::ElementType

Definition at line 105 of file dist.h.

◆ is_kdtree_distance

template<class T >
typedef bool flann::L2_3D< T >::is_kdtree_distance

Definition at line 103 of file dist.h.

◆ ResultType

template<class T >
typedef Accumulator<T>::Type flann::L2_3D< T >::ResultType

Definition at line 106 of file dist.h.

Member Function Documentation

◆ accum_dist()

template<class T >
template<typename U , typename V >
ResultType flann::L2_3D< T >::accum_dist ( const U &  a,
const V &  b,
int   
) const
inline

Definition at line 123 of file dist.h.

◆ operator()()

template<class T >
template<typename Iterator1 , typename Iterator2 >
ResultType flann::L2_3D< T >::operator() ( Iterator1  a,
Iterator2  b,
size_t  size,
ResultType  = -1 
) const
inline

Definition at line 109 of file dist.h.

References result.


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