/* ---------------------------------------------------------------------------- * 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 SWIGTYPE_p_BRepBuilderAPI_ShellError { private transient long swigCPtr; protected SWIGTYPE_p_BRepBuilderAPI_ShellError(long cPtr, @SuppressWarnings("unused") boolean futureUse) { swigCPtr = cPtr; } protected SWIGTYPE_p_BRepBuilderAPI_ShellError() { swigCPtr = 0; } protected static long getCPtr(SWIGTYPE_p_BRepBuilderAPI_ShellError obj) { return (obj == null) ? 0 : obj.swigCPtr; } }