@Deprecated public class HyperSphereNeighborhoodGPL<T> extends AbstractNeighborhood<T>
center, extendedSource, n, outOfBounds, source, span
Constructor and Description |
---|
HyperSphereNeighborhoodGPL(int numDims,
OutOfBoundsFactory<T,RandomAccessibleInterval<T>> outOfBounds,
long radius)
Deprecated.
|
HyperSphereNeighborhoodGPL(RandomAccessibleInterval<T> source,
OutOfBoundsFactory<T,RandomAccessibleInterval<T>> outOfBounds,
long radius)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected long |
computeSize()
Deprecated.
Compute the number of elements for iteration
|
AbstractNeighborhood<T> |
copy()
Deprecated.
Copies the
AbstractNeighborhood . |
HyperSphereCursor<T> |
cursor()
Deprecated.
Returns a
RealCursor that iterates with optimal speed without
calculating the location at each iteration step. |
HyperSphereCursor<T> |
iterator()
Deprecated.
|
HyperSphereCursor<T> |
localizingCursor()
Deprecated.
Returns a
RealLocalizable Iterator that calculates its
location at each iteration step. |
long |
size()
Deprecated.
Returns the number of elements in this
Function . |
bck, dimension, dimensions, firstElement, fwd, iterationOrder, max, max, max, min, min, min, move, move, move, move, move, numDimensions, realMax, realMax, realMax, realMin, realMin, realMin, setPosition, setPosition, setPosition, setPosition, setPosition, setSpan, updateSource
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
maxAsLongArray, maxAsPoint, minAsLongArray, minAsPoint
maxAsDoubleArray, maxAsRealPoint, minAsDoubleArray, minAsRealPoint
allPositive, allPositive, dimensions, dimensionsAsLongArray, dimensionsAsPoint, verify, verify, verifyAllPositive, verifyAllPositive
public HyperSphereNeighborhoodGPL(RandomAccessibleInterval<T> source, OutOfBoundsFactory<T,RandomAccessibleInterval<T>> outOfBounds, long radius)
public HyperSphereNeighborhoodGPL(int numDims, OutOfBoundsFactory<T,RandomAccessibleInterval<T>> outOfBounds, long radius)
public HyperSphereCursor<T> cursor()
IterableRealInterval
Returns a RealCursor
that iterates with optimal speed without
calculating the location at each iteration step. Localization is
performed on demand.
Use this where localization is required rarely/ not for each iteration.
public HyperSphereCursor<T> localizingCursor()
IterableRealInterval
Returns a RealLocalizable
Iterator
that calculates its
location at each iteration step. That is, localization is performed with
optimal speed.
Use this where localization is required often/ for each iteration.
public HyperSphereCursor<T> iterator()
public long size()
IterableRealInterval
Returns the number of elements in this Function
.
protected long computeSize()
public AbstractNeighborhood<T> copy()
AbstractNeighborhood
AbstractNeighborhood
.copy
in class AbstractNeighborhood<T>
Copyright © 2015–2022 ImgLib2. All rights reserved.