16 #ifndef HBINFILETKHEADER
17 #define HBINFILETKHEADER
20 #error C++ compiler required
23 #ifndef DOXYGEN_SHOULD_SKIP_THIS
26 #ifndef HSTREAM_STATIC_LIB
27 #ifdef HBINFILETK_EXPORTS
28 #define HBINFILETK_API2 __declspec (dllexport)
30 #define HBINFILETK_API2 __declspec (dllimport)
33 #ifndef BSTREAM_STATIC_LIB
34 #define BSTREAM_STATIC_LIB
36 #define HBINFILETK_API2
39 #define HBINFILETK_API2
44 #define HBINFILETK_API
46 #define HBINFILETK_API HBINFILETK_API2
50 #ifdef HSTREAM_READONLY
51 #ifndef BSTREAM_READONLY
52 #define BSTREAM_READONLY
62 #include "HOpcodeHandler.h"
63 #include "HStreamFileToolkit.h"
TK_Status
Codes which can be either passed to various toolkit functions, or indicate the result of a toolkit fu...
Definition: BStream.h:242
Contains definitions of global variables, functions and enumerated types.
TK_Status HBINFILETK_API HTK_Write_Stream_File(char const *filename, HStreamFileToolkit *tk)
Exports the HOOPS/3dGS scene-graph to a HOOPS Stream File.
TK_Status HBINFILETK_API HTK_Read_Stream_File(char const *filename, HStreamFileToolkit *tk)
Reads a HOOPS Stream File and map it to the HOOPS/3dGS scene-graph.