Interface Neighborhood


public interface Neighborhood
A region in proximity to a voxel, encompassing this voxel as well as others.

See Neighborhood operation.

Author:
Owen Feehan
  • Method Details

    • processNeighborhoodPoints

      void processNeighborhoodPoints(boolean useZ, ProcessVoxelNeighbor<?> process)
      Calls ProcessVoxelNeighbor for each voxel in the neighborhood of the current state of ProcessVoxelNeighbor.
      Parameters:
      useZ - whether to include the z dimension or not.
      process - the process to call for each point.