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 142 of file all_indices.h.

Member Data Documentation

◆ value

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 144 of file all_indices.h.


The documentation for this struct was generated from the following file:
rtflann::valid_combination::value
static const bool value
Definition: all_indices.h:144
rtflann::same_type::value
@ value
Definition: all_indices.h:96
Index
Definition: sqlite3.c:10884


rtabmap
Author(s): Mathieu Labbe
autogenerated on Thu Jul 25 2024 02:50:29