![]() |
GemaMesh
The GeMA Mesh Plugin
|
Declaration of the GmpCellAllocator type. More...
#include <gmCellType.h>

Go to the source code of this file.
Typedefs | |
| typedef GmCell *(* | GmpCellAllocator) (void *addr, int meshId, GmCellType type, int hindex, int id, int offset) |
| Typedef for a function that can construct a single cell of the given type, placing it at the provided address and initializing it with the given parameters. Returns NULL on failure (inability to instance the required cell type) or the given address converted to a GmCell* on success. | |
Declaration of the GmpCellAllocator type.