Ejemplo n.º 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);
        }
Ejemplo n.º 2
0
        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);
        }
Ejemplo n.º 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);
        }
Ejemplo n.º 4
0
        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);
        }
Ejemplo n.º 5
0
 public void SetFilter(FbxConnectionPointFilter pConnectFilter)
 {
     FbxWrapperNativePINVOKE.FbxConnectionPoint_SetFilter__SWIG_1(swigCPtr, FbxConnectionPointFilter.getCPtr(pConnectFilter));
 }
Ejemplo n.º 6
0
 public void SetFilter(FbxConnectionPointFilter pConnectFilter, FbxConnectionPoint.EType pType)
 {
     FbxWrapperNativePINVOKE.FbxConnectionPoint_SetFilter__SWIG_0(swigCPtr, FbxConnectionPointFilter.getCPtr(pConnectFilter), (int)pType);
 }
Ejemplo n.º 7
0
 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);
 }
Ejemplo n.º 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);
        }
Ejemplo n.º 9
0
        public int GetDstCount(FbxConnectionPointFilter pFilter)
        {
            int ret = FbxWrapperNativePINVOKE.FbxPropertyHandle_GetDstCount__SWIG_0(swigCPtr, FbxConnectionPointFilter.getCPtr(pFilter));

            return(ret);
        }
Ejemplo n.º 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);
        }
Ejemplo n.º 11
0
        public int GetDstCount(FbxConnectionPointFilter pFilter)
        {
            int ret = fbx_wrapperPINVOKE.FbxConnectionPoint_GetDstCount__SWIG_1(swigCPtr, FbxConnectionPointFilter.getCPtr(pFilter));

            return(ret);
        }
Ejemplo n.º 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);
 }
Ejemplo n.º 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);
        }
Ejemplo n.º 14
0
        public FbxPropertyHandle GetSrc(FbxConnectionPointFilter pFilter)
        {
            FbxPropertyHandle ret = new FbxPropertyHandle(fbx_wrapperPINVOKE.FbxPropertyHandle_GetSrc__SWIG_1(swigCPtr, FbxConnectionPointFilter.getCPtr(pFilter)), true);

            return(ret);
        }
Ejemplo n.º 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);
 }
Ejemplo n.º 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);
        }
Ejemplo n.º 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);
        }
Ejemplo n.º 20
0
        public int GetSrcCount(FbxConnectionPointFilter pFilter)
        {
            int ret = FbxWrapperNativePINVOKE.FbxConnectionPoint_GetSrcCount__SWIG_1(swigCPtr, FbxConnectionPointFilter.getCPtr(pFilter));

            return(ret);
        }
Ejemplo n.º 21
0
        public FbxPropertyHandle GetDst(FbxConnectionPointFilter pFilter)
        {
            FbxPropertyHandle ret = new FbxPropertyHandle(FbxWrapperNativePINVOKE.FbxPropertyHandle_GetDst__SWIG_1(swigCPtr, FbxConnectionPointFilter.getCPtr(pFilter)), true);

            return(ret);
        }
Ejemplo n.º 22
0
        public int GetSrcCount(int pId, FbxConnectionPointFilter pFilter)
        {
            int ret = fbx_wrapperPINVOKE.FbxPropertyPage_GetSrcCount(swigCPtr, pId, FbxConnectionPointFilter.getCPtr(pFilter));

            return(ret);
        }