public interface RealLocalizable extends EuclideanSpace
RealLocalizable
interface can localize itself in an n-dimensional
real space.Modifier and Type | Method and Description |
---|---|
double |
getDoublePosition(int d)
Return the current position in a given dimension.
|
float |
getFloatPosition(int d)
Return the current position in a given dimension.
|
void |
localize(double[] position)
Write the current position into the passed array.
|
void |
localize(float[] position)
Write the current position into the passed array.
|
numDimensions
void localize(float[] position)
position
- receives current positionvoid localize(double[] position)
position
- receives current positionfloat getFloatPosition(int d)
d
- dimensiondouble getDoublePosition(int d)
d
- dimensionCopyright © 2009–2018 ImgLib2. All rights reserved.