Defined in File QuadtreeCartesianEuclid.hpp
Public Functions
lower – Minimal coordinates of region
upper – Maximal coordinates of region (excluded)
capacity – Number of points a leaf cell can store before splitting
splitTheoretical – Whether to split in a theoretically optimal way or in a way to decrease measured running times
newcomer – content to be added at point x
angle – angular coordinate of x
R – radial coordinate of x
newcomer – content to be removed at point x
angle – angular coordinate of x
R – radial coordinate of x
Get all elements, regardless of position
vector<T> of elements
trims the vectors used to hold the content in the leaf cells. Reduces memory usage, makes changes slower