public class SmoothedPatchRecoveryInterpolation extends Interpolation
限定符和类型 | 字段和说明 |
---|---|
private boolean |
allowCornerWeight |
private boolean |
allowSmoothedExtrapolation |
private float |
cornerWeight |
private int |
extendSmoothedSourcePatch |
private int |
gaussSmoothedOrder |
private int |
polynomialSmoothedOrder |
attributesNumber, method
构造器和说明 |
---|
SmoothedPatchRecoveryInterpolation(boolean allowSmoothedExtrapolation,
int extendSmoothedSourcePatch,
int polynomialSmoothedOrder,
int gaussSmoothedOrder,
boolean allowCornerWeight,
float cornerWeight) |
限定符和类型 | 方法和说明 |
---|---|
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
|
float |
getCornerWeight() |
int |
getExtendSourcePatch() |
int |
getGaussOrder() |
int |
getPolynomialOrder() |
boolean |
isAllowCornerWeight() |
boolean |
isAllowExtrapolation() |
equals, getAttributesNumber, getMethod, hashCode, toString
private boolean allowSmoothedExtrapolation
private int extendSmoothedSourcePatch
private int polynomialSmoothedOrder
private int gaussSmoothedOrder
private boolean allowCornerWeight
private float cornerWeight
public SmoothedPatchRecoveryInterpolation(boolean allowSmoothedExtrapolation, int extendSmoothedSourcePatch, int polynomialSmoothedOrder, int gaussSmoothedOrder, boolean allowCornerWeight, float cornerWeight) throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
public boolean isAllowExtrapolation()
public int getExtendSourcePatch()
public int getPolynomialOrder()
public int getGaussOrder()
public boolean isAllowCornerWeight()
public float getCornerWeight()
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