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 Bounded
Interface implemented by entities (Sampler
s,Positionable
s,Localizable
s) that can tell whether they are currently located outside of the image boundaries.- Author:
- Tobias Pietzsch, Stephan Preibisch, Stephan Saalfeld
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isOutOfBounds()
True if located out of image bounds.
-