Defined in File Octree.hpp
Implementation of a k-dimensional octree for the purpose of Barnes-Hut approximation.
Public Functions
Default constructor. No additional effect.
Constructor that puts the points in points into the octree.
points – [in] Points to be inserted into the octree as initialization.
Clears current content and inserts points in points into the octree.
points – [in] Points to be inserted into the octree.
String label of the octree’s root node.