Blender
V3.3
|
Public Attributes | |
PBVH * | pbvh |
BKE_pbvh_SearchCallback | scb |
void * | search_data |
PBVHStack * | stack |
int | stacksize |
PBVHStack | stackfixed [STACK_FIXED_DEPTH] |
int | stackspace |
PBVH* PBVHIter::pbvh |
Definition at line 52 of file pbvh.c.
Referenced by pbvh_iter_begin(), pbvh_iter_next(), and pbvh_iter_next_occluded().
BKE_pbvh_SearchCallback PBVHIter::scb |
Definition at line 53 of file pbvh.c.
Referenced by pbvh_iter_begin(), pbvh_iter_next(), and pbvh_iter_next_occluded().
void* PBVHIter::search_data |
Definition at line 54 of file pbvh.c.
Referenced by pbvh_iter_begin(), pbvh_iter_next(), and pbvh_iter_next_occluded().
PBVHStack* PBVHIter::stack |
Definition at line 56 of file pbvh.c.
Referenced by pbvh_iter_begin(), pbvh_iter_end(), pbvh_iter_next(), pbvh_iter_next_occluded(), and pbvh_stack_push().
PBVHStack PBVHIter::stackfixed[STACK_FIXED_DEPTH] |
Definition at line 59 of file pbvh.c.
Referenced by pbvh_iter_begin(), and pbvh_stack_push().
int PBVHIter::stacksize |
Definition at line 57 of file pbvh.c.
Referenced by pbvh_iter_begin(), pbvh_iter_next(), pbvh_iter_next_occluded(), and pbvh_stack_push().
int PBVHIter::stackspace |
Definition at line 60 of file pbvh.c.
Referenced by pbvh_iter_begin(), pbvh_iter_end(), and pbvh_stack_push().