- java.lang.Object
-
- org.quantlib.Concentrating1dMesherPoint
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class Concentrating1dMesherPoint extends Object implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanswigCMemOwn
-
Constructor Summary
Constructors Modifier Constructor Description Concentrating1dMesherPoint(double arg0, double arg1, boolean arg2)protectedConcentrating1dMesherPoint(long cPtr, boolean cMemoryOwn)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()protected voidfinalize()doublefirst()protected static longgetCPtr(Concentrating1dMesherPoint obj)doublesecond()protected static longswigRelease(Concentrating1dMesherPoint obj)booleanthird()
-
-
-
Field Detail
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Detail
-
Concentrating1dMesherPoint
protected Concentrating1dMesherPoint(long cPtr, boolean cMemoryOwn)
-
Concentrating1dMesherPoint
public Concentrating1dMesherPoint(double arg0, double arg1, boolean arg2)
-
-
Method Detail
-
getCPtr
protected static long getCPtr(Concentrating1dMesherPoint obj)
-
swigRelease
protected static long swigRelease(Concentrating1dMesherPoint obj)
-
delete
public void delete()
- Specified by:
deletein interfaceorg.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
first
public double first()
-
second
public double second()
-
third
public boolean third()
-
-