CFx SDK Documentation
2023 SP0
|
Go to the source code of this file.
Classes | |
class | OdGsBaseModule |
Typedefs | |
typedef OdSmartPtr< OdGsBaseModule > | OdGsBaseModulePtr |
Functions | |
GS_TOOLKIT_EXPORT void | odgsInitialize () |
GS_TOOLKIT_EXPORT void | odgsUninitialize () |
typedef OdSmartPtr<OdGsBaseModule> OdGsBaseModulePtr |
This template class is a specialization of the OdSmartPtr class for OdGsBaseModule object pointers.
Definition at line 174 of file GsBaseModule.h.
GS_TOOLKIT_EXPORT void odgsInitialize | ( | ) |
This function must be called before using any GS implementation classes.
Corresponding C++ library: Gs
GS_TOOLKIT_EXPORT void odgsUninitialize | ( | ) |
This function must be called after using any GS implementation classes.
Corresponding C++ library: Gs