RTree.Node

Undocumented in source.
class RTree(DataType, ElemType, alias NumDims, ElemTypeReal, alias int MaxNodes = 8, alias int MinNodes = MaxNodes / 2)
protected
struct Node {}

Members

Functions

IsInternalNode
bool IsInternalNode()
Undocumented in source. Be warned that the author may not have intended to support it.
IsLeaf
bool IsLeaf()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

m_branch
Branch[MaxNodes] m_branch;

< Branch

m_count
int m_count;

< Count

m_level
int m_level;

< Leaf is zero, others positive

Meta