Package org.seamcat.model.functions
Interface MaskFunction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Double
getMask(Point2D point)
double
integrate(double rX, double rBvr)
MaskFunction
normalize()
-
Methods inherited from interface org.seamcat.model.functions.Function
evaluate, evaluateMax, evaluateMin, getBounds, getConstant, getDomainUnit, getName, getPoints, getRange, getRangeUnit, isConstant, offset, setDomainUnit, setName, setRangeUnit
-
-
-
-
Method Detail
-
integrate
double integrate(double rX, double rBvr) throws FunctionException
- Throws:
FunctionException
-
normalize
MaskFunction normalize()
-
getMask
java.lang.Double getMask(Point2D point)
-
-