25# ifndef __BITPIT_VOLUME_SKD_TREE_HPP__
26# define __BITPIT_VOLUME_SKD_TREE_HPP__
28#include "patch_skd_tree.hpp"
29#include "volume_kernel.hpp"
PatchSkdTree is the class that implements a spatial kd-tree (skd-tree) a bitpit patch.
The VolumeKernel class provides an interface for defining volume patches.
The VolumeSkdTree implements a Bounding Volume Hierarchy tree for volume patches.
VolumeSkdTree(const VolumeKernel *patch, bool interiorCellsOnly=false)