MeXCell Class Reference
[Cell]

MeshViz Defines an abstract cell of an extracted mesh. More...

#include <MeshVizXLM/extrmesh/cell/MeXCell.h>

Inheritance diagram for MeXCell:
MiCell

List of all members.


Detailed Description

MeshViz Defines an abstract cell of an extracted mesh.

A cell is a basic volume, surface or edge element that connects adjacent nodes of a mesh.

The implementation of all the methods of this class must be thread-safe because it might be called concurrently by multiple threads. If the implementation can't be thread-safe, MeshViz XLM must be forced to use only 1 thread. It can be done by calling MiMeshViz::init(1) or MoMeshViz::init(1) or setting the parallel argument to false for each extractor instantiation. For instance by calling MiSkinExtractUnstructured::getNewInstance(&mesh, false);

See also:
MeXLineCell
MeXSurfaceCell
MeXVolumeCell

The documentation for this class was generated from the following file:

Open Inventor Toolkit reference manual, generated on 4 Sep 2023
Copyright © Thermo Fisher Scientific All rights reserved.
https://www.openinventor.com/