public class HasTouchingVoxels extends TouchingVoxels
A simple scheme for counting the touching voxels.

A voxel in the second object is touching if it has 4-connectivity with a voxel on the exterior of the first-object (source)

In practice, we do this only where the bounding-boxes (dilated by 1 pixels) intersect. So as not to waste computation-time in useless areas.

Author:
Owen Feehan