]> gerrit.simantics Code Review - simantics/3d.git/blob - org.jcae.opencascade/src-java/org/jcae/opencascade/jni/TopLoc_Location.java
600ff54bb14a11d77d8c4889c8ad36c6400f9d29
[simantics/3d.git] / org.jcae.opencascade / src-java / org / jcae / opencascade / jni / TopLoc_Location.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 TopLoc_Location {\r
12   private long swigCPtr;\r
13   protected boolean swigCMemOwn;\r
14 \r
15   public TopLoc_Location(long cPtr, boolean cMemoryOwn) {\r
16     swigCMemOwn = cMemoryOwn;\r
17     swigCPtr = cPtr;\r
18   }\r
19 \r
20   public static long getCPtr(TopLoc_Location 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_TopLoc_Location(swigCPtr);\r
33       }\r
34       swigCPtr = 0;\r
35     }\r
36   }\r
37 \r
38   public boolean isIdentity() {\r
39         return OccJavaJNI.TopLoc_Location_isIdentity(swigCPtr, this);\r
40 }\r
41 \r
42   public GP_Trsf transformation() {\r
43     return new GP_Trsf(OccJavaJNI.TopLoc_Location_transformation(swigCPtr, this), false);\r
44   }\r
45 \r
46   public TopLoc_Location() {\r
47     this(OccJavaJNI.new_TopLoc_Location(), true);\r
48   }\r
49 \r
50 }\r