Searched defs:RTree (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ui/gfx/geometry/
H A Dr_tree.h24 class RTree : public RTreeBase { class in namespace:gfx
31 // of the nodes within RTree, which adjusts the base of the logarithm in the
40 RTree(size_t min_children, size_t max_children);
41 ~RTree();
74 // A map of supplied keys to their Node representation within the RTree, for
79 DISALLOW_COPY_AND_ASSIGN(RTree);
83 RTree<Key>::RTree(size_t min_children, size_t max_children) function in class:gfx::RTree
88 RTree<Key>::~RTree() {
[all...]

Completed in 80 milliseconds