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