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