Static Public Attributes
rtflann::valid_combination< Index, Distance, ElemType > Struct Template Reference

#include <all_indices.h>

List of all members.

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:
 same_type<ElemType,typename Distance::ElementType>::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 Thu Jun 6 2019 21:59:43