Static Public Attributes | List of all members
rtflann::valid_combination< Index, Distance, ElemType > Struct Template Reference

#include <all_indices.h>

Static Public Attributes

static const bool value
 

Detailed Description

template<template< typename > class Index, typename Distance, typename ElemType>
struct rtflann::valid_combination< Index, Distance, ElemType >

Checks if an index and a distance can be used together

Definition at line 116 of file all_indices.h.

Member Data Documentation

template<template< typename > class Index, typename Distance , typename ElemType >
const bool rtflann::valid_combination< Index, Distance, ElemType >::value
static
Initial value:
(!needs_kdtree_distance<Index<DummyDistance> >::value || is_kdtree_distance<Distance>::value) &&
(!needs_vector_space_distance<Index<DummyDistance> >::value || is_kdtree_distance<Distance>::value || is_vector_space_distance<Distance>::value)

Definition at line 118 of file all_indices.h.


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


rtabmap
Author(s): Mathieu Labbe
autogenerated on Wed Jun 5 2019 22:43:43