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
43 #ifndef HSTREAM_STATIC_LIB
44 #ifdef HBINFILETK_EXPORTS
45 #define HBINFILETK_API2 __attribute__ ((visibility ("default")))
47 #define HBINFILETK_API2
50 #ifndef BSTREAM_STATIC_LIB
51 #define BSTREAM_STATIC_LIB
53 #define HBINFILETK_API2
57 #define HBINFILETK_API HBINFILETK_API2
59 #ifdef HSTREAM_READONLY
60 #ifndef BSTREAM_READONLY
61 #define BSTREAM_READONLY
71 #include "HOpcodeHandler.h"
72 #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:274
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.