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