Uses of Class
net.imglib2.outofbounds.AbstractOutOfBoundsMirror
Packages that use AbstractOutOfBoundsMirror
-
Uses of AbstractOutOfBoundsMirror in net.imglib2.outofbounds
Subclasses of AbstractOutOfBoundsMirror in net.imglib2.outofboundsModifier and TypeClassDescriptionfinal classCoordinates out of image bounds are mirrored between boundary coordinates.classOutOfBoundsMirrorExpWindowing<T extends NumericType<T>>Adds a exponential windowing to the mirrored content outside the Interval boundariesclassCoordinates out of image bounds are mirrored at boundary coordinates.Methods in net.imglib2.outofbounds that return AbstractOutOfBoundsMirrorModifier and TypeMethodDescriptionabstract AbstractOutOfBoundsMirror<T> AbstractOutOfBoundsMirror.copy()Constructors in net.imglib2.outofbounds with parameters of type AbstractOutOfBoundsMirrorModifierConstructorDescriptionprotectedAbstractOutOfBoundsMirror(AbstractOutOfBoundsMirror<T> outOfBounds)