RTree.insert

Insert entry

class RTree(DataType, ElemType, alias NumDims, ElemTypeReal, alias int MaxNodes = 8, alias int MinNodes = MaxNodes / 2)
void
insert
()
(
auto ref const ElemType[NumDims] a_min
,
auto ref const ElemType[NumDims] a_max
,
DataType a_dataId
)

Parameters

a_min ElemType[NumDims]

Min of bounding rect

a_max ElemType[NumDims]

Max of bounding rect

a_dataId DataType

Positive Id of data. Maybe zero, but negative numbers not allowed.

Meta