SPH
|
Leaf (bucket) node of K-d tree. More...
#include <KdTree.h>
Public Member Functions | |
LeafNode (const KdNode::Type &type) | |
INLINE Size | size () const |
Returns the number of points in the leaf. Can be zero. More... | |
Public Attributes | |
Size | from |
First index of particlse belonging to the leaf. More... | |
Size | to |
One-past-last index of particles belonging to the leaf. More... | |
Size | padding |
Unused, used so that LeafNode and InnerNode have the same size. More... | |
Leaf (bucket) node of K-d tree.
|
inline |