NDEVR
API Documentation
LASInterfaceModule.h
1#pragma once
2#include "DLLInfo.h"
3
4namespace NDEVR
5{
6 struct Module;
8}
9extern "C" {
11 LAS_INTERFACE_API void LASInterfaceSetupFactoriesForNDEVR();
15 LAS_INTERFACE_API void LASInterfaceInitializeForNDEVR(Module& module);
19 LAS_INTERFACE_API void LASInterfaceDefineModuleResourcesForNDEVR(ModuleResourceManager* module_resources);
20
22 LAS_INTERFACE_API void AddLASInterfaceFunctionsToModuleManager();
23}
Stores all dependencies for a combination of modules that make up a complete software package.
The primary namespace for the NDEVR SDK.
Base class for extensions, typically added as external DLL's that can modify or enhance the behavior ...