Blender V2.61 - r43446
|
Public Attributes | |
PBVHNode * | nodes |
int | node_mem_count |
int | totnode |
int * | prim_indices |
int | totprim |
int | totvert |
int | leaf_limit |
MVert * | verts |
MFace * | faces |
DMGridData ** | grids |
DMGridAdjacency * | gridadj |
void ** | gridfaces |
int | totgrid |
int | gridsize |
BLI_bitmap | vert_bitmap |
int | deformed |
int PBVH::deformed |
Definition at line 175 of file pbvh.c.
Referenced by BLI_pbvh_apply_vertCos(), BLI_pbvh_free(), and BLI_pbvh_isDeformed().
Definition at line 157 of file pbvh.c.
Referenced by BLI_pbvh_apply_vertCos(), BLI_pbvh_build_mesh(), BLI_pbvh_free(), BLI_pbvh_node_raycast(), build_mesh_leaf_node(), build_sub(), and pbvh_update_normals().
Definition at line 161 of file pbvh.c.
Referenced by BLI_pbvh_build_grids(), BLI_pbvh_grids_update(), and BLI_pbvh_node_get_grids().
void** PBVH::gridfaces |
Definition at line 162 of file pbvh.c.
Referenced by BLI_pbvh_build_grids(), BLI_pbvh_get_grid_updates(), and BLI_pbvh_grids_update().
Definition at line 160 of file pbvh.c.
Referenced by BLI_pbvh_build_grids(), BLI_pbvh_grids_update(), BLI_pbvh_node_add_proxy(), BLI_pbvh_node_get_grids(), BLI_pbvh_node_num_verts(), BLI_pbvh_node_raycast(), build_grids_leaf_node(), pbvh_update_draw_buffers(), and pbvh_update_normals().
int PBVH::gridsize |
Definition at line 164 of file pbvh.c.
Referenced by BLI_pbvh_build_grids(), BLI_pbvh_node_add_proxy(), BLI_pbvh_node_get_grids(), BLI_pbvh_node_num_verts(), BLI_pbvh_node_raycast(), build_grids_leaf_node(), and pbvh_update_draw_buffers().
int PBVH::leaf_limit |
Definition at line 153 of file pbvh.c.
Referenced by BLI_pbvh_build_grids(), and BLI_pbvh_build_mesh().
Definition at line 147 of file pbvh.c.
Referenced by grow_nodes(), and pbvh_build().
Definition at line 146 of file pbvh.c.
Referenced by BLI_pbvh_apply_vertCos(), BLI_pbvh_free(), BLI_pbvh_gather_proxies(), BLI_pbvh_update(), build_sub(), grow_nodes(), pbvh_build(), pbvh_flush_bb(), pbvh_iter_begin(), pbvh_iter_next(), pbvh_iter_next_occluded(), and update_node_vb().
int* PBVH::prim_indices |
Definition at line 149 of file pbvh.c.
Referenced by BLI_pbvh_free(), build_sub(), and pbvh_build().
int PBVH::totgrid |
Definition at line 163 of file pbvh.c.
Referenced by BLI_pbvh_build_grids(), and BLI_pbvh_node_get_grids().
int PBVH::totnode |
Definition at line 147 of file pbvh.c.
Referenced by BLI_pbvh_apply_vertCos(), BLI_pbvh_free(), BLI_pbvh_gather_proxies(), build_sub(), grow_nodes(), and pbvh_build().
int PBVH::totprim |
Definition at line 150 of file pbvh.c.
Referenced by BLI_pbvh_apply_vertCos(), and pbvh_build().
int PBVH::totvert |
Definition at line 151 of file pbvh.c.
Referenced by BLI_pbvh_apply_vertCos(), BLI_pbvh_build_mesh(), CDDM_from_curve_customDB(), cdDM_getPBVH(), getCCGDerivedMesh(), and pbvh_update_normals().
Definition at line 168 of file pbvh.c.
Referenced by BLI_pbvh_build_mesh(), and map_insert_vert().
Definition at line 156 of file pbvh.c.
Referenced by BLI_pbvh_apply_vertCos(), BLI_pbvh_build_mesh(), BLI_pbvh_free(), BLI_pbvh_node_get_verts(), BLI_pbvh_node_raycast(), build_mesh_leaf_node(), pbvh_update_draw_buffers(), and pbvh_update_normals().