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 TypeMethodDescriptionvoid
processNeighborhoodPoints
(boolean useZ, ProcessVoxelNeighbor<?> process) CallsProcessVoxelNeighbor
for each voxel in the neighborhood of the current state ofProcessVoxelNeighbor
.
-
Method Details
-
processNeighborhoodPoints
CallsProcessVoxelNeighbor
for 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.
-