|
Blender V4.3
|
Functions | |
| IndexRange | grid_range (const int grid_area, const int grid) |
| IndexRange | grid_range (const CCGKey &key, const int grid) |
| IndexRange | face_range (const OffsetIndices< int > faces, const int grid_area, const int face) |
| IndexRange | face_range (const OffsetIndices< int > faces, const CCGKey &key, const int face) |
| int | grid_xy_to_vert (const CCGKey &key, const int grid, const int x, const int y) |
|
inline |
Definition at line 354 of file BKE_subdiv_ccg.hh.
References face_range(), and CCGKey::grid_area.
|
inline |
Find the range of vertices in the entire geometry that are part of a single face.
Definition at line 349 of file BKE_subdiv_ccg.hh.
Referenced by face_range().
|
inline |
Definition at line 343 of file BKE_subdiv_ccg.hh.
References CCGKey::grid_area, and grid_range().
|
inline |
Find the range of vertices in the entire geometry that are part of a single grid.
Definition at line 339 of file BKE_subdiv_ccg.hh.
Referenced by blender::ed::sculpt_paint::calc_area_normal_and_center_node_grids(), blender::ed::sculpt_paint::smooth::calc_relaxed_translations_grids(), blender::ed::sculpt_paint::mask::copy_old_hidden_mask_grids(), blender::ed::sculpt_paint::cloth::do_simulation_step(), blender::draw::pbvh::fill_vbo_mask_grids(), blender::draw::pbvh::fill_vbo_normal_grids(), blender::draw::pbvh::fill_vbo_position_grids(), grid_range(), blender::ed::sculpt_paint::pose::grow_factors_grids(), blender::ed::sculpt_paint::mask::grow_mask_grids(), blender::ed::sculpt_paint::boundary::init_falloff_grids(), blender::ed::sculpt_paint::mask::init_mask_grids(), blender::ed::sculpt_paint::nearest_vert_calc_grids(), blender::ed::sculpt_paint::smooth::neighbor_position_average_interior_grids(), blender::bke::pbvh::node_raycast_grids(), blender::bke::pbvh::node_update_mask_grids(), blender::ed::sculpt_paint::hide::partialvis_masked_update_grids(), blender::bke::pbvh::pbvh_grids_node_nearest_to_ray(), blender::ed::sculpt_paint::undo::restore_mask_from_undo_step(), blender::ed::sculpt_paint::undo::restore_position_from_undo_step(), blender::ed::sculpt_paint::mask::shrink_mask_grids(), and blender::bke::pbvh::update_node_bounds_grids().
|
inline |
Find the vertex index in the entire geometry at a specific coordinate in a specific grid.
Definition at line 360 of file BKE_subdiv_ccg.hh.
References CCG_grid_xy_to_index(), CCGKey::grid_area, and CCGKey::grid_size.