HDK
|
Go to the source code of this file.
Classes | |
class | UT_DSOInfo |
Macros | |
#define | UT_DSO_VERSION SYS_VERSION_RELEASE |
#define | UT_DSOVERSION_EXPORT static inline |
Functions | |
SYS_VISIBILITY_EXPORT void | HoudiniDSOVersion (const char **version_string) |
SYS_VISIBILITY_EXPORT void | HoudiniGetTagInfo (const char **version_string) |
SYS_VISIBILITY_EXPORT void | HoudiniDSOInit (UT_DSOInfo &dsoinfo) |
#define UT_DSO_VERSION SYS_VERSION_RELEASE |
Definition at line 23 of file UT_DSOVersion.h.
#define UT_DSOVERSION_EXPORT static inline |
Definition at line 73 of file UT_DSOVersion.h.
SYS_VISIBILITY_EXPORT void HoudiniDSOInit | ( | UT_DSOInfo & | dsoinfo | ) |
If your DSO implements this function, it will be called immediately after the DSO is loaded.
dsoinfo.loadGlobal will initially be set to false, but see comment above
SYS_VISIBILITY_EXPORT void HoudiniDSOVersion | ( | const char ** | version_string | ) |
SYS_VISIBILITY_EXPORT void HoudiniGetTagInfo | ( | const char ** | version_string | ) |