Blender V4.3
blender::nodes::partial_eval::NodeInContextUpstreamComparator Struct Reference

Public Member Functions

bool operator() (const NodeInContext &a, const NodeInContext &b) const
 

Detailed Description

Defines a partial order of #NodeInContext that can be used to evaluate nodes right to left (upstream).

  • Downstream nodes are sorted before upstream nodes.
  • Nodes inside a node group are sorted before the group node.

Definition at line 68 of file partial_eval.cc.

Member Function Documentation

◆ operator()()

bool blender::nodes::partial_eval::NodeInContextUpstreamComparator::operator() ( const NodeInContext & a,
const NodeInContext & b ) const
inline

The documentation for this struct was generated from the following file: