omni::graph::core::ISchedulingHints2_abi

Defined in omni/graph/core/ISchedulingHints2.h

Inheritance Relationships

Base Type

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

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.