Interface AcceptIterationPredicate

All Known Implementing Classes:
AcceptIterationList
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface AcceptIterationPredicate
A condition that must be fulfilled for a particular iteration of a morphological operation to be accepted.
Author:
Owen Feehan
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Whether a particular voxels fulfills the condition or not.