]> gerrit.simantics Code Review - simantics/3d.git/blob - org.jcae.opencascade/src-java/org/jcae/opencascade/jni/Geom_Curve.java
Include old 64-bit versions of org.jcae.opencascade and vtk bundles
[simantics/3d.git] / org.jcae.opencascade / src-java / org / jcae / opencascade / jni / Geom_Curve.java
1 /* ----------------------------------------------------------------------------\r
2  * This file was automatically generated by SWIG (http://www.swig.org).\r
3  * Version 2.0.4\r
4  *\r
5  * Do not make changes to this file unless you know what you are doing--modify\r
6  * the SWIG interface file instead.\r
7  * ----------------------------------------------------------------------------- */\r
8 \r
9 package org.jcae.opencascade.jni;\r
10 \r
11 public class Geom_Curve extends Geom_Geometry {\r
12   private long swigCPtr;\r
13 \r
14   public Geom_Curve(long cPtr, boolean cMemoryOwn) {\r
15     super(OccJavaJNI.Geom_Curve_SWIGUpcast(cPtr), cMemoryOwn);\r
16     swigCPtr = cPtr;\r
17   }\r
18 \r
19   public static long getCPtr(Geom_Curve obj) {\r
20     return (obj == null) ? 0 : obj.swigCPtr;\r
21   }\r
22 \r
23   protected void finalize() {\r
24     delete();\r
25   }\r
26 \r
27   public synchronized void delete() {\r
28     if (swigCPtr != 0) {\r
29       if (swigCMemOwn) {\r
30         swigCMemOwn = false;\r
31         OccJavaJNI.delete_Geom_Curve(swigCPtr);\r
32       }\r
33       swigCPtr = 0;\r
34     }\r
35     super.delete();\r
36   }\r
37 \r
38   public double firstParameter() {\r
39     return OccJavaJNI.Geom_Curve_firstParameter(swigCPtr, this);\r
40   }\r
41 \r
42   public double lastParameter() {\r
43     return OccJavaJNI.Geom_Curve_lastParameter(swigCPtr, this);\r
44   }\r
45 \r
46   public boolean isClosed() {\r
47         return OccJavaJNI.Geom_Curve_isClosed(swigCPtr, this);\r
48 }\r
49 \r
50   public boolean isPeriodic() {\r
51         return OccJavaJNI.Geom_Curve_isPeriodic(swigCPtr, this);\r
52 }\r
53 \r
54   public double period() {\r
55     return OccJavaJNI.Geom_Curve_period(swigCPtr, this);\r
56   }\r
57 \r
58 }\r