示例#1
0
 public SparseUlongFeatures(SparseUlongFeatures orig) : this(modshogunPINVOKE.new_SparseUlongFeatures__SWIG_6(SparseUlongFeatures.getCPtr(orig)), true)
 {
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#2
0
    public SparseUlongFeatures get_transposed()
    {
        IntPtr cPtr             = modshogunPINVOKE.SparseUlongFeatures_get_transposed(swigCPtr);
        SparseUlongFeatures ret = (cPtr == IntPtr.Zero) ? null : new SparseUlongFeatures(cPtr, true);

        if (modshogunPINVOKE.SWIGPendingException.Pending)
        {
            throw modshogunPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
示例#3
0
 internal static HandleRef getCPtr(SparseUlongFeatures obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
示例#4
0
 public SparseUlongFeatures(SparseUlongFeatures orig) : this(modshogunPINVOKE.new_SparseUlongFeatures__SWIG_6(SparseUlongFeatures.getCPtr(orig)), true) {
   if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve();
 }
示例#5
0
 internal static HandleRef getCPtr(SparseUlongFeatures obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }