NVIDIA Iray API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
icall.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_ICALL_H
9 #define MI_NEURAYLIB_ICALL_H
10 
11 #include <mi/neuraylib/idata.h>
12 
13 namespace mi {
14 
15 class ICall_decl;
16 
21 class ICall :
50  public base::Interface_declare<0xae697ff3,0x3c43,0x4329,0xb4,0x8c,0x5d,0xb3,0xdb,0x78,0x29,0xaa,
51  IData_collection>
52 {
53 public:
55  virtual const ICall_decl* get_call_decl() const = 0;
56 
68  virtual Sint32 set_function_definition( const char* name) = 0;
69 
71  virtual const char* get_function_definition() const = 0;
72 };
73  // end group mi_neuray_collections
75 
76 } // namespace mi
77 
78 #endif // MI_NEURAYLIB_ICALL_H