NVIDIA Iray API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
factory.h
Go to the documentation of this file.
1 //*****************************************************************************
2 // Copyright 1986, 2014 NVIDIA Corporation. All rights reserved.
3 //*****************************************************************************
6 //*****************************************************************************
7 
8 #ifndef MI_NEURAYLIB_FACTORY_H
9 #define MI_NEURAYLIB_FACTORY_H
10 
11 #include <mi/base/types.h>
12 #include <mi/neuraylib/version.h>
13 
14 namespace mi {
15 
16 namespace neuraylib {
17 
18 class IAllocator;
19 class INeuray;
20 
21 } // namespace neuraylib
22 
23 } // namespace mi
24 
29 extern "C"
30 {
31 
55 MI_DLL_EXPORT
58 
59 }
60  // end group mi_neuray_ineuray
62 
63 #endif // MI_NEURAYLIB_FACTORY_H