API Documentation
Loading...
Searching...
No Matches
GeoSlamInterfaceModule.h
Go to the documentation of this file.
1#pragma once
2#include "DLLInfo.h"
3namespace NDEVR
4{
5 struct Module;
6}
7extern "C" {
10}
11namespace NDEVR
12{
14}
#define GEOSLAM_INTERFACE_API
Definition DLLInfo.h:57
void GeoSLAMInterfaceInitializeForNDEVR(NDEVR::Module &module)
void GeoSLAMInterfaceSetupFactoriesForNDEVR()
Definition ACIColor.h:37
void AddGeoSLAMInterfaceFunctionsToModuleManager()
Base class for extensions, typically added as external DLL's that can modify or enhance the behavior ...
Definition ModuleManager.h:59