API Documentation
Toggle main menu visibility
Main Page
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
Enumerations
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Enumerator
a
c
d
e
f
g
i
j
k
l
m
n
o
r
s
u
v
Properties
Related Symbols
c
d
f
h
i
l
m
n
q
r
s
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
Functions
a
c
d
e
g
h
i
k
l
m
n
o
p
r
s
t
v
w
x
Typedefs
b
g
p
v
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Loading...
Searching...
No Matches
AssimpInterfaceModule.h
Go to the documentation of this file.
1
#pragma once
2
#include "
DLLInfo.h
"
3
namespace
NDEVR
4
{
5
class
ModuleResourceManager;
6
struct
Module;
7
}
8
extern
"C"
{
9
ASSIMP_INTERFACE_API
void
AssimpInterfaceSetupFactoriesForNDEVR
();
//SetupFileStructureForNDEVR
10
ASSIMP_INTERFACE_API
void
AssimpInterfaceInitializeForNDEVR
(
NDEVR::Module
& module);
11
ASSIMP_INTERFACE_API
void
AssimpInterfaceDefineModuleResourcesForNDEVR
(
NDEVR::ModuleResourceManager
* module_resources);
12
}
13
namespace
NDEVR
14
{
15
ASSIMP_INTERFACE_API
void
AddAssimpInterfaceFunctionsToModuleManager
();
16
}
DLLInfo.h
ASSIMP_INTERFACE_API
#define ASSIMP_INTERFACE_API
Definition
DLLInfo.h:57
AssimpInterfaceInitializeForNDEVR
void AssimpInterfaceInitializeForNDEVR(NDEVR::Module &module)
AssimpInterfaceDefineModuleResourcesForNDEVR
void AssimpInterfaceDefineModuleResourcesForNDEVR(NDEVR::ModuleResourceManager *module_resources)
AssimpInterfaceSetupFactoriesForNDEVR
void AssimpInterfaceSetupFactoriesForNDEVR()
NDEVR::ModuleResourceManager
Stores all dependencies for a combination of modules that make up a complete software package.
Definition
ModuleResourceManager.h:239
NDEVR
Definition
ACIColor.h:37
NDEVR::AddAssimpInterfaceFunctionsToModuleManager
void AddAssimpInterfaceFunctionsToModuleManager()
NDEVR::Module
Base class for extensions, typically added as external DLL's that can modify or enhance the behavior ...
Definition
ModuleManager.h:59
AssimpInterface
Headers
AssimpInterfaceModule.h