public abstract class AbstractVertexInterpolator extends AbstractOp implements VertexInterpolator, Contingent
AbstractVertexInterpolator
. A vertex interpolator
computes the real coordinates based on the pixel intensities.Constructor and Description |
---|
AbstractVertexInterpolator() |
Modifier and Type | Method and Description |
---|---|
boolean |
conforms()
True if the contingency holds; i.e., the current circumstances conform to
the contingency's requirements.
|
double[] |
getOutput() |
void |
setPoint1(int[] p) |
void |
setPoint2(int[] p) |
void |
setValue1(double d) |
void |
setValue2(double d) |
ops, setEnvironment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
setIsoLevel
ops, setEnvironment
public void setPoint1(int[] p)
setPoint1
in interface VertexInterpolator
public void setPoint2(int[] p)
setPoint2
in interface VertexInterpolator
public void setValue1(double d)
setValue1
in interface VertexInterpolator
public void setValue2(double d)
setValue2
in interface VertexInterpolator
public double[] getOutput()
getOutput
in interface VertexInterpolator
public boolean conforms()
Contingent
conforms
in interface Contingent
Copyright © 2014–2022 ImageJ. All rights reserved.