cheshirekow  v0.1.0
insert.h File Reference

Go to the source code of this file.

Namespaces

 mpblocks
 
 mpblocks::kd2
 

Functions

template<class NodeRef , class PointRef , class IsLeafFn , class LeafInsertFn , class IdxFn , class ValueFn , class ChildFn , class PointGetFn >
void mpblocks::kd2::insert (NodeRef node, PointRef point, const IsLeafFn &isLeaf, const LeafInsertFn &leafInsert, const IdxFn &idx, const ValueFn &value, const ChildFn &child, const PointGetFn &pointGet)
 
template<class HyperRect , class NodeRef , class PointRef , class IsLeafFn , class LeafInsertFn , class IdxFn , class ValueFn , class ChildFn , class PointGetFn , class HyperSetFn >
void mpblocks::kd2::insert (HyperRect &cell, NodeRef node, PointRef point, const IsLeafFn &isLeaf, const LeafInsertFn &leafInsert, const IdxFn &idx, const ValueFn &value, const ChildFn &child, const PointGetFn &pointGet, const HyperSetFn &hyperSet)