neuray API Programmer's Manual

mi::neuraylib::ICluster_filter Class Reference

[Node manager]

Description

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

Public Member Functions

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

Member Functions

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.