示例#1
0
        public FbxPropertyConnect GetDst(FbxConnectionPointFilter pFilter, int pIndex)
        {
            global::System.IntPtr cPtr = FbxWrapperNativePINVOKE.FbxPropertyConnect_GetDst(swigCPtr, FbxConnectionPointFilter.getCPtr(pFilter), pIndex);
            FbxPropertyConnect    ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxPropertyConnect(cPtr, false);

            return(ret);
        }
        public FbxConnectionPoint GetDst(int pIndex, FbxConnectionPointFilter pFilter)
        {
            global::System.IntPtr cPtr = FbxWrapperNativePINVOKE.FbxConnectionPoint_GetDst__SWIG_1(swigCPtr, pIndex, FbxConnectionPointFilter.getCPtr(pFilter));
            FbxConnectionPoint    ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxConnectionPoint(cPtr, false);

            return(ret);
        }
示例#3
0
        public virtual FbxConnectionPointFilter Ref()
        {
            global::System.IntPtr    cPtr = fbx_wrapperPINVOKE.FbxConnectionPointFilter_Ref(swigCPtr);
            FbxConnectionPointFilter ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxConnectionPointFilter(cPtr, false);

            return(ret);
        }
        public FbxConnectionPointFilter GetFilter()
        {
            global::System.IntPtr    cPtr = FbxWrapperNativePINVOKE.FbxConnectionPoint_GetFilter(swigCPtr);
            FbxConnectionPointFilter ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxConnectionPointFilter(cPtr, false);

            return(ret);
        }
 public void SetFilter(FbxConnectionPointFilter pConnectFilter)
 {
     FbxWrapperNativePINVOKE.FbxConnectionPoint_SetFilter__SWIG_1(swigCPtr, FbxConnectionPointFilter.getCPtr(pConnectFilter));
 }
 public void SetFilter(FbxConnectionPointFilter pConnectFilter, FbxConnectionPoint.EType pType)
 {
     FbxWrapperNativePINVOKE.FbxConnectionPoint_SetFilter__SWIG_0(swigCPtr, FbxConnectionPointFilter.getCPtr(pConnectFilter), (int)pType);
 }
 public FbxConnection.EType GetDstType(int pIndex, FbxConnectionPointFilter pFilter)
 {
     FbxConnection.EType ret = (FbxConnection.EType)FbxWrapperNativePINVOKE.FbxConnectionPoint_GetDstType__SWIG_1(swigCPtr, pIndex, FbxConnectionPointFilter.getCPtr(pFilter));
     return(ret);
 }
示例#8
0
        public bool GetSrc(int pId, int pIndex, FbxConnectionPointFilter pFilter, SWIGTYPE_p_p_FbxPropertyPage pSrcPage, SWIGTYPE_p_int pSrcId)
        {
            bool ret = fbx_wrapperPINVOKE.FbxPropertyPage_GetSrc(swigCPtr, pId, pIndex, FbxConnectionPointFilter.getCPtr(pFilter), SWIGTYPE_p_p_FbxPropertyPage.getCPtr(pSrcPage), SWIGTYPE_p_int.getCPtr(pSrcId));

            return(ret);
        }
示例#9
0
        public int GetDstCount(FbxConnectionPointFilter pFilter)
        {
            int ret = FbxWrapperNativePINVOKE.FbxPropertyHandle_GetDstCount__SWIG_0(swigCPtr, FbxConnectionPointFilter.getCPtr(pFilter));

            return(ret);
        }
示例#10
0
        public bool GetDst(int pId, int pIndex, FbxConnectionPointFilter pFilter, SWIGTYPE_p_p_FbxPropertyPage pDstPage, SWIGTYPE_p_int pDstId)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxPropertyPage_GetDst(swigCPtr, pId, pIndex, FbxConnectionPointFilter.getCPtr(pFilter), SWIGTYPE_p_p_FbxPropertyPage.getCPtr(pDstPage), SWIGTYPE_p_int.getCPtr(pDstId));

            return(ret);
        }
