NDEVR
API Documentation
GeoSlamInterfaceModule.h
1#pragma once
2#include "DLLInfo.h"
3namespace NDEVR
4{
5 struct Module;
6}
7extern "C" {
8 GEOSLAM_INTERFACE_API void GeoSLAMInterfaceInitializeForNDEVR(Module& module);
9 GEOSLAM_INTERFACE_API void GeoSLAMInterfaceSetupFactoriesForNDEVR();
10}
11namespace NDEVR
12{
14 GEOSLAM_INTERFACE_API void AddGeoSLAMInterfaceFunctionsToModuleManager();
15}
The primary namespace for the NDEVR SDK.
void AddGeoSLAMInterfaceFunctionsToModuleManager()
Registers all GeoSLAMInterface module hook functions with the module manager.
Base class for extensions, typically added as external DLL's that can modify or enhance the behavior ...