/* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). * Version 2.0.4 * * Do not make changes to this file unless you know what you are doing--modify * the SWIG interface file instead. * ----------------------------------------------------------------------------- */ package org.jcae.opencascade.jni; public class Adaptor2d_Curve2d { private long swigCPtr; protected boolean swigCMemOwn; public Adaptor2d_Curve2d(long cPtr, boolean cMemoryOwn) { swigCMemOwn = cMemoryOwn; swigCPtr = cPtr; } public static long getCPtr(Adaptor2d_Curve2d obj) { return (obj == null) ? 0 : obj.swigCPtr; } protected void finalize() { delete(); } public synchronized void delete() { if (swigCPtr != 0) { if (swigCMemOwn) { swigCMemOwn = false; OccJavaJNI.delete_Adaptor2d_Curve2d(swigCPtr); } swigCPtr = 0; } } public double[] value(double U) { return OccJavaJNI.Adaptor2d_Curve2d_value(swigCPtr, this, U); } }