Blender
V3.3
|
#include "BKE_attribute_math.hh"
#include "BKE_mesh.h"
#include "BLI_map.hh"
#include "BLI_set.hh"
#include "BLI_task.hh"
#include "DNA_mesh_types.h"
#include "DNA_meshdata_types.h"
#include "node_geometry_util.hh"
#include <set>
Go to the source code of this file.
Classes | |
class | blender::nodes::node_geo_edge_paths_to_selection_cc::PathToEdgeSelectionFieldInput |
Namespaces | |
blender | |
blender::nodes | |
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_selection) |
static void | blender::nodes::node_geo_edge_paths_to_selection_cc::node_geo_exec (GeoNodeExecParams params) |
void | register_node_type_geo_edge_paths_to_selection () |
Definition at line 133 of file node_geo_edge_paths_to_selection.cc.
References bNodeType::declare, GEO_NODE_EDGE_PATHS_TO_SELECTION, geo_node_type_base(), bNodeType::geometry_node_execute, NODE_CLASS_INPUT, blender::nodes::node_geo_edge_paths_to_selection_cc::node_declare(), blender::nodes::node_geo_edge_paths_to_selection_cc::node_geo_exec(), node_type_size(), and nodeRegisterType().
Referenced by registerGeometryNodes().