|
Blender V4.5
|
#include <CCGSubSurf.h>
Public Attributes | |
| struct EHash * | eh |
| int | curBucket |
| struct EHEntry * | curEntry |
Definition at line 40 of file CCGSubSurf.h.
| int EHashIterator::curBucket |
Definition at line 42 of file CCGSubSurf.h.
Referenced by ccg_ehashIterator_init(), and ccg_ehashIterator_next().
| struct EHEntry* EHashIterator::curEntry |
Definition at line 43 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 41 of file CCGSubSurf.h.
Referenced by ccg_ehashIterator_init(), and ccg_ehashIterator_next().