Blender V5.0
node_geo_edge_paths_to_selection.cc File Reference
#include "DNA_mesh_types.h"
#include "BLI_task.hh"
#include "node_geometry_util.hh"

Go to the source code of this file.

Classes

class  blender::nodes::node_geo_edge_paths_to_selection_cc::PathToEdgeSelectionFieldInput

Namespaces

namespace  blender
namespace  blender::nodes
namespace  blender::nodes::node_geo_edge_paths_to_selection_cc

Functions

static void blender::nodes::node_geo_edge_paths_to_selection_cc::node_declare (NodeDeclarationBuilder &b)
static void blender::nodes::node_geo_edge_paths_to_selection_cc::edge_paths_to_selection (const Mesh &src_mesh, const IndexMask &start_selection, const Span< int > next_indices, MutableSpan< bool > r_edge_selection)
static void blender::nodes::node_geo_edge_paths_to_selection_cc::node_geo_exec (GeoNodeExecParams params)
static void blender::nodes::node_geo_edge_paths_to_selection_cc::node_register ()