neuray API Programmer's Manual

mi::neuraylib::ICluster_pool_information Class Reference

[Cluster manager]

Description

Represents a pool of nodes managed though the cluster manager.

See also:

mi::neuraylib::ICluster_manager_connection::get_cluster_pool_information()

Public Member Functions

virtual ICluster_manager_nodeget_node( Size index) const =0
Returns a node which is part of the pool. More...
virtual Size get_number_of_nodes() const =0
Returns the number of nodes in the pool. More...

Member Functions

virtual ICluster_manager_node* mi::​neuraylib::​ICluster_pool_information::get_node( Size index) const [pure virtual]

Returns a node which is part of the pool.

See also:

get_number_of_nodes()

Parameters

index
The index of the node.

Returns

A description of the index-th pool node, or NULL if index is out of bounds.

virtual Size mi::​neuraylib::​ICluster_pool_information::get_number_of_nodes() const [pure virtual]

Returns the number of nodes in the pool.

See also:

get_node()