execute
Octree::execute
Executes a function on all elements of the Octree.
Declaration
void execute(const std::function<void(std::vector<Entry>&)>& operation);
Parameters
Name |
Type |
Description |
---|---|---|
operation |
const std::function<void(std::vector<Octree::Entry>&)>& |
The function that will be executed on each of the Octree’s leaves. |
Returns
None.