|
Blender V4.3
|
#include <CCGSubSurf.h>
Public Attributes | |
| struct _EHash * | eh |
| int | curBucket |
| struct _EHEntry * | curEntry |
Definition at line 44 of file CCGSubSurf.h.
| int _EHashIterator::curBucket |
Definition at line 46 of file CCGSubSurf.h.
Referenced by ccg_ehashIterator_init(), and ccg_ehashIterator_next().
| struct _EHEntry* _EHashIterator::curEntry |
Definition at line 47 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 45 of file CCGSubSurf.h.
Referenced by ccg_ehashIterator_init(), and ccg_ehashIterator_next().