public FbxStatistics assign(FbxStatistics pStatistics) { FbxStatistics ret = new FbxStatistics(fbx_wrapperPINVOKE.FbxStatistics_assign(swigCPtr, FbxStatistics.getCPtr(pStatistics)), false); if (fbx_wrapperPINVOKE.SWIGPendingException.Pending) { throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public virtual bool GetStatistics(FbxStatistics arg0) { bool ret = fbx_wrapperPINVOKE.FbxReader_GetStatistics(swigCPtr, FbxStatistics.getCPtr(arg0)); return(ret); }
public bool GetStatistics(FbxStatistics pStatistics) { bool ret = fbx_wrapperPINVOKE.FbxImporter_GetStatistics(swigCPtr, FbxStatistics.getCPtr(pStatistics)); return(ret); }
internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FbxStatistics obj) { return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr); }