Blender
V3.3
|
#include <CCGSubSurf.h>
Public Attributes | |
struct _EHash * | eh |
int | curBucket |
struct _EHEntry * | curEntry |
Definition at line 38 of file CCGSubSurf.h.
int _EHashIterator::curBucket |
Definition at line 40 of file CCGSubSurf.h.
Referenced by ccg_ehashIterator_init(), and ccg_ehashIterator_next().
struct _EHEntry* _EHashIterator::curEntry |
Definition at line 41 of file CCGSubSurf.h.
Referenced by ccg_ehashIterator_getCurrent(), ccg_ehashIterator_init(), ccg_ehashIterator_isStopped(), and ccg_ehashIterator_next().
struct _EHash* _EHashIterator::eh |
Definition at line 39 of file CCGSubSurf.h.
Referenced by ccg_ehashIterator_init(), and ccg_ehashIterator_next().