Home
last modified time | relevance | path

Searched refs:indexable_type (Results 1 – 14 of 14) sorted by relevance

/third_party/boost/boost/geometry/index/detail/rtree/linear/
Dredistribute_elements.hpp87 typedef typename rtree::element_indexable_type<element_type, Translator>::type indexable_type; typedef
88 typedef typename coordinate_type<indexable_type>::type coordinate_type;
96 typedef typename geometry::point_type<indexable_type>::type point_type;
100 indexable_type, bounds_type,
186 typedef typename rtree::element_indexable_type<element_type, Translator>::type indexable_type; typedef
187 typedef typename coordinate_type<indexable_type>::type coordinate_type;
241 typedef typename rtree::element_indexable_type<element_type, Translator>::type indexable_type; typedef
245 typename tag<indexable_type>::type, Dimension - 1
277 typedef typename rtree::element_indexable_type<element_type, Translator>::type indexable_type; typedef
278 typedef typename coordinate_type<indexable_type>::type coordinate_type;
[all …]
/third_party/boost/libs/geometry/index/test/rtree/
Drtree_test_generator.cpp85 std::string indexable_type; in main() local
88 indexable_type = point_type; in main()
90 indexable_type = std::string("bg::model::box< ") + point_type + " >"; in main()
92indexable_type = std::string("bg::model::segment< ") + point_type + " >"; in main()
99 " typedef " << indexable_type << " Indexable;\n" << in main()
Drtree_values.cpp30 = boost::is_convertible<Convertible, typename Rtree::indexable_type>::value; in BOOST_GEOMETRY_REGISTER_POINT_2D()
36 = boost::is_same<Convertible, typename Rtree::indexable_type>::value; in BOOST_GEOMETRY_REGISTER_POINT_2D()
Dtest_rtree.hpp665 typedef typename Rtree::indexable_type I; in value_outside()
673 typedef typename Rtree::indexable_type I; in rtree()
915 typename Rtree::indexable_type in contains()
964 typename Rtree::indexable_type in covered_by()
1014 typename Rtree::indexable_type in covers()
1064 typename Rtree::indexable_type in overlaps()
1139 typename Rtree::indexable_type in within()
1149 typedef typename bg::default_distance_result<Point, typename Rtree::indexable_type>::type D;
1161 typedef typename bg::default_distance_result<Point, typename Rtree::indexable_type>::type D;
1195 typedef typename bg::default_distance_result<Point, typename Rtree::indexable_type>::type D; in check_sorted_by_distance()
[all …]
/third_party/boost/boost/geometry/index/detail/rtree/quadratic/
Dredistribute_elements.hpp45 typedef typename rtree::element_indexable_type<element_type, Translator>::type indexable_type; in pick_seeds() typedef
51 indexable_type, box_type, strategy_type in pick_seeds()
68 indexable_type const& ind1 = rtree::element_indexable(elements[i], tr); in pick_seeds()
69 indexable_type const& ind2 = rtree::element_indexable(elements[j], tr); in pick_seeds()
120 …typedef typename rtree::element_indexable_type<element_type, translator_type>::type indexable_type; in apply() typedef
225 indexable_type const& indexable = rtree::element_indexable(elem, translator); in apply()
274 …typedef typename rtree::element_indexable_type<element_type, translator_type>::type indexable_type; in pick_next() typedef
284 indexable_type const& indexable = rtree::element_indexable(*el_it, translator); in pick_next()
/third_party/boost/boost/geometry/index/detail/rtree/rstar/
Dredistribute_elements.hpp40 typedef typename rtree::element_indexable_type<Element, Translator>::type indexable_type; typedef in boost::geometry::index::detail::rtree::rstar::element_axis_corner_less
41 typedef typename geometry::point_type<indexable_type>::type point_type;
46 indexable_type, bounds_type, strategy_type
124 … typedef typename rtree::element_indexable_type<element_type, Translator>::type indexable_type; in apply() typedef
125 typedef typename tag<indexable_type>::type indexable_tag; in apply()
374 … typedef typename rtree::element_indexable_type<element_type, Translator>::type indexable_type; in apply() typedef
375 typedef typename tag<indexable_type>::type indexable_tag; in apply()
/third_party/boost/boost/geometry/index/detail/rtree/visitors/
Ddistance_query.hpp121 typedef typename indexable_type<translator_type>::type indexable_type; typedef in boost::geometry::index::detail::rtree::visitors::distance_query
123 …typedef index::detail::calculate_distance<nearest_predicate_type, indexable_type, strategy_type, v…
322 typedef typename indexable_type<translator_type>::type indexable_type; typedef in boost::geometry::index::detail::rtree::visitors::distance_query_incremental
324 …typedef index::detail::calculate_distance<nearest_predicate_type, indexable_type, strategy_type, v…
Dinsert.hpp330 typename indexable_type<translator_type>::type in insert()
427 typename indexable_type<translator_type>::type in split()
/third_party/boost/boost/geometry/index/detail/
Dtranslator.hpp78 struct indexable_type struct
/third_party/boost/boost/geometry/index/detail/rtree/node/
Dnode_elements.hpp28 typedef typename indexable_type<Translator>::type type;
Dnode.hpp93 typename indexable_type<Translator>::type in values_box()
/third_party/boost/boost/geometry/index/detail/rtree/
Dpack_create.hpp336 typename indexable_type<translator_type>::type in per_level()
/third_party/boost/libs/geometry/doc/index/generated/
Drtree.qbk77 [[[#classboost_1_1geometry_1_1index_1_1rtree_1a28e88e55d260a454688fe1bd5e5af96b] `indexable_type`][…
1227 For indexable_type it returns the number of values which indexables equals the parameter. For value…
/third_party/boost/libs/geometry/doc/
Drelease_notes.qbk486 …ry when object of type convertible but not the same as value_type or indexable_type is passed. If …