Beispiel #1
0
        public DirectArrayFbxVoidPtr GetDirectArrayVoid(string pName)
        {
            global::System.IntPtr cPtr = fbx_wrapperPINVOKE.FbxLayerElementUserData_GetDirectArrayVoid__SWIG_5(swigCPtr, pName);
            DirectArrayFbxVoidPtr ret  = (cPtr == global::System.IntPtr.Zero) ? null : new DirectArrayFbxVoidPtr(cPtr, false);

            return(ret);
        }
Beispiel #2
0
        public DirectArrayFbxVoidPtr GetDirectArrayVoid(int pIndex, SWIGTYPE_p_bool pStatus)
        {
            global::System.IntPtr cPtr = fbx_wrapperPINVOKE.FbxLayerElementUserData_GetDirectArrayVoid__SWIG_0(swigCPtr, pIndex, SWIGTYPE_p_bool.getCPtr(pStatus));
            DirectArrayFbxVoidPtr ret  = (cPtr == global::System.IntPtr.Zero) ? null : new DirectArrayFbxVoidPtr(cPtr, false);

            return(ret);
        }
Beispiel #3
0
        public DirectArrayFbxVoidPtr assign(DirectArrayFbxVoidPtr pArrayTemplate)
        {
            DirectArrayFbxVoidPtr ret = new DirectArrayFbxVoidPtr(fbx_wrapperPINVOKE.DirectArrayFbxVoidPtr_assign__SWIG_1(swigCPtr, DirectArrayFbxVoidPtr.getCPtr(pArrayTemplate)), false);

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Beispiel #4
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(DirectArrayFbxVoidPtr obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
        public DirectArrayFbxVoidPtr GetDirectArray()
        {
            DirectArrayFbxVoidPtr ret = new DirectArrayFbxVoidPtr(fbx_wrapperPINVOKE.FbxLayerElementTemplateFbxVoidPtr_GetDirectArray__SWIG_0(swigCPtr), false);

            return(ret);
        }