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

Classes

class  MiNonOverlappedCellsExtractUnstructured
  MeshViz Remove overlapped cells from a given unstructured surface mesh or a list of meshes. More...
 
class  MiPerCellToPerNodeExtractHexahedronIjk
  MeshViz Convert data sets bound per cell into data sets bound per node on a given structured hexahedron mesh. More...
 
class  MiPerCellToPerNodeExtractIj
  MeshViz Convert data sets bound per cell into data sets bound per node on a given structured surface mesh. More...
 
class  MiPerCellToPerNodeExtractIjk
  MeshViz Convert data sets bound per cell into data sets bound per node on a given structured volume mesh. More...
 
class  MiPerCellToPerNodeExtractUnstructured
  MeshViz Convert data sets bound per cell into data sets bound per node on a given unstructured mesh. More...
 
class  MiPolyhedralToMixVolumeExtract
  MeshViz Convert polyhedral 3D mesh to mixed volume mesh. More...
 

Typedefs

typedef SoDEPRECATED MiPerCellToPerNodeExtractHexahedronIjk MiPerCellToPerNodeExtractUnstructuredIjk
  MeshViz Convert data sets bound per cell into data sets bound per node on a given structured hexahedron mesh.
 

Detailed Description

Typedef Documentation

◆ MiPerCellToPerNodeExtractUnstructuredIjk

MeshViz Convert data sets bound per cell into data sets bound per node on a given structured hexahedron mesh.

This conversion tool is another type of extractor which takes a data set bound per cell on a MiVolumeMeshHexahedronIjk as input and produces a new data set bound per node on the same mesh.

The value computed at a given node is the average of values from cells sharing this node, except dead cells.

The following example shows how to convert data sets bound per cell:

const MeXScalardSetI& perNodeScalarSet = extract->extractScalarSet(perCellScalarSet);
const MeXVec3dSetI& perNodeVectorSet = extract->extractVec3Set(perCellVectorSet);
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Generic data set interfa...
Definition MeXDataSetI.h:45
static MiPerCellToPerNodeExtractHexahedronIjk * getNewInstance(const MiVolumeMeshHexahedronIjk &mesh, bool parallel=true)
Factory method returning a new instance of a class implementing this abstract class.
SoDEPRECATED MiPerCellToPerNodeExtractHexahedronIjk MiPerCellToPerNodeExtractUnstructuredIjk
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Convert data sets bound ...

Definition at line 55 of file MiPerCellToPerNodeExtractUnstructuredIjk.h.