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