public FbxAccumulatorEntry(FbxAccumulatorEntry pAE, bool pSkipDetails) : this(fbx_wrapperPINVOKE.new_FbxAccumulatorEntry__SWIG_3(FbxAccumulatorEntry.getCPtr(pAE), pSkipDetails), true)
 {
     if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 2
0
        public FbxAccumulatorEntry Next()
        {
            global::System.IntPtr cPtr = fbx_wrapperPINVOKE.FbxUserNotificationFilteredIterator_Next(swigCPtr);
            FbxAccumulatorEntry   ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxAccumulatorEntry(cPtr, false);

            return(ret);
        }
Exemplo n.º 3
0
        public FbxAccumulatorEntry GetEntryAt(int pEntryIndex)
        {
            global::System.IntPtr cPtr = FbxWrapperNativePINVOKE.FbxUserNotification_GetEntryAt(swigCPtr, pEntryIndex);
            FbxAccumulatorEntry   ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxAccumulatorEntry(cPtr, false);

            return(ret);
        }
Exemplo n.º 4
0
        public FbxAccumulatorEntry Previous()
        {
            global::System.IntPtr cPtr = FbxWrapperNativePINVOKE.FbxUserNotificationFilteredIterator_Previous(swigCPtr);
            FbxAccumulatorEntry   ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxAccumulatorEntry(cPtr, false);

            return(ret);
        }
Exemplo n.º 5
0
        public FbxAccumulatorEntry GetEntry(int pEntryId)
        {
            global::System.IntPtr cPtr = fbx_wrapperPINVOKE.FbxUserNotification_GetEntry(swigCPtr, pEntryId);
            FbxAccumulatorEntry   ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxAccumulatorEntry(cPtr, false);

            return(ret);
        }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FbxAccumulatorEntry obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }