$darkmode
Dynamic array for unsigned integers (mostly for mesh indices). More...
#include <icosphere.h>
Data Fields | |
| unsigned int * | data |
| size_t | size |
| size_t | capacity |
Dynamic array for unsigned integers (mostly for mesh indices).
| size_t UintArray::capacity |
Total allocated space.
| unsigned int* UintArray::data |
Pointer to the heap-allocated buffer.
| size_t UintArray::size |
Number of active elements.