示例#1
0
    public override TK_Status Clone(BStreamFileToolkit tk, SWIGTYPE_p_p_BBaseOpcodeHandler handler)
    {
        TK_Status ret = (TK_Status)((this.GetType() == typeof(HTK_Image)) ? HCSSTREAMPINVOKE.HTK_Image_Clone(swigCPtr, BStreamFileToolkit.getCPtr(tk), SWIGTYPE_p_p_BBaseOpcodeHandler.getCPtr(handler)) : HCSSTREAMPINVOKE.HTK_Image_CloneSwigExplicitHTK_Image(swigCPtr, BStreamFileToolkit.getCPtr(tk), SWIGTYPE_p_p_BBaseOpcodeHandler.getCPtr(handler)));

        if (HCSSTREAMPINVOKE.SWIGPendingException.Pending)
        {
            throw HCSSTREAMPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
示例#2
0
    public override TK_Status Clone(BStreamFileToolkit tk, SWIGTYPE_p_p_BBaseOpcodeHandler handler)
    {
        TK_Status ret = (TK_Status)HCSSTREAMPINVOKE.TK_PolyCylinder_Clone(swigCPtr, BStreamFileToolkit.getCPtr(tk), SWIGTYPE_p_p_BBaseOpcodeHandler.getCPtr(handler));

        if (HCSSTREAMPINVOKE.SWIGPendingException.Pending)
        {
            throw HCSSTREAMPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
示例#3
0
    public TK_Status StringToHandler(string type, SWIGTYPE_p_p_BBaseOpcodeHandler handler)
    {
        TK_Status ret = (TK_Status)HCSSTREAMPINVOKE.HStreamFileToolkit_StringToHandler(swigCPtr, type, SWIGTYPE_p_p_BBaseOpcodeHandler.getCPtr(handler));

        return(ret);
    }
示例#4
0
 public static HandleRef getCPtr(SWIGTYPE_p_p_BBaseOpcodeHandler obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }