|
Blender V4.3
|
#include <BKE_subdiv_ccg.hh>
Public Member Functions | |
| blender::Span< SubdivCCGCoord > | unique () const |
| blender::Span< SubdivCCGCoord > | duplicates () const |
Public Attributes | |
| blender::Vector< SubdivCCGCoord, 256 > | coords |
| int | num_duplicates |
Definition at line 231 of file BKE_subdiv_ccg.hh.
|
inline |
Definition at line 240 of file BKE_subdiv_ccg.hh.
References blender::Vector< T, InlineBufferCapacity, Allocator >::as_span(), and num_duplicates.
Referenced by blender::ed::sculpt_paint::boundary::edit_data_init_grids().
|
inline |
Definition at line 235 of file BKE_subdiv_ccg.hh.
References blender::Vector< T, InlineBufferCapacity, Allocator >::as_span(), and num_duplicates.
Referenced by blender::ed::sculpt_paint::boundary::edit_data_init_grids().
| blender::Vector<SubdivCCGCoord, 256> SubdivCCGNeighbors::coords |
Definition at line 232 of file BKE_subdiv_ccg.hh.
Referenced by blender::ed::sculpt_paint::smooth::average_data_grids(), BKE_subdiv_ccg_neighbor_coords_get(), blender::ed::sculpt_paint::expand::boundary_from_enabled(), blender::ed::sculpt_paint::auto_mask::calc_blurred_cavity_grids(), blender::ed::sculpt_paint::filter::calc_sharpen_filter(), blender::ed::sculpt_paint::cloth::calc_vert_neighbor_indices_grids(), blender::ed::sculpt_paint::calc_vert_neighbors(), blender::ed::sculpt_paint::calc_vert_neighbors_interior(), blender::ed::sculpt_paint::flood_fill::FillDataGrids::execute(), blender::ed::sculpt_paint::pose::grow_factors_grids(), blender::ed::sculpt_paint::mask::grow_mask_grids(), blender::ed::sculpt_paint::hide::grow_shrink_visibility_grid(), blender::ed::sculpt_paint::pose::ik_chain_init_face_sets_grids(), blender::ed::sculpt_paint::auto_mask::init_boundary_masking_grids(), blender::ed::sculpt_paint::boundary::is_vert_in_editable_boundary_grids(), blender::ed::sculpt_paint::smooth::neighbor_position_average_interior_grids(), blender::ed::sculpt_paint::mask::shrink_mask_grids(), and subdiv_ccg_neighbors_init().
| int SubdivCCGNeighbors::num_duplicates |
Definition at line 233 of file BKE_subdiv_ccg.hh.
Referenced by duplicates(), blender::ed::sculpt_paint::flood_fill::FillDataGrids::execute(), subdiv_ccg_neighbors_init(), and unique().