Blender
V3.3
|
#include <sculpt_intern.h>
Public Attributes | |
int * | neighbors |
int | size |
int | capacity |
int | neighbors_fixed [SCULPT_VERTEX_NEIGHBOR_FIXED_CAPACITY] |
int | num_duplicates |
int | i |
int | index |
bool | is_duplicate |
Definition at line 60 of file sculpt_intern.h.
int SculptVertexNeighborIter::capacity |
Definition at line 64 of file sculpt_intern.h.
Referenced by sculpt_vertex_neighbor_add(), sculpt_vertex_neighbors_get_bmesh(), sculpt_vertex_neighbors_get_faces(), and sculpt_vertex_neighbors_get_grids().
int SculptVertexNeighborIter::i |
Definition at line 69 of file sculpt_intern.h.
int SculptVertexNeighborIter::index |
Definition at line 72 of file sculpt_intern.h.
Referenced by do_boundary_brush_smooth_task_cb_ex(), do_cloth_brush_build_constraints_task_cb_ex(), do_displacement_smear_brush_task_cb_ex(), do_smear_brush_task_cb_exec(), do_topology_slide_task_cb_ex(), dyntopo_detail_size_sample_from_surface(), mask_filter_task_cb(), mesh_filter_sharpen_init(), mesh_filter_task_cb(), neighbor_dirty_mask(), pose_brush_grow_factor_task_cb_ex(), pose_brush_init_task_cb_ex(), pose_face_sets_floodfill_cb(), sample_detail_voxel(), SCULPT_boundary_automasking_init(), sculpt_boundary_edit_data_init(), sculpt_boundary_indices_init(), sculpt_boundary_is_vertex_in_editable_boundary(), sculpt_color_presmooth_init(), sculpt_expand_boundary_from_enabled(), sculpt_expand_boundary_topology_falloff_create(), sculpt_expand_normal_falloff_create(), SCULPT_floodfill_execute(), SCULPT_geometry_preview_lines_update(), sculpt_mask_expand_invoke(), SCULPT_neighbor_color_average(), SCULPT_neighbor_coords_average(), SCULPT_neighbor_coords_average_interior(), SCULPT_neighbor_mask_average(), SCULPT_relax_vertex(), and SCULPT_surface_smooth_displace_step().
bool SculptVertexNeighborIter::is_duplicate |
Definition at line 73 of file sculpt_intern.h.
Referenced by sculpt_boundary_edit_data_init(), and SCULPT_floodfill_execute().
int* SculptVertexNeighborIter::neighbors |
Definition at line 62 of file sculpt_intern.h.
Referenced by sculpt_vertex_neighbor_add(), sculpt_vertex_neighbors_get_bmesh(), sculpt_vertex_neighbors_get_faces(), and sculpt_vertex_neighbors_get_grids().
int SculptVertexNeighborIter::neighbors_fixed[SCULPT_VERTEX_NEIGHBOR_FIXED_CAPACITY] |
Definition at line 65 of file sculpt_intern.h.
Referenced by sculpt_vertex_neighbor_add(), sculpt_vertex_neighbors_get_bmesh(), sculpt_vertex_neighbors_get_faces(), and sculpt_vertex_neighbors_get_grids().
int SculptVertexNeighborIter::num_duplicates |
Definition at line 68 of file sculpt_intern.h.
Referenced by sculpt_vertex_neighbors_get_bmesh(), sculpt_vertex_neighbors_get_faces(), and sculpt_vertex_neighbors_get_grids().
int SculptVertexNeighborIter::size |
Definition at line 63 of file sculpt_intern.h.
Referenced by sculpt_expand_normal_falloff_create(), SCULPT_geometry_preview_lines_update(), sculpt_mask_expand_invoke(), sculpt_vertex_neighbor_add(), sculpt_vertex_neighbors_get_bmesh(), sculpt_vertex_neighbors_get_faces(), and sculpt_vertex_neighbors_get_grids().