]> gerrit.simantics Code Review - simantics/3d.git/blob - org.jcae.opencascade/src-java/org/jcae/opencascade/jni/ShapeFix_Root.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 / ShapeFix_Root.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 ShapeFix_Root {\r
12   private long swigCPtr;\r
13   protected boolean swigCMemOwn;\r
14 \r
15   public ShapeFix_Root(long cPtr, boolean cMemoryOwn) {\r
16     swigCMemOwn = cMemoryOwn;\r
17     swigCPtr = cPtr;\r
18   }\r
19 \r
20   public static long getCPtr(ShapeFix_Root obj) {\r
21     return (obj == null) ? 0 : obj.swigCPtr;\r
22   }\r
23 \r
24   protected void finalize() {\r
25     delete();\r
26   }\r
27 \r
28   public synchronized void delete() {\r
29     if (swigCPtr != 0) {\r
30       if (swigCMemOwn) {\r
31         swigCMemOwn = false;\r
32         OccJavaJNI.delete_ShapeFix_Root(swigCPtr);\r
33       }\r
34       swigCPtr = 0;\r
35     }\r
36   }\r
37 \r
38   public void setPrecision(double preci) {\r
39     OccJavaJNI.ShapeFix_Root_setPrecision(swigCPtr, this, preci);\r
40   }\r
41 \r
42   public double getPrecision() {\r
43     return OccJavaJNI.ShapeFix_Root_getPrecision(swigCPtr, this);\r
44   }\r
45 \r
46   public void setContext(ShapeBuild_ReShape context) {\r
47     OccJavaJNI.ShapeFix_Root_setContext(swigCPtr, this, ShapeBuild_ReShape.getCPtr(context), context);\r
48   }\r
49 \r
50   public ShapeBuild_ReShape getContext() {\r
51     long cPtr = OccJavaJNI.ShapeFix_Root_getContext(swigCPtr, this);\r
52     return (cPtr == 0) ? null : new ShapeBuild_ReShape(cPtr, false);\r
53   }\r
54 \r
55 }\r