- java.lang.Object
-
- org.quantlib.FdmIndicesOnBoundary
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class FdmIndicesOnBoundary extends Object implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedFdmIndicesOnBoundary(long cPtr, boolean cMemoryOwn)FdmIndicesOnBoundary(FdmLinearOpLayout l, long direction, FdmBoundaryCondition.Side side)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()protected voidfinalize()protected static longgetCPtr(FdmIndicesOnBoundary obj)UnsignedIntVectorgetIndices()protected voidswigSetCMemOwn(boolean own)
-
-
-
Constructor Detail
-
FdmIndicesOnBoundary
protected FdmIndicesOnBoundary(long cPtr, boolean cMemoryOwn)
-
FdmIndicesOnBoundary
public FdmIndicesOnBoundary(FdmLinearOpLayout l, long direction, FdmBoundaryCondition.Side side)
-
-
Method Detail
-
getCPtr
protected static long getCPtr(FdmIndicesOnBoundary obj)
-
swigSetCMemOwn
protected void swigSetCMemOwn(boolean own)
-
delete
public void delete()
- Specified by:
deletein interfaceorg.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
getIndices
public UnsignedIntVector getIndices()
-
-