public class Wrapped2DTransformAs3D extends Object implements InvertibleRealTransform
Modifier and Type | Field and Description |
---|---|
double[] |
tmp |
InvertibleRealTransform |
transform |
Constructor and Description |
---|
Wrapped2DTransformAs3D(InvertibleRealTransform transform) |
Modifier and Type | Method and Description |
---|---|
void |
apply(double[] source,
double[] target) |
void |
apply(RealLocalizable source,
RealPositionable target) |
void |
applyInverse(double[] source,
double[] target) |
void |
applyInverse(RealPositionable source,
RealLocalizable target) |
InvertibleRealTransform |
copy() |
InvertibleRealTransform |
getTransform() |
InvertibleRealTransform |
inverse() |
int |
numSourceDimensions() |
int |
numTargetDimensions() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
applyInverse
apply, isIdentity
public InvertibleRealTransform transform
public double[] tmp
public Wrapped2DTransformAs3D(InvertibleRealTransform transform)
public InvertibleRealTransform getTransform()
public int numSourceDimensions()
numSourceDimensions
in interface RealTransform
public int numTargetDimensions()
numTargetDimensions
in interface RealTransform
public void apply(double[] source, double[] target)
apply
in interface RealTransform
public void apply(RealLocalizable source, RealPositionable target)
apply
in interface RealTransform
public void applyInverse(double[] source, double[] target)
applyInverse
in interface InvertibleRealTransform
public void applyInverse(RealPositionable source, RealLocalizable target)
applyInverse
in interface InvertibleRealTransform
public InvertibleRealTransform copy()
copy
in interface InvertibleRealTransform
copy
in interface RealTransform
public InvertibleRealTransform inverse()
inverse
in interface InvertibleRealTransform
Copyright © 2015–2021 Fiji. All rights reserved.