public class BicubicSpline extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
| Modifier | Constructor and Description |
|---|---|
|
BicubicSpline(Array x,
Array y,
Matrix m) |
protected |
BicubicSpline(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
protected void |
finalize() |
protected static long |
getCPtr(BicubicSpline obj) |
double |
getValue(double x,
double y) |
double |
getValue(double x,
double y,
boolean allowExtrapolation) |
protected static long getCPtr(BicubicSpline obj)
public void delete()
public double getValue(double x,
double y,
boolean allowExtrapolation)
public double getValue(double x,
double y)
Copyright © 2017. All rights reserved.