MyLineCell Class Reference

MeshViz Unstructured line mesh template. More...

#include <MeshVizXLM/mesh/templates/MyLineMeshUnstructured.h>

Inheritance diagram for MyLineCell:
MiLineCell MiCell

List of all members.

Public Member Functions

size_t getNumNodes () const
size_t getNodeIndex (size_t node) const

Detailed Description

MeshViz Unstructured line mesh template.

Header file to be completed including all required classes to define an unstructured line mesh with its associated scalar and vector sets.

Intended to help implement simple mesh. Just fill up the empty methods of the following classes (search for YOUR CODE HERE):

Hint: some should inherit both from MeshViz interfaces and the user's application data classes.

Note:
Nonmandatory methods are marked as optional.

For advanced implementations, refer to the MiLineMeshUnstructured interface. Class defining a line cell of the mesh


Member Function Documentation

size_t MyLineCell::getNodeIndex ( size_t  node  )  const [inline, virtual]

Gets the index (in the mesh) of a node.

Parameters:
[in] node Node number (where: 0 <= node < getNumNodes()).

Implements MiCell.

size_t MyLineCell::getNumNodes (  )  const [inline, virtual]

Gets the number of nodes.

Implements MiCell.


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

Open Inventor by FEI reference manual, generated on 19 Aug 2019
Copyright © FEI S.A.S. All rights reserved.
http://www.openinventor.com/