예제 #1
0
        public SWIGTYPE_p_FbxImplementation GetImplementation(int pIndex, SWIGTYPE_p_FbxImplementationFilter pCriteria)
        {
            global::System.IntPtr        cPtr = fbx_wrapperPINVOKE.FbxObject_GetImplementation__SWIG_0(swigCPtr, pIndex, SWIGTYPE_p_FbxImplementationFilter.getCPtr(pCriteria));
            SWIGTYPE_p_FbxImplementation ret  = (cPtr == global::System.IntPtr.Zero) ? null : new SWIGTYPE_p_FbxImplementation(cPtr, false);

            return(ret);
        }
예제 #2
0
        public int GetImplementationCount(SWIGTYPE_p_FbxImplementationFilter pCriteria)
        {
            int ret = fbx_wrapperPINVOKE.FbxObject_GetImplementationCount__SWIG_0(swigCPtr, SWIGTYPE_p_FbxImplementationFilter.getCPtr(pCriteria));

            return(ret);
        }
예제 #3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_FbxImplementationFilter obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }