24#ifndef _GEMA_CELL_BOUNDARY_H_
25#define _GEMA_CELL_BOUNDARY_H_
82 Q_UNUSED(numCells); Q_UNUSED(cellList); Q_UNUSED(borderList);
89 int* buildNodeList(
int* size);
This class stores a set of cell edges or cell faces that together form a piece of the boundary of a m...
Definition gmCellBoundary.h:44
virtual int cellBorder(int i) const =0
Returns the border index of the i'th entry stored in this group.
virtual GmCellBoundaryType type() const =0
Returns the type of boundary stored by this object (edges or faces)
virtual ~GmCellBoundary()
Virtual destructor.
Definition gmCellBoundary.h:47
virtual QString id() const =0
Returns the boundary name.
virtual size_t usedMemory() const =0
Returns an estimative of the memory used by the boundary in bytes.
virtual GmCell * cell(int i) const =0
Returns the cell of the i'th entry stored in this group.
virtual int numCells() const =0
Returns the number of cells stored in this group.
virtual GmCellMesh * mesh() const =0
Returns the mesh that this border is tied to.
virtual bool setBoundaryData(int numCells, int *cellList, int *borderList)
Updates the cell and border lists in the border object.
Definition gmCellBoundary.h:80
Base interface for mesh cells.
Definition gmCell.h:88
Base interface class for CellMesh type plugins.
Definition gmCellMesh.h:40
GmCellBoundaryType
Cell boundary type.
Definition gmCellBoundary.h:31
@ GM_BOUNDARY_EDGE
The boundary is formed by edges.
Definition gmCellBoundary.h:32
@ GM_BOUNDARY_FACE
The boundary is formed by faces.
Definition gmCellBoundary.h:33
Declaration of useful configuration definitions for the Core library.
#define GMC_API_EXPORT
Macro for controlling if the class is being exported (GEMA_CORE_LIB defined) or imported (GEMA_CORE_L...
Definition gmCoreConfig.h:35