Blender V4.3
blender::nodes::node_geo_edges_to_face_groups_cc Namespace Reference

Classes

class  FaceSetFromBoundariesInput
 

Functions

static void node_declare (NodeDeclarationBuilder &b)
 
static void join_indices (AtomicDisjointSet &set, const Span< int > indices)
 
static void geo_node_exec (GeoNodeExecParams params)
 
static void node_register ()
 

Function Documentation

◆ geo_node_exec()

static void blender::nodes::node_geo_edges_to_face_groups_cc::geo_node_exec ( GeoNodeExecParams params)
static

Definition at line 92 of file node_geo_edges_to_face_groups.cc.

References blender::fn::invert_boolean_field(), and params.

Referenced by node_register().

◆ join_indices()

static void blender::nodes::node_geo_edges_to_face_groups_cc::join_indices ( AtomicDisjointSet & set,
const Span< int > indices )
static

Join all unique unordered combinations of indices.

Definition at line 27 of file node_geo_edges_to_face_groups.cc.

Referenced by blender::nodes::node_geo_edges_to_face_groups_cc::FaceSetFromBoundariesInput::get_varray_for_context().

◆ node_declare()

static void blender::nodes::node_geo_edges_to_face_groups_cc::node_declare ( NodeDeclarationBuilder & b)
static

◆ node_register()

static void blender::nodes::node_geo_edges_to_face_groups_cc::node_register ( )
static