|
VR-Engage
2.2
|
Functions | |
| VREVRFSIMPLUGIN_DLL bool | DtInitializeVreVrfPlugin (DtCgf *cgf) |
| VREVRFSIMPLUGIN_DLL bool | DtPostInitializeVreVrfPlugin (DtCgf *cgf) |
| VREVRFSIMPLUGIN_DLL void | DtUnloadVreVrfPlugin (DtCgf *cgf) |
| VREVRFSIMPLUGIN_DLL void | DtVreVrfPluginInformation (DtVrfPluginInformation &info) |
This namespace contains functions to initialize, post-initialize, and unload the VREngage simulation plugin, as well as provide information about the plugin.
| VREVRFSIMPLUGIN_DLL bool makVre::DtVreVrfSimPlugin::DtInitializeVreVrfPlugin | ( | DtCgf * | cgf | ) |
Initializes the VREngage simulation plugin.
| cgf | Pointer to the CGF (Computer Generated Forces) engine |
This function is called during the plugin initialization phase. It registers VREngage-specific simulation components, controllers, and actuators with the CGF engine.
References VREVRFSIMPLUGIN_DLL.
| VREVRFSIMPLUGIN_DLL bool makVre::DtVreVrfSimPlugin::DtPostInitializeVreVrfPlugin | ( | DtCgf * | cgf | ) |
Performs post-initialization tasks for the VREngage simulation plugin.
| cgf | Pointer to the CGF (Computer Generated Forces) engine |
This function is called after all plugins have been initialized. It performs tasks that depend on other plugins being already initialized, such as establishing inter-plugin connections and dependencies.
References VREVRFSIMPLUGIN_DLL.
| VREVRFSIMPLUGIN_DLL void makVre::DtVreVrfSimPlugin::DtUnloadVreVrfPlugin | ( | DtCgf * | cgf | ) |
Unloads the VREngage simulation plugin.
| cgf | Pointer to the CGF (Computer Generated Forces) engine |
This function is called when the plugin is being unloaded. It unregisters VREngage-specific components and performs cleanup of any resources allocated during initialization and operation.
References VREVRFSIMPLUGIN_DLL.
| VREVRFSIMPLUGIN_DLL void makVre::DtVreVrfSimPlugin::DtVreVrfPluginInformation | ( | DtVrfPluginInformation & | info | ) |
Provides information about the VREngage simulation plugin.
| info | Reference to a structure to be filled with plugin information |
This function fills the provided structure with information about the VREngage simulation plugin, including its name, version, and dependencies.
References VREVRFSIMPLUGIN_DLL.