#include <GenericMesh.h>
Inheritance diagram for GenericMesh< ambient >:

Public Types | |
| typedef std::vector< const GenericMesh * >::const_iterator | upper_iterator |
Public Member Functions | |
| virtual | ~GenericMesh () |
| virtual unsigned | topological () const =0 |
| void | addUpper (const GenericMesh *g) |
| upper_iterator | begin_uppers () const |
| upper_iterator | end_uppers () const |
The mesh knows its higher-dimensional analogues; this is handled generically here.
The specific-dimension meshes in Mesh.h inherit from this one and need only override topological().
|
|||||
|
|
|
|||||||||
|
|
|
||||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
Implemented in Mesh< ambient, topo >, and Mesh< ambient, topological >. |
1.4.6