NVIDIA Iray API Home  Up
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
iattribute_container.h
Go to the documentation of this file.
1 //*****************************************************************************
2 // Copyright 1986, 2016 NVIDIA Corporation. All rights reserved.
3 //*****************************************************************************
6 //*****************************************************************************
7 
8 #ifndef MI_NEURAYLIB_IATTRIBUTE_CONTAINER_H
9 #define MI_NEURAYLIB_IATTRIBUTE_CONTAINER_H
10 
12 #include <mi/neuraylib/version.h>
13 
14 namespace mi {
15 
16 namespace neuraylib {
17 
22 class IAttribute_container :
27  public base::Interface_declare<0x2afa6f8b,0x40a7,0x415f,0xac,0x7e,0x4d,0x13,0x2f,0x66,0x7e,0x66,
28  neuraylib::IScene_element>
29 {
30 public:
31 };
32  // end group mi_neuray_misc
34 
35 } // namespace neuraylib
36 
37 #ifdef MI_NEURAYLIB_DEPRECATED_NAMESPACE_MI_TRANSITION
38 using neuraylib::IAttribute_container;
39 using neuraylib::IScene_element;
40 #endif // MI_NEURAYLIB_DEPRECATED_NAMESPACE_MI_TRANSITION
41 
42 } // namespace mi
43 
44 #endif // MI_NEURAYLIB_IATTRIBUTE_CONTAINER_H