A simple concrete implementation of the GmCellBoundary interface.
More...
#include <gmpCellBoundary.h>
|
|
QString | _id |
| | The group name.
|
| |
|
GmCellBoundaryType | _type |
| | The type of border.
|
| |
|
int | _numCells |
| | The number of cells stored in this group.
|
| |
|
int * | _cells |
| | The cell vector.
|
| |
|
int * | _borders |
| | The border (edge or face) vector.
|
| |
|
GmCellMesh * | _mesh |
| | The mesh that we belong to.
|
| |
|
|
template<template< class > class Vector> |
| class | GmpCellDataDump |
| |
A simple concrete implementation of the GmCellBoundary interface.
◆ cell()
| virtual GmCell * GmpCellBoundary::cell |
( |
int | i | ) |
const |
|
inlinevirtual |
◆ cellBorder()
| virtual int GmpCellBoundary::cellBorder |
( |
int | i | ) |
const |
|
inlinevirtual |
◆ id()
| virtual QString GmpCellBoundary::id |
( |
| ) |
const |
|
inlinevirtual |
◆ mesh()
| virtual GmCellMesh * GmpCellBoundary::mesh |
( |
| ) |
const |
|
inlinevirtual |
◆ numCells()
| virtual int GmpCellBoundary::numCells |
( |
| ) |
const |
|
inlinevirtual |
◆ setBoundaryData()
| bool GmpCellBoundary::setBoundaryData |
( |
int | numCells, |
|
|
int * | cellList, |
|
|
int * | borderList ) |
|
virtual |
◆ type()
◆ usedMemory()
| virtual size_t GmpCellBoundary::usedMemory |
( |
| ) |
const |
|
inlinevirtual |
The documentation for this class was generated from the following files: