.. _Chap:ExampleOctreeBoundingVolume: OctreeBoundingVolume ====================== Computes an approximate bounding volume for an implicit function using octree refinement (see :ref:`Chap:ImplemOctree` and ``ImplicitFunction::approximateBoundingVolumeOctree``). The source for this example is at :file:`Examples/OctreeBoundingVolume/main.cpp`. See :ref:`Chap:Building` for how to compile it with CMake, GNU Make, or a direct compiler invocation. .. code-block:: bash cd Examples/OctreeBoundingVolume ./OctreeBoundingVolume.ex