コード例 #1
0
 public ULongIntMatrix(SWIGTYPE_p_unsigned_long_long m, int nrows, int ncols) : this(modshogunPINVOKE.new_ULongIntMatrix__SWIG_2(SWIGTYPE_p_unsigned_long_long.getCPtr(m), nrows, ncols), true)
 {
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #2
0
 public ULongIntNDArray(SWIGTYPE_p_unsigned_long_long a, SWIGTYPE_p_int d, int nd) : this(modshogunPINVOKE.new_ULongIntNDArray__SWIG_1(SWIGTYPE_p_unsigned_long_long.getCPtr(a), SWIGTYPE_p_int.getCPtr(d), nd), true)
 {
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #3
0
 public ULongIntVector(SWIGTYPE_p_unsigned_long_long v, int len) : this(modshogunPINVOKE.new_ULongIntVector__SWIG_2(SWIGTYPE_p_unsigned_long_long.getCPtr(v), len), true)
 {
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #4
0
ファイル: PixelUtil.cs プロジェクト: wellsanin1/Game-Engine
 public static void getBitMasks(PixelFormat format, SWIGTYPE_p_unsigned_long_long rgba)
 {
     OgrePINVOKE.PixelUtil_getBitMasks((int)format, SWIGTYPE_p_unsigned_long_long.getCPtr(rgba));
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #5
0
 public virtual void set_ulong_matrix(SWIGTYPE_p_unsigned_long_long matrix, int num_feat, int num_vec)
 {
     modshogunPINVOKE.File_set_ulong_matrix(swigCPtr, SWIGTYPE_p_unsigned_long_long.getCPtr(matrix), num_feat, num_vec);
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #6
0
 public void set_array(SWIGTYPE_p_unsigned_long_long p_array, int p_num_elements, int array_size)
 {
     modshogunPINVOKE.DynamicULongArray_set_array(swigCPtr, SWIGTYPE_p_unsigned_long_long.getCPtr(p_array), p_num_elements, array_size);
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #7
0
 public virtual void set_ulong_ndarray(SWIGTYPE_p_unsigned_long_long array, SWIGTYPE_p_int dims, int num_dims)
 {
     modshogunPINVOKE.AsciiFile_set_ulong_ndarray(swigCPtr, SWIGTYPE_p_unsigned_long_long.getCPtr(array), SWIGTYPE_p_int.getCPtr(dims), num_dims);
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #8
0
 public override void get_string(SWIGTYPE_p_unsigned_long_long vector, SWIGTYPE_p_int len)
 {
     modshogunPINVOKE.StreamingAsciiFile_get_string__SWIG_11(swigCPtr, SWIGTYPE_p_unsigned_long_long.getCPtr(vector), SWIGTYPE_p_int.getCPtr(len));
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #9
0
 public void get_dictionary(SWIGTYPE_p_int dsize, SWIGTYPE_p_unsigned_long_long dict, SWIGTYPE_p_double dweights)
 {
     modshogunPINVOKE.CommUlongStringKernel_get_dictionary(swigCPtr, SWIGTYPE_p_int.getCPtr(dsize), SWIGTYPE_p_unsigned_long_long.getCPtr(dict), SWIGTYPE_p_double.getCPtr(dweights));
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #10
0
 public void merge_dictionaries(SWIGTYPE_p_int t, int j, SWIGTYPE_p_int k, SWIGTYPE_p_unsigned_long_long vec, SWIGTYPE_p_unsigned_long_long dic, SWIGTYPE_p_double dic_weights, double weight, int vec_idx)
 {
     modshogunPINVOKE.CommUlongStringKernel_merge_dictionaries(swigCPtr, SWIGTYPE_p_int.getCPtr(t), j, SWIGTYPE_p_int.getCPtr(k), SWIGTYPE_p_unsigned_long_long.getCPtr(vec), SWIGTYPE_p_unsigned_long_long.getCPtr(dic), SWIGTYPE_p_double.getCPtr(dic_weights), weight, vec_idx);
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #11
0
ファイル: StreamingFile.cs プロジェクト: Anshul-Bansal/gsoc
 public virtual void get_string_and_label(SWIGTYPE_p_unsigned_long_long vector, SWIGTYPE_p_int len, SWIGTYPE_p_double label)
 {
     modshogunPINVOKE.StreamingFile_get_string_and_label__SWIG_11(swigCPtr, SWIGTYPE_p_unsigned_long_long.getCPtr(vector), SWIGTYPE_p_int.getCPtr(len), SWIGTYPE_p_double.getCPtr(label));
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #12
0
    public static double dot(SWIGTYPE_p_unsigned_long_long v1, SWIGTYPE_p_unsigned_long_long v2, int n)
    {
        double ret = modshogunPINVOKE.Math_dot__SWIG_4(SWIGTYPE_p_unsigned_long_long.getCPtr(v1), SWIGTYPE_p_unsigned_long_long.getCPtr(v2), n);

        if (modshogunPINVOKE.SWIGPendingException.Pending)
        {
            throw modshogunPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
コード例 #13
0
    public virtual SWIGTYPE_p_unsigned_long_long apply_to_string(SWIGTYPE_p_unsigned_long_long f, SWIGTYPE_p_int len)
    {
        IntPtr cPtr = modshogunPINVOKE.StringUlongPreprocessor_apply_to_string(swigCPtr, SWIGTYPE_p_unsigned_long_long.getCPtr(f), SWIGTYPE_p_int.getCPtr(len));
        SWIGTYPE_p_unsigned_long_long ret = (cPtr == IntPtr.Zero) ? null : new SWIGTYPE_p_unsigned_long_long(cPtr, false);

        if (modshogunPINVOKE.SWIGPendingException.Pending)
        {
            throw modshogunPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
コード例 #14
0
    public SWIGTYPE_p_unsigned_long_long get_array()
    {
        IntPtr cPtr = modshogunPINVOKE.DynamicULongArray_get_array(swigCPtr);
        SWIGTYPE_p_unsigned_long_long ret = (cPtr == IntPtr.Zero) ? null : new SWIGTYPE_p_unsigned_long_long(cPtr, false);

        if (modshogunPINVOKE.SWIGPendingException.Pending)
        {
            throw modshogunPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
コード例 #15
0
ファイル: CCompressor.cs プロジェクト: Anshul-Bansal/gsoc
 public void decompress(SWIGTYPE_p_unsigned_char compressed, ulong compressed_size, SWIGTYPE_p_unsigned_char uncompressed, SWIGTYPE_p_unsigned_long_long uncompressed_size)
 {
     modshogunPINVOKE.CCompressor_decompress(swigCPtr, SWIGTYPE_p_unsigned_char.getCPtr(compressed), compressed_size, SWIGTYPE_p_unsigned_char.getCPtr(uncompressed), SWIGTYPE_p_unsigned_long_long.getCPtr(uncompressed_size));
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #16
0
 public VtUInt64Array(Vt_ArrayForeignDataSource foreignSrc, SWIGTYPE_p_unsigned_long_long data, uint size) : this(UsdCsPINVOKE.new_VtUInt64Array__SWIG_2(Vt_ArrayForeignDataSource.getCPtr(foreignSrc), SWIGTYPE_p_unsigned_long_long.getCPtr(data), size), true)
 {
 }
コード例 #17
0
ファイル: ULongIntVector.cs プロジェクト: Anshul-Bansal/gsoc
 public ULongIntVector(SWIGTYPE_p_unsigned_long_long v, int len) : this(modshogunPINVOKE.new_ULongIntVector__SWIG_2(SWIGTYPE_p_unsigned_long_long.getCPtr(v), len), true) {
   if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve();
 }
コード例 #18
0
ファイル: Math.cs プロジェクト: Anshul-Bansal/gsoc
 public static double dot(SWIGTYPE_p_unsigned_long_long v1, SWIGTYPE_p_unsigned_long_long v2, int n) {
   double ret = modshogunPINVOKE.Math_dot__SWIG_4(SWIGTYPE_p_unsigned_long_long.getCPtr(v1), SWIGTYPE_p_unsigned_long_long.getCPtr(v2), n);
   if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
コード例 #19
0
ファイル: File.cs プロジェクト: Anshul-Bansal/gsoc
 public virtual void set_ulong_matrix(SWIGTYPE_p_unsigned_long_long matrix, int num_feat, int num_vec) {
   modshogunPINVOKE.File_set_ulong_matrix(swigCPtr, SWIGTYPE_p_unsigned_long_long.getCPtr(matrix), num_feat, num_vec);
   if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve();
 }
コード例 #20
0
ファイル: HdfProxyExample.cs プロジェクト: tdebenoist/fesapi
 public override void selectArrayNdOfValues(string datasetName, SWIGTYPE_p_unsigned_long_long blockCountPerDimension, SWIGTYPE_p_unsigned_long_long offsetInEachDimension, SWIGTYPE_p_unsigned_long_long strideInEachDimension, SWIGTYPE_p_unsigned_long_long blockSizeInEachDimension, uint numDimensions, bool newSelection, SWIGTYPE_p_hdf5_hid_t dataset, SWIGTYPE_p_hdf5_hid_t filespace)
 {
     throw new NotImplementedException();
 }
コード例 #21
0
ファイル: HdfProxyExample.cs プロジェクト: tdebenoist/fesapi
 public override void writeArrayNdSlab(string groupName, string name, SWIGTYPE_p_hdf5_hid_t datatype, SWIGTYPE_p_void values, SWIGTYPE_p_unsigned_long_long numValuesInEachDimension, SWIGTYPE_p_unsigned_long_long offsetValuesInEachDimension, uint numDimensions)
 {
     throw new NotImplementedException();
 }
コード例 #22
0
 public void merge_dictionaries(SWIGTYPE_p_int t, int j, SWIGTYPE_p_int k, SWIGTYPE_p_unsigned_long_long vec, SWIGTYPE_p_unsigned_long_long dic, SWIGTYPE_p_double dic_weights, double weight, int vec_idx) {
   modshogunPINVOKE.CommUlongStringKernel_merge_dictionaries(swigCPtr, SWIGTYPE_p_int.getCPtr(t), j, SWIGTYPE_p_int.getCPtr(k), SWIGTYPE_p_unsigned_long_long.getCPtr(vec), SWIGTYPE_p_unsigned_long_long.getCPtr(dic), SWIGTYPE_p_double.getCPtr(dic_weights), weight, vec_idx);
   if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve();
 }
コード例 #23
0
 internal static HandleRef getCPtr(SWIGTYPE_p_unsigned_long_long obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
コード例 #24
0
ファイル: ULongIntNDArray.cs プロジェクト: Anshul-Bansal/gsoc
 public ULongIntNDArray(SWIGTYPE_p_unsigned_long_long a, SWIGTYPE_p_int d, int nd) : this(modshogunPINVOKE.new_ULongIntNDArray__SWIG_1(SWIGTYPE_p_unsigned_long_long.getCPtr(a), SWIGTYPE_p_int.getCPtr(d), nd), true) {
   if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve();
 }
コード例 #25
0
 public void get_dictionary(SWIGTYPE_p_int dsize, SWIGTYPE_p_unsigned_long_long dict, SWIGTYPE_p_double dweights) {
   modshogunPINVOKE.CommUlongStringKernel_get_dictionary(swigCPtr, SWIGTYPE_p_int.getCPtr(dsize), SWIGTYPE_p_unsigned_long_long.getCPtr(dict), SWIGTYPE_p_double.getCPtr(dweights));
   if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve();
 }
コード例 #26
0
ファイル: LLVM.cs プロジェクト: frje/SharpLang
 public unsafe static ValueRef ConstIntOfArbitraryPrecision(TypeRef IntTy, uint NumWords, SWIGTYPE_p_unsigned_long_long Words) {
   ValueRef ret = new ValueRef(LLVMPINVOKE.ConstIntOfArbitraryPrecision(IntTy.Value, NumWords, SWIGTYPE_p_unsigned_long_long.getCPtr(Words)));
   return ret;
 }
コード例 #27
0
ファイル: AsciiFile.cs プロジェクト: Anshul-Bansal/gsoc
 public virtual void set_ulong_ndarray(SWIGTYPE_p_unsigned_long_long array, SWIGTYPE_p_int dims, int num_dims) {
   modshogunPINVOKE.AsciiFile_set_ulong_ndarray(swigCPtr, SWIGTYPE_p_unsigned_long_long.getCPtr(array), SWIGTYPE_p_int.getCPtr(dims), num_dims);
   if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve();
 }
コード例 #28
0
ファイル: StreamingFile.cs プロジェクト: Anshul-Bansal/gsoc
 public virtual void get_string_and_label(SWIGTYPE_p_unsigned_long_long vector, SWIGTYPE_p_int len, SWIGTYPE_p_double label) {
   modshogunPINVOKE.StreamingFile_get_string_and_label__SWIG_11(swigCPtr, SWIGTYPE_p_unsigned_long_long.getCPtr(vector), SWIGTYPE_p_int.getCPtr(len), SWIGTYPE_p_double.getCPtr(label));
   if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve();
 }
コード例 #29
0
ファイル: HdfProxyExample.cs プロジェクト: tdebenoist/fesapi
 public override void readArrayNdOfIntValues(string datasetName, SWIGTYPE_p_int values, SWIGTYPE_p_unsigned_long_long numValuesInEachDimension, SWIGTYPE_p_unsigned_long_long offsetInEachDimension, uint numDimensions)
 {
     throw new NotImplementedException();
 }
コード例 #30
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_unsigned_long_long obj) {
   return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
 }
コード例 #31
0
ファイル: HdfProxyExample.cs プロジェクト: tdebenoist/fesapi
 public override void writeArrayNdOfIntValues(string groupName, string name, SWIGTYPE_p_int intValues, SWIGTYPE_p_unsigned_long_long numValuesInEachDimension, uint numDimensions)
 {
     throw new NotImplementedException();
 }
コード例 #32
0
ファイル: HdfProxyExample.cs プロジェクト: tdebenoist/fesapi
 public override void readArrayNdOfDoubleValues(string datasetName, SWIGTYPE_p_double values, SWIGTYPE_p_unsigned_long_long blockCountPerDimension, SWIGTYPE_p_unsigned_long_long offsetInEachDimension, SWIGTYPE_p_unsigned_long_long strideInEachDimension, SWIGTYPE_p_unsigned_long_long blockSizeInEachDimension, uint numDimensions)
 {
     throw new NotImplementedException();
 }
コード例 #33
0
    public static ZenError ZenSensorComponentGetUInt64Property(ZenClientHandle_t clientHandle, ZenSensorHandle_t sensorHandle, ZenComponentHandle_t componentHandle, int property, SWIGTYPE_p_unsigned_long_long outValue)
    {
        ZenError ret = (ZenError)OpenZenPINVOKE.ZenSensorComponentGetUInt64Property(ZenClientHandle_t.getCPtr(clientHandle), ZenSensorHandle_t.getCPtr(sensorHandle), ZenComponentHandle_t.getCPtr(componentHandle), property, SWIGTYPE_p_unsigned_long_long.getCPtr(outValue));

        if (OpenZenPINVOKE.SWIGPendingException.Pending)
        {
            throw OpenZenPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
コード例 #34
0
ファイル: HdfProxyExample.cs プロジェクト: tdebenoist/fesapi
 public override void readArrayNdOfULongValues(string datasetName, SWIGTYPE_p_unsigned_long_long values)
 {
     throw new NotImplementedException();
 }
コード例 #35
0
ファイル: ULongIntMatrix.cs プロジェクト: Anshul-Bansal/gsoc
 public ULongIntMatrix(SWIGTYPE_p_unsigned_long_long m, int nrows, int ncols) : this(modshogunPINVOKE.new_ULongIntMatrix__SWIG_2(SWIGTYPE_p_unsigned_long_long.getCPtr(m), nrows, ncols), true) {
   if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve();
 }
コード例 #36
0
ファイル: HdfProxyExample.cs プロジェクト: tdebenoist/fesapi
 public override void writeArrayNdOfDoubleValues(string groupName, string name, SWIGTYPE_p_double dblValues, SWIGTYPE_p_unsigned_long_long numValuesInEachDimension, uint numDimensions)
 {
     System.Console.WriteLine("MyHdfProxy::writeArrayNdOfDoubleValues");
 }
コード例 #37
0
 public override void get_string(SWIGTYPE_p_unsigned_long_long vector, SWIGTYPE_p_int len) {
   modshogunPINVOKE.StreamingAsciiFile_get_string__SWIG_11(swigCPtr, SWIGTYPE_p_unsigned_long_long.getCPtr(vector), SWIGTYPE_p_int.getCPtr(len));
   if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve();
 }
コード例 #38
0
 public static void GetCounterFreq(SWIGTYPE_p_unsigned_long_long f) {
   VisionLabPINVOKE.GetCounterFreq(SWIGTYPE_p_unsigned_long_long.getCPtr(f));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 internal static HandleRef getCPtr(SWIGTYPE_p_unsigned_long_long obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_unsigned_long_long obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
コード例 #41
0
 public void set_array(SWIGTYPE_p_unsigned_long_long p_array, int p_num_elements, int array_size) {
   modshogunPINVOKE.DynamicULongArray_set_array(swigCPtr, SWIGTYPE_p_unsigned_long_long.getCPtr(p_array), p_num_elements, array_size);
   if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve();
 }