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

A filter used to decide whether a cluster is eligible to be joined. More...

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

Public Member Functions

virtual bool  is_eligible (const ICluster_descriptor *cluster_descriptor)=0
  Indicates whether a cluster is eligible to be joined. More...
 

Additional Inherited Members

- Public Types inherited from mi::base::Interface_declare< 0x63a3ced9, 0x9ae6, 0x4c3a, 0x80, 0xc2, 0x80, 0x6b, 0x27, 0xff, 0x40, 0xd1 >
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< 0x63a3ced9, 0x9ae6, 0x4c3a, 0x80, 0xc2, 0x80, 0x6b, 0x27, 0xff, 0x40, 0xd1 >
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

A filter used to decide whether a cluster is eligible to be joined.

Member Function Documentation

virtual bool mi::neuraylib::ICluster_filter::is_eligible ( const ICluster_descriptor cluster_descriptor)
pure virtual

Indicates whether a cluster is eligible to be joined.

Parameters
cluster_descriptor Provides information about the cluster.
Returns
true, if the cluster should be joined, or false otherwise.