Blender V4.3
blender::nodes::partial_eval::NodeInContextDownstreamComparator 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 left to right (downstream).

  • Upstream nodes are sorted before downstream nodes.
  • Nodes inside a node group are sorted before the group node.

Definition at line 90 of file partial_eval.cc.

Member Function Documentation

◆ operator()()

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

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