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