GemaCoreLib
The GeMA Core library
Classes | Enumerations
gmCellBoundary.h File Reference

Declaration of the GmCellBoundary class. More...

#include "gmCoreConfig.h"
Include dependency graph for gmCellBoundary.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  GmCellBoundary
 This class stores a set of cell edges or cell faces that together form a piece of the boundary of a mesh. More...
 

Enumerations

enum  GmCellBoundaryType { GM_BOUNDARY_EDGE, GM_BOUNDARY_FACE }
 Cell boundary type. More...
 

Detailed Description

Declaration of the GmCellBoundary class.

Author
Carlos Augusto Teixeira Mendes
Date
may, 2015

Enumeration Type Documentation

◆ GmCellBoundaryType

Cell boundary type.

Enumerator
GM_BOUNDARY_EDGE 

The boundary is formed by edges.

GM_BOUNDARY_FACE 

The boundary is formed by faces.