NVIDIA Iray API
 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, 2014 NVIDIA Corporation. All rights reserved.
3 //*****************************************************************************
6 //*****************************************************************************
7 
8 #ifndef MI_NEURAYLIB_IATTRIBUTE_CONTAINER_H
9 #define MI_NEURAYLIB_IATTRIBUTE_CONTAINER_H
10 
12 
13 namespace mi {
14 
19 class IAttribute_container :
24  public base::Interface_declare<0x2afa6f8b,0x40a7,0x415f,0xac,0x7e,0x4d,0x13,0x2f,0x66,0x7e,0x66,
25  IScene_element>
26 {
27 public:
28 };
29  // end group mi_neuray_misc
31 
32 } // namespace mi
33 
34 #endif // MI_NEURAYLIB_IATTRIBUTE_CONTAINER_H