Geogram
Version 1.9.1-rc
A programming library of geometric algorithms
|
Gathers declarations of global cell descriptors. More...
Variables | |
CellDescriptor * | cell_type_to_cell_descriptor [GEO::MESH_NB_CELL_TYPES] |
Maps a cell type to the associated cell descriptor. | |
CellDescriptor | tet_descriptor |
CellDescriptor | hex_descriptor |
CellDescriptor | prism_descriptor |
CellDescriptor | pyramid_descriptor |
CellDescriptor | connector_descriptor |
Gathers declarations of global cell descriptors.
Cannot be declared as static variables in MeshCellsStore, since visual C++ does not allows exporting class static variables from a DLL.