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

Factory to create node manager client and worker instances. More...

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

Public Member Functions

virtual INode_manager_client create_client ()=0
  Creates a node manager client instance. More...
 
virtual INode_manager_worker create_worker ()=0
  Creates a node manager worker instance. More...
 

Additional Inherited Members

- Public Types inherited from mi::base::Interface_declare< 0xd54aaa9c, 0x4798, 0x4405, 0xa4, 0x58, 0xd8, 0x63, 0x44, 0xb4, 0xb1, 0xdd >
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< 0xd54aaa9c, 0x4798, 0x4405, 0xa4, 0x58, 0xd8, 0x63, 0x44, 0xb4, 0xb1, 0xdd >
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

Factory to create node manager client and worker instances.

Member Function Documentation

virtual INode_manager_client* mi::neuraylib::INode_manager_factory::create_client ( )
pure virtual

Creates a node manager client instance.

virtual INode_manager_worker* mi::neuraylib::INode_manager_factory::create_worker ( )
pure virtual

Creates a node manager worker instance.