Exemplo n.º 1
0
 public LongIntNDArray(SWIGTYPE_p_long_long a, SWIGTYPE_p_int d, int nd) : this(modshogunPINVOKE.new_LongIntNDArray__SWIG_1(SWIGTYPE_p_long_long.getCPtr(a), SWIGTYPE_p_int.getCPtr(d), nd), true)
 {
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 2
0
 public LongIntVector(SWIGTYPE_p_long_long v, int len) : this(modshogunPINVOKE.new_LongIntVector__SWIG_2(SWIGTYPE_p_long_long.getCPtr(v), len), true)
 {
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 3
0
 public LongIntMatrix(SWIGTYPE_p_long_long m, int nrows, int ncols) : this(modshogunPINVOKE.new_LongIntMatrix__SWIG_2(SWIGTYPE_p_long_long.getCPtr(m), nrows, ncols), true)
 {
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 4
0
    public SWIGTYPE_p_long_long getAskQty()
    {
        IntPtr cPtr = ContextModulePINVOKE.Quote_getAskQty(swigCPtr);
        SWIGTYPE_p_long_long ret = (cPtr == IntPtr.Zero) ? null : new SWIGTYPE_p_long_long(cPtr, false);

        return(ret);
    }
Exemplo n.º 5
0
 public void set_array(SWIGTYPE_p_long_long p_array, int p_num_elements, int array_size)
 {
     modshogunPINVOKE.DynamicLongArray_set_array(swigCPtr, SWIGTYPE_p_long_long.getCPtr(p_array), p_num_elements, array_size);
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 6
0
 public virtual void set_long_matrix(SWIGTYPE_p_long_long matrix, int num_feat, int num_vec)
 {
     modshogunPINVOKE.File_set_long_matrix(swigCPtr, SWIGTYPE_p_long_long.getCPtr(matrix), num_feat, num_vec);
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 7
0
 public override void get_string(SWIGTYPE_p_long_long vector, SWIGTYPE_p_int len)
 {
     modshogunPINVOKE.StreamingAsciiFile_get_string__SWIG_10(swigCPtr, SWIGTYPE_p_long_long.getCPtr(vector), SWIGTYPE_p_int.getCPtr(len));
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 8
0
 public virtual void get_vector(SWIGTYPE_p_long_long vector, SWIGTYPE_p_int len)
 {
     modshogunPINVOKE.StreamingFile_get_vector__SWIG_10(swigCPtr, SWIGTYPE_p_long_long.getCPtr(vector), SWIGTYPE_p_int.getCPtr(len));
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 9
0
 public virtual void get_string_and_label(SWIGTYPE_p_long_long vector, SWIGTYPE_p_int len, SWIGTYPE_p_double label)
 {
     modshogunPINVOKE.StreamingFile_get_string_and_label__SWIG_10(swigCPtr, SWIGTYPE_p_long_long.getCPtr(vector), SWIGTYPE_p_int.getCPtr(len), SWIGTYPE_p_double.getCPtr(label));
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 10
0
 public virtual void set_long_ndarray(SWIGTYPE_p_long_long array, SWIGTYPE_p_int dims, int num_dims)
 {
     modshogunPINVOKE.AsciiFile_set_long_ndarray(swigCPtr, SWIGTYPE_p_long_long.getCPtr(array), SWIGTYPE_p_int.getCPtr(dims), num_dims);
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 11
0
    public static double dot(SWIGTYPE_p_long_long v1, SWIGTYPE_p_long_long v2, int n)
    {
        double ret = modshogunPINVOKE.Math_dot__SWIG_5(SWIGTYPE_p_long_long.getCPtr(v1), SWIGTYPE_p_long_long.getCPtr(v2), n);

        if (modshogunPINVOKE.SWIGPendingException.Pending)
        {
            throw modshogunPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Exemplo n.º 12
0
    public SWIGTYPE_p_long_long get_array()
    {
        IntPtr cPtr = modshogunPINVOKE.DynamicLongArray_get_array(swigCPtr);
        SWIGTYPE_p_long_long ret = (cPtr == IntPtr.Zero) ? null : new SWIGTYPE_p_long_long(cPtr, false);

        if (modshogunPINVOKE.SWIGPendingException.Pending)
        {
            throw modshogunPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Exemplo n.º 13
0
 internal static HandleRef getCPtr(SWIGTYPE_p_long_long obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
 public XsInt64ArrayImpl(uint count, SWIGTYPE_p_long_long src) : this(xsensdeviceapiPINVOKE.new_XsInt64ArrayImpl__SWIG_0(count, SWIGTYPE_p_long_long.getCPtr(src)), true)
 {
 }
 public void assign(uint count, SWIGTYPE_p_long_long src)
 {
     xsensdeviceapiPINVOKE.XsInt64ArrayImpl_assign(swigCPtr, count, SWIGTYPE_p_long_long.getCPtr(src));
 }
 public void insert(SWIGTYPE_p_long_long items, uint index, uint count)
 {
     xsensdeviceapiPINVOKE.XsInt64ArrayImpl_insert__SWIG_1(swigCPtr, SWIGTYPE_p_long_long.getCPtr(items), index, count);
 }
Exemplo n.º 17
0
 public void setAskQty(SWIGTYPE_p_long_long val)
 {
     ContextModulePINVOKE.Quote_setAskQty(swigCPtr, SWIGTYPE_p_long_long.getCPtr(val));
 }
Exemplo n.º 18
0
 public XsInt64Array(SWIGTYPE_p_long_long arg0, uint sz) : this(xsensdeviceapiPINVOKE.new_XsInt64Array__SWIG_5(SWIGTYPE_p_long_long.getCPtr(arg0), sz), true)
 {
 }
Exemplo n.º 19
0
 public XsInt64Array(uint sz, SWIGTYPE_p_long_long src) : this(xsensdeviceapiPINVOKE.new_XsInt64Array__SWIG_0(sz, SWIGTYPE_p_long_long.getCPtr(src)), true)
 {
 }
Exemplo n.º 20
0
 public static double dot(SWIGTYPE_p_long_long v1, SWIGTYPE_p_long_long v2, int n) {
   double ret = modshogunPINVOKE.Math_dot__SWIG_5(SWIGTYPE_p_long_long.getCPtr(v1), SWIGTYPE_p_long_long.getCPtr(v2), n);
   if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
Exemplo n.º 21
0
 public LongIntNDArray(SWIGTYPE_p_long_long a, SWIGTYPE_p_int d, int nd) : this(modshogunPINVOKE.new_LongIntNDArray__SWIG_1(SWIGTYPE_p_long_long.getCPtr(a), SWIGTYPE_p_int.getCPtr(d), nd), true) {
   if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve();
 }
Exemplo n.º 22
0
 public void setBidQty(SWIGTYPE_p_long_long val)
 {
     ContextModulePINVOKE.Quote_setBidQty(swigCPtr, SWIGTYPE_p_long_long.getCPtr(val));
 }
Exemplo n.º 23
0
 public override void get_string(SWIGTYPE_p_long_long vector, SWIGTYPE_p_int len) {
   modshogunPINVOKE.StreamingAsciiFile_get_string__SWIG_10(swigCPtr, SWIGTYPE_p_long_long.getCPtr(vector), SWIGTYPE_p_int.getCPtr(len));
   if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve();
 }
Exemplo n.º 24
0
 public void set_array(SWIGTYPE_p_long_long p_array, int p_num_elements, int array_size) {
   modshogunPINVOKE.DynamicLongArray_set_array(swigCPtr, SWIGTYPE_p_long_long.getCPtr(p_array), p_num_elements, array_size);
   if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve();
 }
Exemplo n.º 25
0
 public virtual void get_vector(SWIGTYPE_p_long_long vector, SWIGTYPE_p_int len) {
   modshogunPINVOKE.StreamingFile_get_vector__SWIG_10(swigCPtr, SWIGTYPE_p_long_long.getCPtr(vector), SWIGTYPE_p_int.getCPtr(len));
   if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve();
 }
Exemplo n.º 26
0
 public virtual void set_long_matrix(SWIGTYPE_p_long_long matrix, int num_feat, int num_vec) {
   modshogunPINVOKE.File_set_long_matrix(swigCPtr, SWIGTYPE_p_long_long.getCPtr(matrix), num_feat, num_vec);
   if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve();
 }
Exemplo n.º 27
0
 public virtual void get_string_and_label(SWIGTYPE_p_long_long vector, SWIGTYPE_p_int len, SWIGTYPE_p_double label) {
   modshogunPINVOKE.StreamingFile_get_string_and_label__SWIG_10(swigCPtr, SWIGTYPE_p_long_long.getCPtr(vector), SWIGTYPE_p_int.getCPtr(len), SWIGTYPE_p_double.getCPtr(label));
   if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve();
 }
Exemplo n.º 28
0
 public override void writeArrayNdOfInt64Values(string groupName, string name, SWIGTYPE_p_long_long values, SWIGTYPE_p_unsigned_long_long numValuesInEachDimension, uint numDimensions)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 29
0
 public XsInt64Array(SWIGTYPE_p_long_long arg0, uint sz, XsDataFlags flags) : this(xsensdeviceapiPINVOKE.new_XsInt64Array__SWIG_4(SWIGTYPE_p_long_long.getCPtr(arg0), sz, (int)flags), true)
 {
 }
Exemplo n.º 30
0
 public virtual void set_long_ndarray(SWIGTYPE_p_long_long array, SWIGTYPE_p_int dims, int num_dims) {
   modshogunPINVOKE.AsciiFile_set_long_ndarray(swigCPtr, SWIGTYPE_p_long_long.getCPtr(array), SWIGTYPE_p_int.getCPtr(dims), num_dims);
   if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve();
 }
Exemplo n.º 31
0
 public override void readArrayNdOfLongValues(string datasetName, SWIGTYPE_p_long_long values, SWIGTYPE_p_unsigned_long_long numValuesInEachDimension, SWIGTYPE_p_unsigned_long_long offsetInEachDimension, uint numDimensions)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 32
0
 public LongIntMatrix(SWIGTYPE_p_long_long m, int nrows, int ncols) : this(modshogunPINVOKE.new_LongIntMatrix__SWIG_2(SWIGTYPE_p_long_long.getCPtr(m), nrows, ncols), true) {
   if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve();
 }
Exemplo n.º 33
0
 public override void readArrayNdOfLongValues(string datasetName, SWIGTYPE_p_long_long values)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 34
0
 public VtInt64Array(Vt_ArrayForeignDataSource foreignSrc, SWIGTYPE_p_long_long data, uint size) : this(UsdCsPINVOKE.new_VtInt64Array__SWIG_2(Vt_ArrayForeignDataSource.getCPtr(foreignSrc), SWIGTYPE_p_long_long.getCPtr(data), size), true)
 {
 }
Exemplo n.º 35
0
 internal static HandleRef getCPtr(SWIGTYPE_p_long_long obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
Exemplo n.º 36
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_long_long obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }