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

Represents a pool of nodes managed though the cluster manager. More...

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

Public Member Functions

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

Additional Inherited Members

- Public Types inherited from mi::base::Interface_declare< 0xd444f7cc, 0xf8ff, 0x4a79, 0xa0, 0xe5, 0x51, 0x02, 0xc6, 0x66, 0x37, 0x94 >
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< 0xd444f7cc, 0xf8ff, 0x4a79, 0xa0, 0xe5, 0x51, 0x02, 0xc6, 0x66, 0x37, 0x94 >
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

Represents a pool of nodes managed though the cluster manager.

See Also
mi::neuraylib::ICluster_manager_connection::get_cluster_pool_information()

Member Function Documentation

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()