ISchedulingHints2_abi#

Fully qualified name: omni::graph::core::ISchedulingHints2_abi

class ISchedulingHints2_abi : public omni::core::Inherits<ISchedulingHints, OMNI_TYPE_ID("omni.graph.core.ISchedulingHints2")>#

Interface extension for ISchedulingHints that adds a new “pure” hint.

Protected Functions

virtual ePurityStatus getPurityStatus_abi() noexcept = 0#

Get the flag describing the node’s purity state.

Returns:

Value of the PurityStatus flag.

virtual void setPurityStatus_abi(
ePurityStatus newPurityStatus,
) noexcept = 0#

Set the flag describing the node’s purity status.

Parameters:

newPurityStatus[in] New value of the PurityStatus flag.