Blender
V3.3
|
#include <BKE_subdiv_ccg.h>
Public Attributes | |
int | grid_index |
short | x |
short | y |
Definition at line 82 of file BKE_subdiv_ccg.h.
int SubdivCCGCoord::grid_index |
Definition at line 84 of file BKE_subdiv_ccg.h.
Referenced by adjacent_edge_index_from_coord(), adjacent_vertex_index_from_coord(), adjacet_vertices_index_from_adjacent_edge(), BKE_subdiv_ccg_check_coord_valid(), BKE_subdiv_ccg_coarse_mesh_adjacency_info_get(), BKE_subdiv_ccg_neighbor_coords_get(), BKE_subdiv_ccg_print_coord(), neighbor_coords_boundary_inner_get(), neighbor_coords_corner_center_get(), neighbor_coords_corner_vertex_get(), neighbor_coords_edge_get(), next_grid_index_from_coord(), prev_grid_index_from_coord(), SCULPT_vertex_has_unique_face_set(), SCULPT_vertex_is_boundary(), SCULPT_vertex_limit_surface_get(), sculpt_vertex_neighbors_get_grids(), subdiv_ccg_coord(), subdiv_ccg_coord_to_elem(), and subdiv_ccg_coord_to_ptex_coord().
short SubdivCCGCoord::x |
Definition at line 87 of file BKE_subdiv_ccg.h.
Referenced by adjacent_edge_index_from_coord(), adjacent_edge_point_index_from_coord(), adjacet_vertices_index_from_adjacent_edge(), BKE_subdiv_ccg_check_coord_valid(), BKE_subdiv_ccg_coarse_mesh_adjacency_info_get(), BKE_subdiv_ccg_neighbor_coords_get(), BKE_subdiv_ccg_print_coord(), coord_at_next_col(), coord_at_prev_col(), is_boundary_grid_coord(), is_corner_grid_coord(), is_inner_edge_grid_coordinate(), neighbor_coords_boundary_inner_get(), neighbor_coords_corner_center_get(), neighbor_coords_corner_get(), sculpt_vertex_neighbors_get_grids(), subdiv_ccg_coord_to_elem(), and subdiv_ccg_coord_to_ptex_coord().
short SubdivCCGCoord::y |
Definition at line 87 of file BKE_subdiv_ccg.h.
Referenced by adjacent_edge_index_from_coord(), adjacent_edge_point_index_from_coord(), adjacet_vertices_index_from_adjacent_edge(), BKE_subdiv_ccg_check_coord_valid(), BKE_subdiv_ccg_coarse_mesh_adjacency_info_get(), BKE_subdiv_ccg_neighbor_coords_get(), BKE_subdiv_ccg_print_coord(), coord_at_next_row(), coord_at_prev_row(), is_boundary_grid_coord(), is_corner_grid_coord(), is_inner_edge_grid_coordinate(), neighbor_coords_boundary_inner_get(), neighbor_coords_corner_center_get(), neighbor_coords_corner_get(), sculpt_vertex_neighbors_get_grids(), subdiv_ccg_coord_to_elem(), and subdiv_ccg_coord_to_ptex_coord().