X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=org.jcae.opencascade%2Fsrc-java%2Forg%2Fjcae%2Fopencascade%2Fjni%2FAPIHeaderSection_MakeHeader.java;h=638b0624d861eaea0099d582d3b22394272295b9;hb=refs%2Fchanges%2F70%2F3670%2F1;hp=cd742e7dd804a20fd58a392762a006227f4acc5a;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/org.jcae.opencascade/src-java/org/jcae/opencascade/jni/APIHeaderSection_MakeHeader.java b/org.jcae.opencascade/src-java/org/jcae/opencascade/jni/APIHeaderSection_MakeHeader.java index cd742e7d..638b0624 100644 --- a/org.jcae.opencascade/src-java/org/jcae/opencascade/jni/APIHeaderSection_MakeHeader.java +++ b/org.jcae.opencascade/src-java/org/jcae/opencascade/jni/APIHeaderSection_MakeHeader.java @@ -1,62 +1,14 @@ -/* ---------------------------------------------------------------------------- - * 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 APIHeaderSection_MakeHeader { - private long swigCPtr; - protected boolean swigCMemOwn; - - public APIHeaderSection_MakeHeader(long cPtr, boolean cMemoryOwn) { - swigCMemOwn = cMemoryOwn; - swigCPtr = cPtr; - } - - public static long getCPtr(APIHeaderSection_MakeHeader obj) { - return (obj == null) ? 0 : obj.swigCPtr; - } - - protected void finalize() { - delete(); - } - - public synchronized void delete() { - if (swigCPtr != 0) { - if (swigCMemOwn) { - swigCMemOwn = false; - OccJavaJNI.delete_APIHeaderSection_MakeHeader(swigCPtr); - } - swigCPtr = 0; - } - } - - public APIHeaderSection_MakeHeader(SWIGTYPE_p_Handle_StepData_StepModel model) { - this(OccJavaJNI.new_APIHeaderSection_MakeHeader(SWIGTYPE_p_Handle_StepData_StepModel.getCPtr(model)), true); - } - - public void setName(SWIGTYPE_p_Handle_TCollection_HAsciiString aName) { - OccJavaJNI.APIHeaderSection_MakeHeader_setName(swigCPtr, this, SWIGTYPE_p_Handle_TCollection_HAsciiString.getCPtr(aName)); - } - - public void setAuthorValue(int num, SWIGTYPE_p_Handle_TCollection_HAsciiString aAuthor) { - OccJavaJNI.APIHeaderSection_MakeHeader_setAuthorValue(swigCPtr, this, num, SWIGTYPE_p_Handle_TCollection_HAsciiString.getCPtr(aAuthor)); - } - - public void setOrganizationValue(int num, SWIGTYPE_p_Handle_TCollection_HAsciiString aOrganization) { - OccJavaJNI.APIHeaderSection_MakeHeader_setOrganizationValue(swigCPtr, this, num, SWIGTYPE_p_Handle_TCollection_HAsciiString.getCPtr(aOrganization)); - } - - public void setOriginatingSystem(SWIGTYPE_p_Handle_TCollection_HAsciiString aOriginatingSystem) { - OccJavaJNI.APIHeaderSection_MakeHeader_setOriginatingSystem(swigCPtr, this, SWIGTYPE_p_Handle_TCollection_HAsciiString.getCPtr(aOriginatingSystem)); - } - - public void setDescriptionValue(int num, SWIGTYPE_p_Handle_TCollection_HAsciiString description) { - OccJavaJNI.APIHeaderSection_MakeHeader_setDescriptionValue(swigCPtr, this, num, SWIGTYPE_p_Handle_TCollection_HAsciiString.getCPtr(description)); - } - -} +/* ---------------------------------------------------------------------------- + * This file was automatically generated by SWIG (http://www.swig.org). + * Version 3.0.12 + * + * 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 APIHeaderSection_MakeHeader { + + +}