Package net.imglib2.outofbounds
Interface Bounded
-
- All Known Subinterfaces:
OutOfBounds<T>,RealOutOfBounds<T>
- All Known Implementing Classes:
AbstractOutOfBoundsMirror,AbstractOutOfBoundsValue,OutOfBoundsBorder,OutOfBoundsConstantValue,OutOfBoundsMirrorDoubleBoundary,OutOfBoundsMirrorExpWindowing,OutOfBoundsMirrorSingleBoundary,OutOfBoundsPeriodic,OutOfBoundsRandomValue,RealOutOfBoundsRealRandomAccess
public interface BoundedInterface implemented by entities (Samplers,Positionables,Localizables) that can tell whether they are currently located outside of the image boundaries.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisOutOfBounds()True if located out of image bounds.
-