|
Blender V4.3
|
#include <sculpt_flood_fill.hh>
Public Member Functions | |
| FillDataMesh (int size) | |
| void | add_initial (int vertex) |
| void | add_initial (Span< int > verts) |
| void | add_and_skip_initial (int vertex) |
| void | execute (Object &object, GroupedSpan< int > vert_to_face_map, FunctionRef< bool(int from_v, int to_v)> func) |
Public Attributes | |
| std::queue< int > | queue |
| BitVector | visited_verts |
Definition at line 26 of file sculpt_flood_fill.hh.
|
inline |
Definition at line 30 of file sculpt_flood_fill.hh.
| void blender::ed::sculpt_paint::flood_fill::FillDataMesh::add_and_skip_initial | ( | int | vertex | ) |
Definition at line 58 of file sculpt_flood_fill.cc.
References visited_verts.
Referenced by blender::ed::sculpt_paint::expand::calc_topology_falloff_from_verts().
| void blender::ed::sculpt_paint::flood_fill::FillDataMesh::add_initial | ( | int | vertex | ) |
Definition at line 22 of file sculpt_flood_fill.cc.
Referenced by add_initial(), blender::ed::sculpt_paint::pose::calc_pose_origin_and_factor_mesh(), blender::ed::sculpt_paint::auto_mask::fill_topology_automasking_factors_mesh(), blender::ed::sculpt_paint::pose::ik_chain_init_face_sets_fk_mesh(), and blender::ed::sculpt_paint::expand::normals_falloff_create().
Definition at line 27 of file sculpt_flood_fill.cc.
References add_initial(), and verts.
| void blender::ed::sculpt_paint::flood_fill::FillDataMesh::execute | ( | Object & | object, |
| GroupedSpan< int > | vert_to_face_map, | ||
| FunctionRef< bool(int from_v, int to_v)> | func ) |
Definition at line 76 of file sculpt_flood_fill.cc.
References blender::bke::Face, blender::bke::Point, blender::ed::sculpt_paint::vert_neighbors_get_mesh(), and visited_verts.
Referenced by blender::ed::sculpt_paint::pose::calc_pose_origin_and_factor_mesh(), blender::ed::sculpt_paint::expand::calc_topology_falloff_from_verts(), blender::ed::sculpt_paint::auto_mask::fill_topology_automasking_factors_mesh(), blender::ed::sculpt_paint::pose::ik_chain_init_face_sets_fk_mesh(), and blender::ed::sculpt_paint::expand::normals_falloff_create().
| std::queue<int> blender::ed::sculpt_paint::flood_fill::FillDataMesh::queue |
Definition at line 27 of file sculpt_flood_fill.hh.
| BitVector blender::ed::sculpt_paint::flood_fill::FillDataMesh::visited_verts |
Definition at line 28 of file sculpt_flood_fill.hh.
Referenced by add_and_skip_initial(), and execute().