public void set_array(SWIGTYPE_p_unsigned_short p_array, int p_num_elements, int array_size)
 {
     modshogunPINVOKE.DynamicWordArray_set_array(swigCPtr, SWIGTYPE_p_unsigned_short.getCPtr(p_array), p_num_elements, array_size);
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #2
0
 public virtual void get_ndarray(SWIGTYPE_p_unsigned_short array, SWIGTYPE_p_int dims, SWIGTYPE_p_int num_dims)
 {
     modshogunPINVOKE.File_get_ndarray__SWIG_6(swigCPtr, SWIGTYPE_p_unsigned_short.getCPtr(array), SWIGTYPE_p_int.getCPtr(dims), SWIGTYPE_p_int.getCPtr(num_dims));
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #3
0
 public virtual void set_matrix(SWIGTYPE_p_unsigned_short matrix, int num_feat, int num_vec)
 {
     modshogunPINVOKE.File_set_matrix__SWIG_7(swigCPtr, SWIGTYPE_p_unsigned_short.getCPtr(matrix), num_feat, num_vec);
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #4
0
 public void getPeriodAndSkipFactor(SWIGTYPE_p_unsigned_short period, SWIGTYPE_p_unsigned_short skip)
 {
     xsensdeviceapiPINVOKE.XsDeviceModeR_getPeriodAndSkipFactor(swigCPtr, SWIGTYPE_p_unsigned_short.getCPtr(period), SWIGTYPE_p_unsigned_short.getCPtr(skip));
     if (xsensdeviceapiPINVOKE.SWIGPendingException.Pending)
     {
         throw xsensdeviceapiPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #5
0
 public void getVidPid(SWIGTYPE_p_unsigned_short vid, SWIGTYPE_p_unsigned_short pid)
 {
     xsensdeviceapiPINVOKE.XsPortInfo_getVidPid(swigCPtr, SWIGTYPE_p_unsigned_short.getCPtr(vid), SWIGTYPE_p_unsigned_short.getCPtr(pid));
     if (xsensdeviceapiPINVOKE.SWIGPendingException.Pending)
     {
         throw xsensdeviceapiPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #6
0
 public override void set_vector(SWIGTYPE_p_unsigned_short vector, int len)
 {
     modshogunPINVOKE.BinaryFile_set_vector__SWIG_6(swigCPtr, SWIGTYPE_p_unsigned_short.getCPtr(vector), len);
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public override void get_string(SWIGTYPE_p_unsigned_short vector, SWIGTYPE_p_int len)
 {
     modshogunPINVOKE.StreamingAsciiFile_get_string__SWIG_7(swigCPtr, SWIGTYPE_p_unsigned_short.getCPtr(vector), SWIGTYPE_p_int.getCPtr(len));
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #8
0
 public override void get_matrix(SWIGTYPE_p_unsigned_short matrix, SWIGTYPE_p_int num_feat, SWIGTYPE_p_int num_vec)
 {
     modshogunPINVOKE.BinaryFile_get_matrix__SWIG_6(swigCPtr, SWIGTYPE_p_unsigned_short.getCPtr(matrix), SWIGTYPE_p_int.getCPtr(num_feat), SWIGTYPE_p_int.getCPtr(num_vec));
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #9
0
 public virtual void get_vector(SWIGTYPE_p_unsigned_short vector, SWIGTYPE_p_int len)
 {
     modshogunPINVOKE.StreamingFile_get_vector__SWIG_7(swigCPtr, SWIGTYPE_p_unsigned_short.getCPtr(vector), SWIGTYPE_p_int.getCPtr(len));
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #10
0
 public virtual void get_string_and_label(SWIGTYPE_p_unsigned_short vector, SWIGTYPE_p_int len, SWIGTYPE_p_double label)
 {
     modshogunPINVOKE.StreamingFile_get_string_and_label__SWIG_7(swigCPtr, SWIGTYPE_p_unsigned_short.getCPtr(vector), SWIGTYPE_p_int.getCPtr(len), SWIGTYPE_p_double.getCPtr(label));
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #11
0
 public void quantizeWithClamp(SWIGTYPE_p_unsigned_short arg0, btVector3 point2, int isMax)
 {
     BulletPINVOKE.btQuantizedBvh_quantizeWithClamp(swigCPtr, SWIGTYPE_p_unsigned_short.getCPtr(arg0), btVector3.getCPtr(point2), isMax);
     if (BulletPINVOKE.SWIGPendingException.Pending)
     {
         throw BulletPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #12
0
    public static double dot(SWIGTYPE_p_unsigned_short v1, SWIGTYPE_p_unsigned_short v2, int n)
    {
        double ret = modshogunPINVOKE.Math_dot__SWIG_8(SWIGTYPE_p_unsigned_short.getCPtr(v1), SWIGTYPE_p_unsigned_short.getCPtr(v2), n);

        if (modshogunPINVOKE.SWIGPendingException.Pending)
        {
            throw modshogunPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Exemple #13
0
        internal static ushortp frompointer(SWIGTYPE_p_unsigned_short t)
        {
            global::System.IntPtr cPtr = NDalicPINVOKE.ushortp_frompointer(SWIGTYPE_p_unsigned_short.getCPtr(t));
            ushortp ret = (cPtr == global::System.IntPtr.Zero) ? null : new ushortp(cPtr, false);

            if (NDalicPINVOKE.SWIGPendingException.Pending)
            {
                throw NDalicPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
 public void processFlatField(RAWParams raw, SWIGTYPE_p_RawImage riFlatFile, SWIGTYPE_p_unsigned_short black)
 {
     libPhotoAssistantImageProcessingPINVOKE.RawImageSource_processFlatField(swigCPtr, RAWParams.getCPtr(raw), SWIGTYPE_p_RawImage.getCPtr(riFlatFile), SWIGTYPE_p_unsigned_short.getCPtr(black));
     if (libPhotoAssistantImageProcessingPINVOKE.SWIGPendingException.Pending)
     {
         throw libPhotoAssistantImageProcessingPINVOKE.SWIGPendingException.Retrieve();
     }
 }
    public static bool icsneo_getTimestampResolution(neodevice_t device, SWIGTYPE_p_unsigned_short resolution)
    {
        bool ret = icsneocsharpPINVOKE.icsneo_getTimestampResolution(neodevice_t.getCPtr(device), SWIGTYPE_p_unsigned_short.getCPtr(resolution));

        return(ret);
    }
        public virtual float getKeyFramesAtTime(TimeIndex timeIndex, SWIGTYPE_p_p_Ogre__KeyFrame keyFrame1, SWIGTYPE_p_p_Ogre__KeyFrame keyFrame2, SWIGTYPE_p_unsigned_short firstKeyIndex)
        {
            float ret = OgrePINVOKE.AnimationTrack_getKeyFramesAtTime__SWIG_0(swigCPtr, TimeIndex.getCPtr(timeIndex), SWIGTYPE_p_p_Ogre__KeyFrame.getCPtr(keyFrame1), SWIGTYPE_p_p_Ogre__KeyFrame.getCPtr(keyFrame2), SWIGTYPE_p_unsigned_short.getCPtr(firstKeyIndex));

            if (OgrePINVOKE.SWIGPendingException.Pending)
            {
                throw OgrePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemple #17
0
        public static uint testQuantizedAabbAgainstQuantizedAabb(SWIGTYPE_p_unsigned_short aabbMin1, SWIGTYPE_p_unsigned_short aabbMax1, SWIGTYPE_p_unsigned_short aabbMin2, SWIGTYPE_p_unsigned_short aabbMax2)
        {
            uint ret = BulletPINVOKE.testQuantizedAabbAgainstQuantizedAabb(SWIGTYPE_p_unsigned_short.getCPtr(aabbMin1), SWIGTYPE_p_unsigned_short.getCPtr(aabbMax1), SWIGTYPE_p_unsigned_short.getCPtr(aabbMin2), SWIGTYPE_p_unsigned_short.getCPtr(aabbMax2));

            return(ret);
        }
Exemple #18
0
        public virtual FloatRect getTextureCoords(SWIGTYPE_p_unsigned_short oNumCoords)
        {
            global::System.IntPtr cPtr = OgrePINVOKE.BillboardSet_getTextureCoords(swigCPtr, SWIGTYPE_p_unsigned_short.getCPtr(oNumCoords));
            FloatRect             ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FloatRect(cPtr, false);

            if (OgrePINVOKE.SWIGPendingException.Pending)
            {
                throw OgrePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemple #19
0
        public int readFrom(XsByteArray buffer, XsString hostname, SWIGTYPE_p_unsigned_short port)
        {
            int ret = xsensdeviceapiPINVOKE.XsSocket_readFrom__SWIG_1(swigCPtr, XsByteArray.getCPtr(buffer), XsString.getCPtr(hostname), SWIGTYPE_p_unsigned_short.getCPtr(port));

            if (xsensdeviceapiPINVOKE.SWIGPendingException.Pending)
            {
                throw xsensdeviceapiPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
        public static UnsignedShortPointer frompointer(SWIGTYPE_p_unsigned_short t)
        {
            global::System.IntPtr cPtr = RakNetPINVOKE.UnsignedShortPointer_frompointer(SWIGTYPE_p_unsigned_short.getCPtr(t));
            UnsignedShortPointer  ret  = (cPtr == global::System.IntPtr.Zero) ? null : new UnsignedShortPointer(cPtr, false);

            return(ret);
        }
Exemple #21
0
 public void DecomposeTeamLocked(Packet packet, SWIGTYPE_p_p_RakNet__TM_World world, SWIGTYPE_p_p_RakNet__TM_TeamMember teamMember, SWIGTYPE_p_p_RakNet__TM_Team team, SWIGTYPE_p_unsigned_short currentMembers, SWIGTYPE_p_unsigned_short memberLimitIncludingBalancing, SWIGTYPE_p_bool balancingIsActive, SWIGTYPE_p_unsigned_char joinPermissions)
 {
     RakNetPINVOKE.TeamManager_DecomposeTeamLocked(swigCPtr, Packet.getCPtr(packet), SWIGTYPE_p_p_RakNet__TM_World.getCPtr(world), SWIGTYPE_p_p_RakNet__TM_TeamMember.getCPtr(teamMember), SWIGTYPE_p_p_RakNet__TM_Team.getCPtr(team), SWIGTYPE_p_unsigned_short.getCPtr(currentMembers), SWIGTYPE_p_unsigned_short.getCPtr(memberLimitIncludingBalancing), SWIGTYPE_p_bool.getCPtr(balancingIsActive), SWIGTYPE_p_unsigned_char.getCPtr(joinPermissions));
     if (RakNetPINVOKE.SWIGPendingException.Pending)
     {
         throw RakNetPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #22
0
 public WordNDArray(SWIGTYPE_p_unsigned_short a, SWIGTYPE_p_int d, int nd) : this(modshogunPINVOKE.new_WordNDArray__SWIG_1(SWIGTYPE_p_unsigned_short.getCPtr(a), SWIGTYPE_p_int.getCPtr(d), nd), true)
 {
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #23
0
        public int readFrom(SWIGTYPE_p_void dest, uint size, XsString hostname, SWIGTYPE_p_unsigned_short port)
        {
            int ret = xsensdeviceapiPINVOKE.XsSocket_readFrom__SWIG_5(swigCPtr, SWIGTYPE_p_void.getCPtr(dest), size, XsString.getCPtr(hostname), SWIGTYPE_p_unsigned_short.getCPtr(port));

            return(ret);
        }
Exemple #24
0
 public double get_likelihood_example(SWIGTYPE_p_unsigned_short vector, int len) {
   double ret = modshogunPINVOKE.LinearHMM_get_likelihood_example(swigCPtr, SWIGTYPE_p_unsigned_short.getCPtr(vector), len);
   if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
Exemple #25
0
 public WordVector(SWIGTYPE_p_unsigned_short v, int len) : this(modshogunPINVOKE.new_WordVector__SWIG_2(SWIGTYPE_p_unsigned_short.getCPtr(v), len), true)
 {
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #26
0
 public virtual double get_derivative_obsolete(SWIGTYPE_p_unsigned_short vector, int len, int pos) {
   double ret = modshogunPINVOKE.LinearHMM_get_derivative_obsolete(swigCPtr, SWIGTYPE_p_unsigned_short.getCPtr(vector), len, pos);
   if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
Exemple #27
0
        public bool suggestTangentVectorBuildParams(VertexElementSemantic targetSemantic, SWIGTYPE_p_unsigned_short outSourceCoordSet, SWIGTYPE_p_unsigned_short outIndex)
        {
            bool ret = OgrePINVOKE.Mesh_suggestTangentVectorBuildParams(swigCPtr, (int)targetSemantic, SWIGTYPE_p_unsigned_short.getCPtr(outSourceCoordSet), SWIGTYPE_p_unsigned_short.getCPtr(outIndex));

            if (OgrePINVOKE.SWIGPendingException.Pending)
            {
                throw OgrePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemple #28
0
 public XsUShortVector(SWIGTYPE_p_unsigned_short a) : this(xsensdeviceapiPINVOKE.new_XsUShortVector__SWIG_2(SWIGTYPE_p_unsigned_short.getCPtr(a)), true)
 {
 }
Exemple #29
0
        public bool setAnalogIOBlock2(uint analog, SWIGTYPE_p_unsigned_short val)
        {
            bool ret = AriaCSPINVOKE.ArMTXIO_setAnalogIOBlock2(swigCPtr, analog, SWIGTYPE_p_unsigned_short.getCPtr(val));

            return(ret);
        }
Exemple #30
0
 public WordMatrix(SWIGTYPE_p_unsigned_short m, int nrows, int ncols) : this(modshogunPINVOKE.new_WordMatrix__SWIG_2(SWIGTYPE_p_unsigned_short.getCPtr(m), nrows, ncols), true)
 {
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }