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

Declaration of the GmpDataDump interface class. More...

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

Go to the source code of this file.

Macros

#define GEMA_MESH_PLUGIN_DUMP_CODE   0x00AB0000
 

Enumerations

enum  GmpGemaMeshStateDumpItemTypes { GMP_GEMA_MESH_DUMP_ITEM = GM_MESH_DUMP_ITEM | GEMA_MESH_PLUGIN_DUMP_CODE | 1 , GMP_GEMA_CMESH_DUMP_ITEM = GM_MESH_DUMP_ITEM | GEMA_MESH_PLUGIN_DUMP_CODE | 2 , GMP_GEMA_EMESH_DUMP_ITEM = GM_MESH_DUMP_ITEM | GEMA_MESH_PLUGIN_DUMP_CODE | 3 , GMP_GEMA_HMESH_DUMP_ITEM = GM_MESH_DUMP_ITEM | GEMA_MESH_PLUGIN_DUMP_CODE | 4 }
 Dump item type numbers for the different types of the GemaMesh plugin objects. More...
 

Detailed Description

Declaration of the GmpDataDump interface class.

Author
Carlos Augusto Teixeira Mendes
Date
april, 2026

Enumeration Type Documentation

◆ GmpGemaMeshStateDumpItemTypes

Dump item type numbers for the different types of the GemaMesh plugin objects.

Enumerator
GMP_GEMA_MESH_DUMP_ITEM 

Node mesh dump type.

GMP_GEMA_CMESH_DUMP_ITEM 

Cell mesh dump type.

GMP_GEMA_EMESH_DUMP_ITEM 

Element mesh dump type.

GMP_GEMA_HMESH_DUMP_ITEM 

Element mesh with hierarchical elements dump type.