/* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). * Version 1.3.25 * * Do not make changes to this file unless you know what you are doing--modify * the SWIG interface file instead. * ----------------------------------------------------------------------------- */ using System; using System.Runtime.InteropServices; public class SWIGTYPE_p_OSRCoordinateTransformationShadow { private HandleRef swigCPtr; internal SWIGTYPE_p_OSRCoordinateTransformationShadow(IntPtr cPtr, bool futureUse) { swigCPtr = new HandleRef(this, cPtr); } protected SWIGTYPE_p_OSRCoordinateTransformationShadow() { swigCPtr = new HandleRef(null, IntPtr.Zero); } internal static HandleRef getCPtr(SWIGTYPE_p_OSRCoordinateTransformationShadow obj) { return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr; } }