API Documentation
Loading...
Searching...
No Matches
CADModule.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
NDEVR_CAD_API
void
CADSetupFactoriesForNDEVR
();
//SetupFileStructureForNDEVR
10
NDEVR_CAD_API
void
CADInitializeForNDEVR
(
NDEVR::Module
& module);
11
}
12
namespace
NDEVR
13
{
14
NDEVR_CAD_API
void
AddCADFunctionsToModuleManager
();
15
}
DLLInfo.h
NDEVR_CAD_API
#define NDEVR_CAD_API
Definition
DLLInfo.h:58
CADInitializeForNDEVR
void CADInitializeForNDEVR(NDEVR::Module &module)
CADSetupFactoriesForNDEVR
void CADSetupFactoriesForNDEVR()
NDEVR
Definition
ACIColor.h:37
NDEVR::AddCADFunctionsToModuleManager
void AddCADFunctionsToModuleManager()
NDEVR::Module
Base class for extensions, typically added as external DLL's that can modify or enhance the behavior ...
Definition
ModuleManager.h:59
CAD
Headers
CADModule.h