Represents a pool of nodes managed though the cluster manager.
More...
#include <icluster_manager_configuration.h>
|
typedef Interface_declare< id1, ... > | Self |
| Own type. More...
|
|
typedef Uuid_t< id1, ... > | IID |
| Declares the interface ID (IID) of this interface. More...
|
|
typedef Uuid_t<0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0> | IID |
| Declares the interface ID (IID) of this interface. More...
|
|
static bool | compare_iid (const Uuid &iid) |
| Compares the interface ID iid against the interface ID of this interface and of its ancestors. More...
|
|
static bool | compare_iid (const Uuid &iid) |
| Compares the interface ID iid against the interface ID of this interface. More...
|
|
◆ get_node()
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.
◆ get_number_of_nodes()
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()