Blender
V3.3
|
#include <CCGSubSurf_intern.h>
Public Attributes | |
EHEntry ** | buckets |
int | numEntries |
int | curSize |
int | curSizeIdx |
CCGAllocatorIFC | allocatorIFC |
CCGAllocatorHDL | allocator |
Definition at line 38 of file CCGSubSurf_intern.h.
CCGAllocatorHDL _EHash::allocator |
Definition at line 43 of file CCGSubSurf_intern.h.
Referenced by ccg_ehash_new().
CCGAllocatorIFC _EHash::allocatorIFC |
Definition at line 42 of file CCGSubSurf_intern.h.
Referenced by ccg_ehash_new().
EHEntry** _EHash::buckets |
Definition at line 39 of file CCGSubSurf_intern.h.
Referenced by ccg_ehash_free(), ccg_ehash_insert(), ccg_ehash_lookup(), ccg_ehash_lookupWithPrev(), ccg_ehash_new(), ccg_ehashIterator_init(), ccg_ehashIterator_next(), ccgSubSurf__allFaces(), ccgSubSurf__effectedFaceNeighbors(), and ccgSubSurf__sync_legacy().
int _EHash::curSize |
Definition at line 40 of file CCGSubSurf_intern.h.
Referenced by ccg_ehash_free(), ccg_ehash_insert(), ccg_ehash_new(), ccg_ehashIterator_init(), ccg_ehashIterator_next(), ccgSubSurf__allFaces(), ccgSubSurf__effectedFaceNeighbors(), and ccgSubSurf__sync_legacy().
int _EHash::curSizeIdx |
Definition at line 40 of file CCGSubSurf_intern.h.
Referenced by ccg_ehash_insert(), and ccg_ehash_new().
int _EHash::numEntries |
Definition at line 40 of file CCGSubSurf_intern.h.
Referenced by ccg_ehash_insert(), ccg_ehash_new(), ccgSubSurf__allFaces(), ccgSubSurf__effectedFaceNeighbors(), ccgSubSurf__sync_legacy(), ccgSubSurf_getNumEdges(), ccgSubSurf_getNumFaces(), ccgSubSurf_getNumFinalEdges(), ccgSubSurf_getNumFinalVerts(), and ccgSubSurf_getNumVerts().