GemaMesh
The GeMA Mesh Plugin
Loading...
Searching...
No Matches
gmpCellAllocator.h File Reference

Declaration of the GmpCellAllocator type. More...

#include <gmCellType.h>
Include dependency graph for gmpCellAllocator.h:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Declaration of the GmpCellAllocator type.

Author
Carlos Augusto Teixeira Mendes
Date
october, 2014