public abstract class DomainCursor<T extends Type<T>> extends CoordsCursor<T>
CoordsCursor
s that iterate over a domain which size can be
determined by a single parameter. For instance: cubes, spheres, circles.
This abstract layer add a single method: setSize(float)
that reconfigures
the domain to iterate on.
Modifier and Type | Field and Description |
---|---|
protected float |
size
The domain size, in physical units.
|
calibration, origin, position
cursor, hasNext, img
Constructor and Description |
---|
DomainCursor() |
Modifier and Type | Method and Description |
---|---|
abstract void |
setSize(float size)
Change the size of the domain this cursor iterates on.
|
getDistanceSquared, getPhysicalRelativeCoordinates, getRelativePosition, moveCenterTo, moveCenterToCoordinates, moveCenterToPosition
close, createPositionArray, fwd, getArrayIndex, getDimensions, getDimensions, getImage, getNPixels, getNumDimensions, getPosition, getPosition, getPosition, getPositionAsString, getStorageContainer, getStorageIndex, getType, hasNext, isActive, iterator, next, remove, setDebug
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
forEach, spliterator
Copyright © 2015–2021 Fiji. All rights reserved.