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_node* get_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]
-
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]