Example #1
0
 public WDFeatures(WDFeatures orig) : this(modshogunPINVOKE.new_WDFeatures__SWIG_2(WDFeatures.getCPtr(orig)), true)
 {
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #2
0
 public WDFeatures(WDFeatures orig) : this(modshogunPINVOKE.new_WDFeatures__SWIG_2(WDFeatures.getCPtr(orig)), true) {
   if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve();
 }
Example #3
0
 internal static HandleRef getCPtr(WDFeatures obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
Example #4
0
 internal static HandleRef getCPtr(WDFeatures obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }