|
Blender V4.3
|
Classes | |
| class | ShortestEdgePathsCostFieldInput |
| class | ShortestEdgePathsNextVertFieldInput |
Typedefs | |
| using | VertPriority = std::pair<float, int> |
Functions | |
| static void | node_declare (NodeDeclarationBuilder &b) |
| static void | shortest_paths (const Mesh &mesh, const GroupedSpan< int > vert_to_edge, const IndexMask end_selection, const VArray< float > &input_cost, MutableSpan< int > r_next_index, MutableSpan< float > r_cost) |
| static void | node_geo_exec (GeoNodeExecParams params) |
| static void | node_register () |
| using blender::nodes::node_geo_input_shortest_edge_paths_cc::VertPriority = std::pair<float, int> |
Definition at line 28 of file node_geo_input_shortest_edge_paths.cc.
|
static |
Definition at line 20 of file node_geo_input_shortest_edge_paths.cc.
References b, and blender::nodes::SocketDeclaration::hide_value.
Referenced by node_register().
|
static |
Definition at line 251 of file node_geo_input_shortest_edge_paths.cc.
References node_geo_exec(), and params.
Referenced by node_geo_exec(), and node_register().
|
static |
Definition at line 263 of file node_geo_input_shortest_edge_paths.cc.
References blender::bke::bNodeType::declare, geo_node_type_base(), blender::bke::bNodeType::geometry_node_execute, NODE_CLASS_INPUT, node_declare(), node_geo_exec(), node_register(), and blender::bke::node_register_type().
Referenced by node_register().
|
static |
Definition at line 30 of file node_geo_input_shortest_edge_paths.cc.
References blender::offset_indices::GroupedSpan< T >::data, blender::index_mask::IndexMask::foreach_index(), blender::offset_indices::GroupedSpan< T >::index_range(), blender::threading::parallel_for(), and visited.
Referenced by blender::nodes::node_geo_input_shortest_edge_paths_cc::ShortestEdgePathsCostFieldInput::get_varray_for_context(), and blender::nodes::node_geo_input_shortest_edge_paths_cc::ShortestEdgePathsNextVertFieldInput::get_varray_for_context().