GemaMesh
The GeMA Mesh Plugin
Classes | Macros | Enumerations
gmpMeshBase.h File Reference

Declaration of the GmpMeshBase class. More...

#include <gmGhostNodeAccessor.h>
#include <gmLuaMesh.h>
#include <gmShapeOrthogonalPol.h>
#include "gmpMeshLoader.h"
#include <unitConverter.h>
#include <luaTable.h>
#include <luaStackBalancer.h>
#include <assert.h>
Include dependency graph for gmpMeshBase.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  GmpMeshBase< Mesh, CoordAcc, CoordGhostAcc, Data, CellData, Vector >
 Basic class for a plugin mesh. Implements the needed functions for a GmMesh interface, storing node values. More...
 

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 GmpMeshBase class.

Author
Carlos Augusto Teixeira Mendes
Date
october, 2014

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.