NVIDIA Iray API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
iready_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_IREADY_CALLBACK_H
9 #define MI_NEURAYLIB_IREADY_CALLBACK_H
10 
12 
13 namespace mi {
14 
15 namespace neuraylib {
16 
21 class IReady_callback : public
34  mi::base::Interface_declare<0x5c4ecccf,0x2dcc,0x439b,0x88,0xf2,0x4d,0x14,0xa5,0xc8,0xb6,0x4b>
35 {
36 public:
47  virtual void ready( Sint32 result) = 0;
48 };
49  // end group mi_neuray_rendering
51 
52 } // namespace neuraylib
53 
54 } // namespace mi
55 
56 #endif // MI_NEURAYLIB_IREADY_CALLBACK_H