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

A filter used to decide whether a worker node is eligible to be included in a cluster. More...

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

Public Member Functions

virtual bool  is_eligible (const IWorker_node_descriptor *worker_node_descriptor)=0
  Indicates whether a worker node is eligible to be included in a cluster. More...
 

Additional Inherited Members

- Public Types inherited from mi::base::Interface_declare< 0x9af36fa0, 0xbe40, 0x4fe4, 0x89, 0x03, 0x37, 0x7e, 0x12, 0xaf, 0xcb, 0xc8 >
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< 0x9af36fa0, 0xbe40, 0x4fe4, 0x89, 0x03, 0x37, 0x7e, 0x12, 0xaf, 0xcb, 0xc8 >
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

A filter used to decide whether a worker node is eligible to be included in a cluster.

Member Function Documentation

virtual bool mi::neuraylib::IWorker_node_filter::is_eligible ( const IWorker_node_descriptor worker_node_descriptor)
pure virtual

Indicates whether a worker node is eligible to be included in a cluster.

Parameters
worker_node_descriptor Provides information about the worker node.
Returns
true, if the worker node might be included in the cluster, or false otherwise.