public class Spline extends Sampler
| Constructor and Description |
|---|
Spline() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Get the description of this component.
|
java.lang.String |
getName()
Get the name of this component.
|
double |
interpolatedValue(double x,
double y) |
void |
sample(int pix)
Find the value in the input data to put in the output data.
|
void |
setInput(Image inImage)
Construct a sample of a given degree.
|
void |
setOrder(int order)
Set the order
|
public java.lang.String getName()
Componentpublic java.lang.String getDescription()
Componentpublic void setInput(Image inImage)
public double interpolatedValue(double x,
double y)