33#include "OrbSLAM/Headers/DLLInfo.h"
44 ORBSLAM_API
void OrbSLAMInitializeForNDEVR(
Module& module);
45 ORBSLAM_API
void OrbSLAMSetupRegistrationForNDEVR();
46 ORBSLAM_API
void OrbSLAMSetupMetatypesForNDEVR();
48 ORBSLAM_API
void OrbSLAMRegisterUserSettingsForNDEVR();
49 ORBSLAM_API
void OrbSLAMSetupFileStructureForNDEVR();
50 ORBSLAM_API
void OrbSLAMSetupFactoriesForNDEVR();
51 ORBSLAM_API
void OrbSLAMFactoryResetNDEVR();
52 ORBSLAM_API
void OrbSLAMSetUpdateCheckerForNDEVR();
53 ORBSLAM_API
void OrbSLAMSetupManualsForNDEVR();
54 ORBSLAM_API
void OrbSLAMSetupUIThemesForNDEVR();
Stores all dependencies for a combination of modules that make up a complete software package.
A wrapper around DesignObjectLookup that provides signal and slot functionality and adds rendering ca...
Manages all windows and logic surrounding dialogs and views for displaying and managing a 3D environm...
The primary namespace for the NDEVR SDK.
void AddOrbSLAMFunctionsToModuleManager()
Registers all OrbSLAM module hook functions with the module manager.
Base class for extensions, typically added as external DLL's that can modify or enhance the behavior ...