public class PatchRecoveryInterpolation extends Interpolation
限定符和类型 | 字段和说明 |
---|---|
private boolean |
allowExtrapolation |
private int |
extendSourcePatch |
private int |
gaussOrder |
private int |
polynomialOrder |
attributesNumber, method
构造器和说明 |
---|
PatchRecoveryInterpolation(boolean allowExtrapolation,
int extendSourcePatch,
int polynomialOrder,
int gaussOrder) |
限定符和类型 | 方法和说明 |
---|---|
java.lang.String |
getAttributeName(int index)
get attribute name by the order of index
|
java.lang.String |
getAttributeValue(int index)
get attribute value by the order of index
|
int |
getExtendSourcePatch() |
int |
getGaussOrder() |
int |
getPolynomialOrder() |
boolean |
isAllowExtrapolation() |
equals, getAttributesNumber, getMethod, hashCode, toString
private boolean allowExtrapolation
private int extendSourcePatch
private int polynomialOrder
private int gaussOrder
public PatchRecoveryInterpolation(boolean allowExtrapolation, int extendSourcePatch, int polynomialOrder, int gaussOrder) throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
public boolean isAllowExtrapolation()
public int getExtendSourcePatch()
public int getPolynomialOrder()
public int getGaussOrder()
public java.lang.String getAttributeName(int index)
getAttributeName
在类中 Interpolation
index
- the order of attributes on the panelpublic java.lang.String getAttributeValue(int index)
getAttributeValue
在类中 Interpolation
index
- the order of attributes on the panel