Interface Neighborhood
public interface Neighborhood
A region in proximity to a voxel, encompassing this voxel as well as others.
- Author:
- Owen Feehan
-
Method Summary
Modifier and TypeMethodDescriptionvoidprocessNeighborhoodPoints(boolean useZ, ProcessVoxelNeighbor<?> process) CallsProcessVoxelNeighborfor each voxel in the neighborhood of the current state ofProcessVoxelNeighbor.
-
Method Details
-
processNeighborhoodPoints
CallsProcessVoxelNeighborfor each voxel in the neighborhood of the current state ofProcessVoxelNeighbor.- Parameters:
useZ- whether to include the z dimension or not.process- the process to call for each point.
-