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, wait
getAt, getAt, getAt
maxAsLongArray, maxAsPoint, minAsLongArray, minAsPoint
maxAsDoubleArray, maxAsRealPoint, minAsDoubleArray, minAsRealPoint
allPositive, allPositive, dimensions, dimensionsAsLongArray, dimensionsAsPoint, verify, verify, verifyAllPositive, verifyAllPositive
public 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 EuclideanSpace
public 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 Interval
realMin
in interface RealInterval
public void realMin(double[] min)
realMin
in interface RealInterval
public void realMin(RealPositionable min)
realMin
in interface RealInterval
public double realMax(int d)
realMax
in interface Interval
realMax
in interface RealInterval
public void realMax(double[] max)
realMax
in interface RealInterval
public void realMax(RealPositionable max)
realMax
in interface RealInterval
public void dimensions(long[] dimensions)
dimensions
in interface Dimensions
public long dimension(int d)
dimension
in interface Dimensions
dimension
in interface Interval
Copyright © 2015–2021 Fiji. All rights reserved.