21 #ifndef HBINFILETKHEADER
22 #define HBINFILETKHEADER
25 #error C++ compiler required
28 #ifndef DOXYGEN_SHOULD_SKIP_THIS
31 #ifndef HSTREAM_STATIC_LIB
32 #ifdef HBINFILETK_EXPORTS
33 #define HBINFILETK_API2 __declspec (dllexport)
35 #define HBINFILETK_API2 __declspec (dllimport)
38 #ifndef BSTREAM_STATIC_LIB
39 #define BSTREAM_STATIC_LIB
41 #define HBINFILETK_API2
44 #define HBINFILETK_API2
49 #define HBINFILETK_API
51 #define HBINFILETK_API HBINFILETK_API2
55 #ifdef HSTREAM_READONLY
56 #ifndef BSTREAM_READONLY
57 #define BSTREAM_READONLY
67 #include "HOpcodeHandler.h"
68 #include "HStreamFileToolkit.h"
110 #ifdef H_USHORT_OVERLOAD
185 #ifdef H_USHORT_OVERLOAD
199 #ifdef H_USHORT_OVERLOAD
TK_Status
Codes which can be either passed to various toolkit functions, or indicate the result of a toolkit fu...
Definition: BStream.h:237
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.