NVIDIA Iray API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
mi::neuraylib::IRemote_properties Class Referenceabstract

The remote cluster properties handler interface. More...

Inheritance diagram for mi::neuraylib::IRemote_properties:
Inheritance graph
[legend]

Public Member Functions

virtual void  handle_cluster_properties ()=0
  Handle the cluster properties received from the remote server after a client request. More...
 

Additional Inherited Members

- Public Types inherited from mi::base::Interface_declare< 0xaec6c4d5, 0x73bb, 0x4d72, 0x89, 0x3e, 0xca, 0x90, 0x21, 0x99, 0x9a, 0xfc >
typedef Interface_declare< id1,
id2, id3, id4, id5, id6, id7,
id8, id9, id10, id11,
IInterface
Self
  Own type. More...
 
typedef Uuid_t< id1, id2, id3,
id4, id5, id6, id7, id8, id9,
id10, id11 > 
IID
  Declares the interface ID (IID) of this interface. More...
 
- Static Public Member Functions inherited from mi::base::Interface_declare< 0xaec6c4d5, 0x73bb, 0x4d72, 0x89, 0x3e, 0xca, 0x90, 0x21, 0x99, 0x9a, 0xfc >
static bool  compare_iid (const Uuid &iid)
  Compares the interface ID iid against the interface ID of this interface and of its ancestors. More...
 

Detailed Description

The remote cluster properties handler interface.

Member Function Documentation

virtual void mi::neuraylib::IRemote_properties::handle_cluster_properties ( )
pure virtual

Handle the cluster properties received from the remote server after a client request.