NVIDIA Iray API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
istructure.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_ISTRUCTURE_H
9 #define MI_NEURAYLIB_ISTRUCTURE_H
10 
11 #include <mi/neuraylib/idata.h>
12 
13 namespace mi {
14 
15 class IStructure_decl;
16 
21 class IStructure :
43  public base::Interface_declare<0xd23152f6,0x5640,0x4ea0,0x8c,0x59,0x27,0x3e,0xdf,0xab,0xd1,0x8e,
44  IData_collection>
45 {
46 public:
48  virtual const IStructure_decl* get_structure_decl() const = 0;
49 };
50  // end group mi_neuray_collections
52 
53 } // namespace mi
54 
55 #endif // MI_NEURAYLIB_ISTRUCTURE_H