Open Inventor Release 2024.2.0
 
Loading...
Searching...
No Matches
MyVolumeMeshHexahedronIjk

MeshViz MyVolumeMeshHexahedronIjk - Template file for structured hexahedron mesh implementation.

DESCRIPTION:

    Header file to be completed including all required classes to define a structured hexahedron 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 @ADD YOUR CODE HERE):

    • MyHexahedronTopologyExplicitIjk : topology template.
    • MyGeometryI : geometry template.
    • MyScalarSetIjk : per cell scalar set template.
    • MyScalarSetI : per node scalar set template.
    • MyVectorSetIjk : per cell vector set template.
    • MyVectorSetI : per node vector set template.

    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 See Also Section.

FILES:

    • MeshVizXLM/mesh/templates/MyVolumeMeshHexahedronIjk.h

SEE ALSO

MiVolumeMeshHexahedronIjk MiHexahedronTopologyExplicitIjk MiGeometryI MiDataSetIjk MiDataSetI