NVIDIA Iray API Home  Up
 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, 2016 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 class IString;
16 
17 namespace neuraylib {
18 
23 class IDebug_configuration : public
25  mi::base::Interface_declare<0x7938887b,0x57c6,0x422f,0x84,0x03,0xdc,0x06,0xf2,0x26,0xd6,0x04>
26 {
27 public:
35  virtual Sint32 set_option( const char* option) = 0;
36 
41  virtual const IString* get_option( const char* key) const = 0;
42 };
43  // end group mi_neuray_configuration
45 
46 } // namespace neuraylib
47 
48 } // namespace mi
49 
50 #endif // MI_NEURAYLIB_IDEBUG_CONFIGURATION_H