Binary, Quad and Oct Tree topology. More...
Classes | |
| struct | topology< Policy, ntree_base >::access< Priv > |
| See specialization_base::interface. More... | |
| class | hcell_base_t< DIM, T, KEY > |
| Base type for an entry in the hashtable This type can point to either a node or an entity in the ntree. More... | |
| struct | ntree_base |
| Ntree topology base. More... | |
| struct | ntree_specialization |
| Example specialization which is not really implemented. More... | |
| struct | topology< Policy, ntree_base > |
| The ntree topology represents a binary, quad or octree stored/accessed using a hashtable. More... | |
Typedefs | |
| template<class P > | |
| using | ntree |
| Topology category. | |
Binary, Quad and Oct Tree topology.
The ntree topology is using a hashing table to store and access the entities and nodes of the tree.
| using ntree |
Topology category.