

Go to the source code of this file.
Classes | |
| struct | rtflann::SearchParams |
Namespaces | |
| namespace | rtflann |
| namespace | rtflann::anyimpl |
Typedefs | |
| typedef std::map< std::string, any > | rtflann::IndexParams |
Enumerations | |
| enum | rtflann::tri_type { rtflann::FLANN_False = 0, rtflann::FLANN_True = 1, rtflann::FLANN_Undefined } |
Functions | |
| template<typename T > | |
| T | rtflann::get_param (const IndexParams ¶ms, std::string name, const T &default_value) |
| template<typename T > | |
| T | rtflann::get_param (const IndexParams ¶ms, std::string name) |
| bool | rtflann::has_param (const IndexParams ¶ms, std::string name) |
| void | rtflann::print_params (const IndexParams ¶ms) |
| void | rtflann::print_params (const SearchParams ¶ms) |
| rtflann::anyimpl::SMALL_POLICY (flann_algorithm_t) | |
| rtflann::anyimpl::SMALL_POLICY (flann_centers_init_t) | |
| rtflann::anyimpl::SMALL_POLICY (flann_log_level_t) | |
| rtflann::anyimpl::SMALL_POLICY (flann_datatype_t) | |