Exemplo n.º 1
0
 public FbxUserNotificationFilteredIterator(FbxUserNotification pAccumulator, int pFilterClass) : this(fbx_wrapperPINVOKE.new_FbxUserNotificationFilteredIterator__SWIG_2(FbxUserNotification.getCPtr(pAccumulator), pFilterClass), true)
 {
     if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 2
0
        public FbxUserNotification GetUserNotification()
        {
            global::System.IntPtr cPtr = FbxWrapperNativePINVOKE.FbxManager_GetUserNotification(swigCPtr);
            FbxUserNotification   ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxUserNotification(cPtr, false);

            return(ret);
        }
Exemplo n.º 3
0
 public FbxUserNotificationFilteredIterator(FbxUserNotification pAccumulator, int pFilterClass, FbxUserNotification.EOutputSource pSrc, bool pNoDetail) : this(fbx_wrapperPINVOKE.new_FbxUserNotificationFilteredIterator__SWIG_0(FbxUserNotification.getCPtr(pAccumulator), pFilterClass, (int)pSrc, pNoDetail), true)
 {
     if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 4
0
 public FbxUserNotificationFilteredIterator(FbxUserNotification pAccumulator, int pFilterClass, FbxUserNotification.EOutputSource pSrc) : this(FbxWrapperNativePINVOKE.new_FbxUserNotificationFilteredIterator__SWIG_1(FbxUserNotification.getCPtr(pAccumulator), pFilterClass, (int)pSrc), true)
 {
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 5
0
        public static FbxUserNotification Create(FbxManager pManager, FbxString pLogFileName, FbxString pSessionDescription)
        {
            global::System.IntPtr cPtr = FbxWrapperNativePINVOKE.FbxUserNotification_Create(FbxManager.getCPtr(pManager), FbxString.getCPtr(pLogFileName), FbxString.getCPtr(pSessionDescription));
            FbxUserNotification   ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxUserNotification(cPtr, false);

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemplo n.º 6
0
 public void SetUserNotification(FbxUserNotification pUN)
 {
     FbxWrapperNativePINVOKE.FbxManager_SetUserNotification(swigCPtr, FbxUserNotification.getCPtr(pUN));
 }
Exemplo n.º 7
0
        public bool IsValidBindPoseVerbose(FbxNode pRoot, FbxUserNotification pUserNotification)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxPose_IsValidBindPoseVerbose__SWIG_5(swigCPtr, FbxNode.getCPtr(pRoot), FbxUserNotification.getCPtr(pUserNotification));

            return(ret);
        }
Exemplo n.º 8
0
        public bool IsValidBindPoseVerbose(FbxNode pRoot, FbxUserNotification pUserNotification, double pMatrixCmpTolerance)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxPose_IsValidBindPoseVerbose__SWIG_4(swigCPtr, FbxNode.getCPtr(pRoot), FbxUserNotification.getCPtr(pUserNotification), pMatrixCmpTolerance);

            return(ret);
        }
Exemplo n.º 9
0
        public bool IsValidBindPoseVerbose(FbxNode pRoot, FbxUserNotification pUserNotification, double pMatrixCmpTolerance, FbxStatus pStatus)
        {
            bool ret = fbx_wrapperPINVOKE.FbxPose_IsValidBindPoseVerbose__SWIG_3(swigCPtr, FbxNode.getCPtr(pRoot), FbxUserNotification.getCPtr(pUserNotification), pMatrixCmpTolerance, FbxStatus.getCPtr(pStatus));

            return(ret);
        }
Exemplo n.º 10
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FbxUserNotification obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }