NVIDIA Iray API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
iprogress_callback.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_IPROGRESS_CALLBACK_H
9 #define MI_NEURAYLIB_IPROGRESS_CALLBACK_H
10 
12 
13 namespace mi {
14 
15 namespace neuraylib {
16 
21 class IProgress_callback : public
35  mi::base::Interface_declare<0xa0f0f12b,0xa3e9,0x47d1,0xb7,0x1b,0xb9,0x67,0xf5,0x97,0x11,0xca>
36 {
37 public:
56  virtual void progress( Float64 value, const char* area, const char* message) = 0;
57 };
58  // end group mi_neuray_rendering
60 
61 } // namespace neuraylib
62 
63 } // namespace mi
64 
65 #endif // MI_NEURAYLIB_IPROGRESS_CALLBACK_H