mutils ~master (2018-10-28T20:05:58Z)
Dub
Repo
SpatialTree.visitAllDataIn
mutils
container
spatialtree
SpatialTree
Undocumented in source. Be warned that the author may not have intended to support it.
struct
SpatialTree
(ubyte dimension, T, bool loose = false, ubyte maxLevel = 8)
void
visitAllDataIn
(
scope
void
delegate
(
ref
T
data
)
visitor
,
Point
downLeft
,
Point
upRight
)
Meta
Source
See Implementation
mutils
container
spatialtree
SpatialTree
aliases
Point
QuadAllocator
isLoose
destructors
~this
functions
add
addToQuad
allocateQuads
clear
initialize
remove
updatePositions
visitAll
visitAllDataIn
visitAllNodesIn
manifest constants
allocationSize
nodesNumInArray
static functions
circleInBox
circleNotInBox
directionToIndex
hasChildren
hasElements
inBox
indexToDirection
notInBox
structs
Node
variables
allocator
root
size