NVIDIA Iray API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
idebug_configuration.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_IDEBUG_CONFIGURATION_H
9 #define MI_NEURAYLIB_IDEBUG_CONFIGURATION_H
10 
12 
13 namespace mi {
14 
15 namespace neuraylib {
16 
21 class IDebug_configuration : public
23  mi::base::Interface_declare<0x7938887b,0x57c6,0x422f,0x84,0x03,0xdc,0x06,0xf2,0x26,0xd6,0x04>
24 {
25 public:
35  virtual Sint32 set_option(const char* option) = 0;
36 };
37  // end group mi_neuray_configuration
39 
40 } // namespace neuraylib
41 
42 } // namespace mi
43 
44 #endif // MI_NEURAYLIB_IDEBUG_CONFIGURATION_H