public FbxBlob(FbxBlob pRHS) : this(fbx_wrapperPINVOKE.new_FbxBlob__SWIG_2(FbxBlob.getCPtr(pRHS)), true) { if (fbx_wrapperPINVOKE.SWIGPendingException.Pending) { throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve(); } }
public void SetBlob(FbxBlob pBlob) { fbx_wrapperPINVOKE.FbxProceduralTexture_SetBlob(swigCPtr, FbxBlob.getCPtr(pBlob)); if (fbx_wrapperPINVOKE.SWIGPendingException.Pending) { throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve(); } }
public bool ne(FbxBlob pRHS) { bool ret = FbxWrapperNativePINVOKE.FbxBlob_ne(swigCPtr, FbxBlob.getCPtr(pRHS)); if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending) { throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public bool eq(FbxBlob pRHS) { bool ret = fbx_wrapperPINVOKE.FbxBlob_eq(swigCPtr, FbxBlob.getCPtr(pRHS)); if (fbx_wrapperPINVOKE.SWIGPendingException.Pending) { throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public FbxBlob assign(FbxBlob pValue) { FbxBlob ret = new FbxBlob(fbx_wrapperPINVOKE.FbxBlob_assign(swigCPtr, FbxBlob.getCPtr(pValue)), false); if (fbx_wrapperPINVOKE.SWIGPendingException.Pending) { throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }