GemaMesh
The GeMA Mesh Plugin
Loading...
Searching...
No Matches
gmpDataDump.h
Go to the documentation of this file.
1/************************************************************************
2**
3** Copyright (C) 2014 by Carlos Augusto Teixera Mendes
4** All rights reserved.
5**
6** This file is part of the "GeMA" software. It's use should respect
7** the terms in the license agreement that can be found together
8** with this source code.
9** It is provided AS IS, with NO WARRANTY OF ANY KIND,
10** INCLUDING THE WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR
11** A PARTICULAR PURPOSE.
12**
13************************************************************************/
14
24#ifndef _GEMA_PLUGIN_DATA_DUMP_H_
25#define _GEMA_PLUGIN_DATA_DUMP_H_
26
27#include <gmStateDumpItem.h>
28
29#define GEMA_MESH_PLUGIN_DUMP_CODE 0x00AB0000
30
33{
34 GMP_GEMA_MESH_DUMP_ITEM = GM_MESH_DUMP_ITEM | GEMA_MESH_PLUGIN_DUMP_CODE | 1,
35 GMP_GEMA_CMESH_DUMP_ITEM = GM_MESH_DUMP_ITEM | GEMA_MESH_PLUGIN_DUMP_CODE | 2,
36 GMP_GEMA_EMESH_DUMP_ITEM = GM_MESH_DUMP_ITEM | GEMA_MESH_PLUGIN_DUMP_CODE | 3,
37 GMP_GEMA_HMESH_DUMP_ITEM = GM_MESH_DUMP_ITEM | GEMA_MESH_PLUGIN_DUMP_CODE | 4,
38};
39
40
41#endif
42
GM_MESH_DUMP_ITEM
GmpGemaMeshStateDumpItemTypes
Dump item type numbers for the different types of the GemaMesh plugin objects.
Definition gmpDataDump.h:33
@ GMP_GEMA_CMESH_DUMP_ITEM
Cell mesh dump type.
Definition gmpDataDump.h:35
@ GMP_GEMA_EMESH_DUMP_ITEM
Element mesh dump type.
Definition gmpDataDump.h:36
@ GMP_GEMA_HMESH_DUMP_ITEM
Element mesh with hierarchical elements dump type.
Definition gmpDataDump.h:37
@ GMP_GEMA_MESH_DUMP_ITEM
Node mesh dump type.
Definition gmpDataDump.h:34