MDL SDK API
Up
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
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 2022 NVIDIA Corporation. All rights reserved.
3
**************************************************************************************************/
6
7
#ifndef MI_NEURAYLIB_IATTRIBUTE_CONTAINER_H
8
#define MI_NEURAYLIB_IATTRIBUTE_CONTAINER_H
9
10
#include <
mi/neuraylib/iscene_element.h
>
11
12
namespace
mi {
13
14
namespace
neuraylib {
15
20
class
IAttribute_container :
25
public
base::Interface_declare<0x2afa6f8b,0x40a7,0x415f,0xac,0x7e,0x4d,0x13,0x2f,0x66,0x7e,0x66,
26
neuraylib::IScene_element>
27
{
28
public
:
29
};
30
// end group mi_neuray_misc
32
33
}
// namespace neuraylib
34
35
}
// namespace mi
36
37
#endif // MI_NEURAYLIB_IATTRIBUTE_CONTAINER_H
5 April 2022, 20:40, rev.358266
© 2022 NVIDIA Corporation.
All rights reserved.