MeshKit
1.0
|
The MKCore instance stores pointers to the geometry, mesh, and relations interfaces used elsewhere in MeshKit, as well as member functions for accessing those instance pointers. Individual algorithms do not need to store their own pointers or references to those instances. Classes derived from MeshOp also do not need to store a pointer to MKCore, since one is already stored in GraphNode.
The following member functions should be used to get various interface instances.
Note that MKCore can store pointers to multiple iGeom, iMesh, or iRel instances. Most of the time, though, a single instance of these interfaces is used.
Top: MeshKit: A Library for Mesh Generation Prev: MeshKit API Next: Coding Style Guide