示例#11
0
        public int GetDstCount(FbxConnectionPointFilter pFilter)
        {
            int ret = fbx_wrapperPINVOKE.FbxConnectionPoint_GetDstCount__SWIG_1(swigCPtr, FbxConnectionPointFilter.getCPtr(pFilter));

            return(ret);
        }
示例#12
0
 public FbxConnection.EType GetSrcType(int pIndex, FbxConnectionPointFilter pFilter)
 {
     FbxConnection.EType ret = (FbxConnection.EType)fbx_wrapperPINVOKE.FbxConnectionPoint_GetSrcType__SWIG_1(swigCPtr, pIndex, FbxConnectionPointFilter.getCPtr(pFilter));
     return(ret);
 }
示例#13
0
        public FbxPropertyHandle GetDst(FbxConnectionPointFilter pFilter, int pIndex)
        {
            FbxPropertyHandle ret = new FbxPropertyHandle(fbx_wrapperPINVOKE.FbxPropertyHandle_GetDst__SWIG_0(swigCPtr, FbxConnectionPointFilter.getCPtr(pFilter), pIndex), true);

            return(ret);
        }
示例#14
0
        public FbxPropertyHandle GetSrc(FbxConnectionPointFilter pFilter)
        {
            FbxPropertyHandle ret = new FbxPropertyHandle(fbx_wrapperPINVOKE.FbxPropertyHandle_GetSrc__SWIG_1(swigCPtr, FbxConnectionPointFilter.getCPtr(pFilter)), true);

            return(ret);
        }
示例#15
0
        public int GetSrcCount(FbxConnectionPointFilter pFilter)
        {
            int ret = fbx_wrapperPINVOKE.FbxPropertyHandle_GetSrcCount__SWIG_0(swigCPtr, FbxConnectionPointFilter.getCPtr(pFilter));

            return(ret);
        }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FbxConnectionPointFilter obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
示例#17
0
        public int GetDstCount(int pId, FbxConnectionPointFilter pFilter)
        {
            int ret = FbxWrapperNativePINVOKE.FbxPropertyPage_GetDstCount(swigCPtr, pId, FbxConnectionPointFilter.getCPtr(pFilter));

            return(ret);
        }
        public virtual bool IsEqual(FbxConnectionPointFilter pConnectFilter)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxConnectionPointFilter_IsEqual(swigCPtr, FbxConnectionPointFilter.getCPtr(pConnectFilter));

            return(ret);
        }
示例#19
0
        public FbxPropertyHandle GetSrc(FbxConnectionPointFilter pFilter, int pIndex)
        {
            FbxPropertyHandle ret = new FbxPropertyHandle(FbxWrapperNativePINVOKE.FbxPropertyHandle_GetSrc__SWIG_0(swigCPtr, FbxConnectionPointFilter.getCPtr(pFilter), pIndex), true);

            return(ret);
        }
示例#20
0
        public int GetSrcCount(FbxConnectionPointFilter pFilter)
        {
            int ret = FbxWrapperNativePINVOKE.FbxConnectionPoint_GetSrcCount__SWIG_1(swigCPtr, FbxConnectionPointFilter.getCPtr(pFilter));

            return(ret);
        }
示例#21
0
        public FbxPropertyHandle GetDst(FbxConnectionPointFilter pFilter)
        {
            FbxPropertyHandle ret = new FbxPropertyHandle(FbxWrapperNativePINVOKE.FbxPropertyHandle_GetDst__SWIG_1(swigCPtr, FbxConnectionPointFilter.getCPtr(pFilter)), true);

            return(ret);
        }
示例#22
0
        public int GetSrcCount(int pId, FbxConnectionPointFilter pFilter)
        {
            int ret = fbx_wrapperPINVOKE.FbxPropertyPage_GetSrcCount(swigCPtr, pId, FbxConnectionPointFilter.getCPtr(pFilter));

            return(ret);
        }