|
Blender
V2.93
|
#include <BKE_subdiv_foreach.h>
Definition at line 109 of file BKE_subdiv_foreach.h.
| SubdivForeachEdgeCb SubdivForeachContext::edge |
Definition at line 139 of file BKE_subdiv_foreach.h.
Referenced by setup_foreach_callbacks(), subdiv_foreach_boundary_edges(), subdiv_foreach_edges_all_patches_regular(), subdiv_foreach_edges_all_patches_special(), subdiv_foreach_edges_column(), subdiv_foreach_edges_row(), and subdiv_foreach_task().
| SubdivForeachLoopCb SubdivForeachContext::loop |
Definition at line 143 of file BKE_subdiv_foreach.h.
Referenced by setup_foreach_callbacks(), subdiv_foreach_loops_of_poly(), and subdiv_foreach_task().
| SubdivForeachPolygonCb SubdivForeachContext::poly |
Definition at line 144 of file BKE_subdiv_foreach.h.
Referenced by setup_foreach_callbacks(), subdiv_foreach_polys(), and subdiv_foreach_task().
| SubdivForeachTopologyInformationCb SubdivForeachContext::topology_info |
Definition at line 115 of file BKE_subdiv_foreach.h.
Referenced by geometry_create(), multires_reshape_assign_final_coords_from_vertcos(), and setup_foreach_callbacks().
| void* SubdivForeachContext::user_data |
Definition at line 149 of file BKE_subdiv_foreach.h.
Referenced by BKE_subdiv_deform_coarse_vertices(), BKE_subdiv_to_mesh(), foreach_edge(), foreach_loop(), foreach_poly(), foreach_single_vertex(), foreach_topology_info(), foreach_vertex(), foreach_vertex_of_loose_edge(), multires_reshape_vertcos_foreach_single_vertex(), multires_reshape_vertcos_foreach_topology_info(), multires_reshape_vertcos_foreach_vertex(), subdiv_mesh_edge(), subdiv_mesh_loop(), subdiv_mesh_poly(), subdiv_mesh_topology_info(), subdiv_mesh_vertex_corner(), subdiv_mesh_vertex_edge(), subdiv_mesh_vertex_every_corner(), subdiv_mesh_vertex_every_corner_or_edge(), subdiv_mesh_vertex_inner(), subdiv_mesh_vertex_loose(), and subdiv_mesh_vertex_of_loose_edge().
| void* SubdivForeachContext::user_data_tls |
Definition at line 152 of file BKE_subdiv_foreach.h.
Referenced by BKE_subdiv_to_mesh(), and subdiv_foreach_tls_alloc().
| void(* SubdivForeachContext::user_data_tls_free) (void *tls) |
Definition at line 156 of file BKE_subdiv_foreach.h.
Referenced by setup_foreach_callbacks(), subdiv_foreach_free(), and subdiv_foreach_tls_free().
| size_t SubdivForeachContext::user_data_tls_size |
Definition at line 154 of file BKE_subdiv_foreach.h.
Referenced by BKE_subdiv_to_mesh(), and subdiv_foreach_tls_alloc().
| SubdivForeachVertexFromCornerCb SubdivForeachContext::vertex_corner |
Definition at line 126 of file BKE_subdiv_foreach.h.
Referenced by setup_foreach_callbacks(), subdiv_foreach_corner_vertices_regular(), subdiv_foreach_corner_vertices_special(), and subdiv_foreach_single_geometry_vertices().
| SubdivForeachVertexFromEdgeCb SubdivForeachContext::vertex_edge |
Definition at line 127 of file BKE_subdiv_foreach.h.
Referenced by setup_foreach_callbacks(), subdiv_foreach_edge_vertices_regular(), and subdiv_foreach_edge_vertices_special().
| SubdivForeachVertexFromCornerCb SubdivForeachContext::vertex_every_corner |
Definition at line 119 of file BKE_subdiv_foreach.h.
Referenced by setup_foreach_callbacks(), subdiv_foreach_every_corner_vertices(), subdiv_foreach_every_corner_vertices_regular(), subdiv_foreach_every_corner_vertices_special(), and subdiv_foreach_single_thread_tasks().
| SubdivForeachVertexFromEdgeCb SubdivForeachContext::vertex_every_edge |
Definition at line 120 of file BKE_subdiv_foreach.h.
Referenced by setup_foreach_callbacks(), subdiv_foreach_every_edge_vertices(), subdiv_foreach_every_edge_vertices_regular(), subdiv_foreach_every_edge_vertices_special(), and subdiv_foreach_single_thread_tasks().
| SubdivForeachVertexInnerCb SubdivForeachContext::vertex_inner |
Definition at line 129 of file BKE_subdiv_foreach.h.
Referenced by setup_foreach_callbacks(), subdiv_foreach_inner_vertices_regular(), subdiv_foreach_inner_vertices_special(), and subdiv_foreach_vertices().
| SubdivForeachLooseCb SubdivForeachContext::vertex_loose |
Definition at line 133 of file BKE_subdiv_foreach.h.
Referenced by setup_foreach_callbacks(), subdiv_foreach_loose_vertices_task(), and subdiv_foreach_single_thread_tasks().
| SubdivForeachVertexOfLooseEdgeCb SubdivForeachContext::vertex_of_loose_edge |
Definition at line 135 of file BKE_subdiv_foreach.h.
Referenced by setup_foreach_callbacks(), subdiv_foreach_single_thread_tasks(), and subdiv_foreach_vertices_of_loose_edges_task().