public class TransformedRealRandomAccessibleInterval<T> extends Object implements RandomAccessibleInterval<T>
| Constructor and Description |
|---|
TransformedRealRandomAccessibleInterval(RealRandomAccessible<T> realRandomAccessible,
T zero,
Interval transformedInterval,
AffineTransform3D transform,
long[] offset) |
| Modifier and Type | Method and Description |
|---|---|
long |
dimension(int d) |
void |
dimensions(long[] dimensions) |
long |
max(int d) |
void |
max(long[] max) |
void |
max(Positionable max) |
long |
min(int d) |
void |
min(long[] min) |
void |
min(Positionable min) |
int |
numDimensions() |
RandomAccess<T> |
randomAccess() |
RandomAccess<T> |
randomAccess(Interval interval) |
void |
realMax(double[] max) |
double |
realMax(int d) |
void |
realMax(RealPositionable max) |
void |
realMin(double[] min) |
double |
realMin(int d) |
void |
realMin(RealPositionable min) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAt, getAt, getAtmaxAsLongArray, maxAsPoint, minAsLongArray, minAsPointmaxAsDoubleArray, maxAsRealPoint, minAsDoubleArray, minAsRealPointallPositive, allPositive, dimensions, dimensionsAsLongArray, dimensionsAsPoint, verify, verify, verifyAllPositive, verifyAllPositivepublic TransformedRealRandomAccessibleInterval(RealRandomAccessible<T> realRandomAccessible, T zero, Interval transformedInterval, AffineTransform3D transform, long[] offset)
realRandomAccessible - - some RealRandomAccessible that we transformtransformedInterval - - the interval after applying the transform that it is defined ontransform - - the affine transformationoffset - - an additional translational offsetpublic int numDimensions()
numDimensions in interface EuclideanSpacepublic RandomAccess<T> randomAccess()
randomAccess in interface RandomAccessible<T>public RandomAccess<T> randomAccess(Interval interval)
randomAccess in interface RandomAccessible<T>public void min(Positionable min)
public void max(Positionable max)
public double realMin(int d)
realMin in interface IntervalrealMin in interface RealIntervalpublic void realMin(double[] min)
realMin in interface RealIntervalpublic void realMin(RealPositionable min)
realMin in interface RealIntervalpublic double realMax(int d)
realMax in interface IntervalrealMax in interface RealIntervalpublic void realMax(double[] max)
realMax in interface RealIntervalpublic void realMax(RealPositionable max)
realMax in interface RealIntervalpublic void dimensions(long[] dimensions)
dimensions in interface Dimensionspublic long dimension(int d)
dimension in interface Dimensionsdimension in interface IntervalCopyright © 2015–2021 Fiji. All rights reserved.