execute ======= :doc:`/types/Octree/index`::execute Executes a function on all elements of the Octree. Declaration ----------- .. code-block:: cpp void execute(const std::function&)>& operation); Parameters ---------- .. list-table:: :width: 100% :header-rows: 1 :class: code-table * - Name - Type - Description * - operation - const `std::function `_\`_\<:doc:`/types/Octree/Entry/index`>&)>& - The function that will be executed on each of the :doc:`/types/Octree/index`'s leaves. Returns ------- None.