コード例 #1
0
    public override TK_Status Execute(BStreamFileToolkit tk)
    {
        TK_Status ret = (TK_Status)((this.GetType() == typeof(HTK_NURBS_Surface)) ? HCSSTREAMPINVOKE.HTK_NURBS_Surface_Execute(swigCPtr, BStreamFileToolkit.getCPtr(tk)) : HCSSTREAMPINVOKE.HTK_NURBS_Surface_ExecuteSwigExplicitHTK_NURBS_Surface(swigCPtr, BStreamFileToolkit.getCPtr(tk)));

        if (HCSSTREAMPINVOKE.SWIGPendingException.Pending)
        {
            throw HCSSTREAMPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
コード例 #2
0
ファイル: HTK_Window.cs プロジェクト: hupech/MyBMConvert
    public override TK_Status Interpret(BStreamFileToolkit tk, ID_Key key, int variant)
    {
        TK_Status ret = (TK_Status)((this.GetType() == typeof(HTK_Window)) ? HCSSTREAMPINVOKE.HTK_Window_Interpret__SWIG_0(swigCPtr, BStreamFileToolkit.getCPtr(tk), key, variant) : HCSSTREAMPINVOKE.HTK_Window_InterpretSwigExplicitHTK_Window__SWIG_0(swigCPtr, BStreamFileToolkit.getCPtr(tk), key, variant));

        if (HCSSTREAMPINVOKE.SWIGPendingException.Pending)
        {
            throw HCSSTREAMPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
コード例 #3
0
    public override TK_Status Interpret(BStreamFileToolkit tk, ID_Key key)
    {
        TK_Status ret = (TK_Status)((this.GetType() == typeof(HTK_Color_By_FIndex)) ? HCSSTREAMPINVOKE.HTK_Color_By_FIndex_Interpret__SWIG_1(swigCPtr, BStreamFileToolkit.getCPtr(tk), key) : HCSSTREAMPINVOKE.HTK_Color_By_FIndex_InterpretSwigExplicitHTK_Color_By_FIndex__SWIG_1(swigCPtr, BStreamFileToolkit.getCPtr(tk), key));

        if (HCSSTREAMPINVOKE.SWIGPendingException.Pending)
        {
            throw HCSSTREAMPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
コード例 #4
0
    public TK_Status WriteAscii(BStreamFileToolkit tk)
    {
        TK_Status ret = (TK_Status)HCSBSTREAMPINVOKE.TK_Glyph_Definition_WriteAscii(swigCPtr, BStreamFileToolkit.getCPtr(tk));

        if (HCSBSTREAMPINVOKE.SWIGPendingException.Pending)
        {
            throw HCSBSTREAMPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
コード例 #5
0
    public override TK_Status Execute(BStreamFileToolkit tk)
    {
        TK_Status ret = (TK_Status)HCSBSTREAMPINVOKE.TK_External_Reference_Unicode_Execute(swigCPtr, BStreamFileToolkit.getCPtr(tk));

        if (HCSBSTREAMPINVOKE.SWIGPendingException.Pending)
        {
            throw HCSBSTREAMPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
コード例 #6
0
ファイル: TK_Area_Light.cs プロジェクト: hupech/MyBMConvert
    public override TK_Status Clone(BStreamFileToolkit tk, SWIGTYPE_p_p_BBaseOpcodeHandler handler)
    {
        TK_Status ret = (TK_Status)((this.GetType() == typeof(TK_Area_Light)) ? HCSSTREAMPINVOKE.TK_Area_Light_Clone(swigCPtr, BStreamFileToolkit.getCPtr(tk), SWIGTYPE_p_p_BBaseOpcodeHandler.getCPtr(handler)) : HCSSTREAMPINVOKE.TK_Area_Light_CloneSwigExplicitTK_Area_Light(swigCPtr, BStreamFileToolkit.getCPtr(tk), SWIGTYPE_p_p_BBaseOpcodeHandler.getCPtr(handler)));

        if (HCSSTREAMPINVOKE.SWIGPendingException.Pending)
        {
            throw HCSSTREAMPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
コード例 #7
0
    public override TK_Status Write(BStreamFileToolkit tk)
    {
        TK_Status ret = (TK_Status)HCSBSTREAMPINVOKE.TK_User_Index_Data_Write(swigCPtr, BStreamFileToolkit.getCPtr(tk));

        if (HCSBSTREAMPINVOKE.SWIGPendingException.Pending)
        {
            throw HCSBSTREAMPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
コード例 #8
0
    public override TK_Status Interpret(BStreamFileToolkit tk, int key, int variant)
    {
        TK_Status ret = (TK_Status)((this.GetType() == typeof(TK_Dictionary_Locater)) ? HCSBSTREAMPINVOKE.TK_Dictionary_Locater_Interpret__SWIG_0(swigCPtr, BStreamFileToolkit.getCPtr(tk), key, variant) : HCSBSTREAMPINVOKE.TK_Dictionary_Locater_InterpretSwigExplicitTK_Dictionary_Locater__SWIG_0(swigCPtr, BStreamFileToolkit.getCPtr(tk), key, variant));

        if (HCSBSTREAMPINVOKE.SWIGPendingException.Pending)
        {
            throw HCSBSTREAMPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
コード例 #9
0
ファイル: TK_User_Data.cs プロジェクト: presscad/MyBMConvert
    public override TK_Status Execute(BStreamFileToolkit tk)
    {
        TK_Status ret = (TK_Status)((this.GetType() == typeof(TK_User_Data)) ? HCSBSTREAMPINVOKE.TK_User_Data_Execute(swigCPtr, BStreamFileToolkit.getCPtr(tk)) : HCSBSTREAMPINVOKE.TK_User_Data_ExecuteSwigExplicitTK_User_Data(swigCPtr, BStreamFileToolkit.getCPtr(tk)));

        if (HCSBSTREAMPINVOKE.SWIGPendingException.Pending)
        {
            throw HCSBSTREAMPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
コード例 #10
0
    public TK_Status WriteAscii(BStreamFileToolkit tk)
    {
        TK_Status ret = (TK_Status)HCSSTREAMPINVOKE.TK_Dictionary_Locater_WriteAscii(swigCPtr, BStreamFileToolkit.getCPtr(tk));

        if (HCSSTREAMPINVOKE.SWIGPendingException.Pending)
        {
            throw HCSSTREAMPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
コード例 #11
0
    public TK_Status ExecuteAscii(BStreamFileToolkit tk)
    {
        TK_Status ret = (TK_Status)HCSBSTREAMPINVOKE.TK_Comment_ExecuteAscii(swigCPtr, BStreamFileToolkit.getCPtr(tk));

        if (HCSBSTREAMPINVOKE.SWIGPendingException.Pending)
        {
            throw HCSBSTREAMPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
コード例 #12
0
    public override TK_Status Interpret(BStreamFileToolkit tk, ID_Key key)
    {
        TK_Status ret = (TK_Status)HCSSTREAMPINVOKE.HTK_Reference_Interpret__SWIG_1(swigCPtr, BStreamFileToolkit.getCPtr(tk), key);

        if (HCSSTREAMPINVOKE.SWIGPendingException.Pending)
        {
            throw HCSSTREAMPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
コード例 #13
0
    public override TK_Status Interpret(BStreamFileToolkit tk, ID_Key key, int variant)
    {
        TK_Status ret = (TK_Status)HCSSTREAMPINVOKE.HTK_Conditional_Actions_Interpret__SWIG_0(swigCPtr, BStreamFileToolkit.getCPtr(tk), key, variant);

        if (HCSSTREAMPINVOKE.SWIGPendingException.Pending)
        {
            throw HCSSTREAMPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
コード例 #14
0
    public override TK_Status Write(BStreamFileToolkit tk)
    {
        TK_Status ret = (TK_Status)HCSSTREAMPINVOKE.TK_Complex_Clip_Region_Write(swigCPtr, BStreamFileToolkit.getCPtr(tk));

        if (HCSSTREAMPINVOKE.SWIGPendingException.Pending)
        {
            throw HCSSTREAMPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
コード例 #15
0
    public override TK_Status Interpret_special(BStreamFileToolkit tk, ID_Key key, string special)
    {
        TK_Status ret = (TK_Status)((this.GetType() == typeof(HTK_NURBS_Surface)) ? HCSSTREAMPINVOKE.HTK_NURBS_Surface_Interpret_special(swigCPtr, BStreamFileToolkit.getCPtr(tk), key, special) : HCSSTREAMPINVOKE.HTK_NURBS_Surface_Interpret_specialSwigExplicitHTK_NURBS_Surface(swigCPtr, BStreamFileToolkit.getCPtr(tk), key, special));

        if (HCSSTREAMPINVOKE.SWIGPendingException.Pending)
        {
            throw HCSSTREAMPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
コード例 #16
0
    public override TK_Status Read(BStreamFileToolkit tk)
    {
        TK_Status ret = (TK_Status)((this.GetType() == typeof(HTK_Line_Styles)) ? HCSSTREAMPINVOKE.HTK_Line_Styles_Read(swigCPtr, BStreamFileToolkit.getCPtr(tk)) : HCSSTREAMPINVOKE.HTK_Line_Styles_ReadSwigExplicitHTK_Line_Styles(swigCPtr, BStreamFileToolkit.getCPtr(tk)));

        if (HCSSTREAMPINVOKE.SWIGPendingException.Pending)
        {
            throw HCSSTREAMPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
コード例 #17
0
ファイル: TK_Area_Light.cs プロジェクト: hupech/MyBMConvert
    public override TK_Status Write(BStreamFileToolkit tk)
    {
        TK_Status ret = (TK_Status)((this.GetType() == typeof(TK_Area_Light)) ? HCSSTREAMPINVOKE.TK_Area_Light_Write(swigCPtr, BStreamFileToolkit.getCPtr(tk)) : HCSSTREAMPINVOKE.TK_Area_Light_WriteSwigExplicitTK_Area_Light(swigCPtr, BStreamFileToolkit.getCPtr(tk)));

        if (HCSSTREAMPINVOKE.SWIGPendingException.Pending)
        {
            throw HCSSTREAMPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
コード例 #18
0
    public override TK_Status Interpret_special(BStreamFileToolkit tk, int key, string special)
    {
        TK_Status ret = (TK_Status)((this.GetType() == typeof(TK_Dictionary)) ? HCSBSTREAMPINVOKE.TK_Dictionary_Interpret_special(swigCPtr, BStreamFileToolkit.getCPtr(tk), key, special) : HCSBSTREAMPINVOKE.TK_Dictionary_Interpret_specialSwigExplicitTK_Dictionary(swigCPtr, BStreamFileToolkit.getCPtr(tk), key, special));

        if (HCSBSTREAMPINVOKE.SWIGPendingException.Pending)
        {
            throw HCSBSTREAMPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
コード例 #19
0
ファイル: TK_Area_Light.cs プロジェクト: hupech/MyBMConvert
    public TK_Status ReadAscii(BStreamFileToolkit tk)
    {
        TK_Status ret = (TK_Status)HCSSTREAMPINVOKE.TK_Area_Light_ReadAscii(swigCPtr, BStreamFileToolkit.getCPtr(tk));

        if (HCSSTREAMPINVOKE.SWIGPendingException.Pending)
        {
            throw HCSSTREAMPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
コード例 #20
0
    public override TK_Status Execute(BStreamFileToolkit tk)
    {
        TK_Status ret = (TK_Status)HCSSTREAMPINVOKE.HTK_Conditional_Action_Execute(swigCPtr, BStreamFileToolkit.getCPtr(tk));

        if (HCSSTREAMPINVOKE.SWIGPendingException.Pending)
        {
            throw HCSSTREAMPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
コード例 #21
0
    public override TK_Status Clone(BStreamFileToolkit tk, SWIGTYPE_p_p_BBaseOpcodeHandler handler)
    {
        TK_Status ret = (TK_Status)HCSBSTREAMPINVOKE.TK_User_Index_Data_Clone(swigCPtr, BStreamFileToolkit.getCPtr(tk), SWIGTYPE_p_p_BBaseOpcodeHandler.getCPtr(handler));

        if (HCSBSTREAMPINVOKE.SWIGPendingException.Pending)
        {
            throw HCSBSTREAMPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
コード例 #22
0
    public override TK_Status Interpret_special(BStreamFileToolkit tk, ID_Key key, string special)
    {
        TK_Status ret = (TK_Status)HCSSTREAMPINVOKE.HTK_Conditional_Action_Interpret_special(swigCPtr, BStreamFileToolkit.getCPtr(tk), key, special);

        if (HCSSTREAMPINVOKE.SWIGPendingException.Pending)
        {
            throw HCSSTREAMPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
コード例 #23
0
    public override TK_Status Read(BStreamFileToolkit tk)
    {
        TK_Status ret = (TK_Status)((this.GetType() == typeof(TK_Glyph_Definition)) ? HCSBSTREAMPINVOKE.TK_Glyph_Definition_Read(swigCPtr, BStreamFileToolkit.getCPtr(tk)) : HCSBSTREAMPINVOKE.TK_Glyph_Definition_ReadSwigExplicitTK_Glyph_Definition(swigCPtr, BStreamFileToolkit.getCPtr(tk)));

        if (HCSBSTREAMPINVOKE.SWIGPendingException.Pending)
        {
            throw HCSBSTREAMPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
コード例 #24
0
ファイル: HCSSTREAM.cs プロジェクト: hupech/MyBMConvert
    public static TK_Status TK_Read_Stream_File(string filename, BStreamFileToolkit tk)
    {
        TK_Status ret = (TK_Status)HCSSTREAMPINVOKE.TK_Read_Stream_File__SWIG_0(filename, BStreamFileToolkit.getCPtr(tk));

        return(ret);
    }