neuray API Programmer's Manual

mi::neuraylib::IWorker_node_filter Class Reference

[Node manager]

Description

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

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...

Member Functions

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.