Open Inventor Release 2024.1.0
 
Loading...
Searching...
No Matches
MiResampledSurfaceExtractCurvilinear.h
Go to the documentation of this file.
1/*=======================================================================
2** VSG_COPYRIGHT_TAG
3**=======================================================================*/
4/*=======================================================================
5** Author : VSG (MMM YYYY)
6**=======================================================================*/
7
8#pragma once
9
15
27{
28public:
30
37
48 virtual const MeXSurfaceMeshCurvilinear& extract( size_t numCellsI, size_t numCellsJ, const MiCellFilterIj* cellFilter = NULL ) = 0;
49
53 virtual const MeXVec3dSetIj& extractVec3Set( const MiVec3dSetIj& inputSet ) = 0;
54
58 virtual const MeXScalardSetIj& extractScalarSet( const MiScalardSetIj& inputSet ) = 0;
59};
#define MESHVIZXLM_EXTR_API
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Generic data set interfa...
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Extracted curvilinear su...
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Abstract base class for ...
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Interface class defining...
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Generic data set interfa...
Definition MiDataSetIj.h:41
virtual const MeXVec3dSetIj & extractVec3Set(const MiVec3dSetIj &inputSet)=0
Extracts a vector set from the input surface mesh.
virtual const MeXScalardSetIj & extractScalarSet(const MiScalardSetIj &inputSet)=0
Extracts a scalar set from the input surface mesh.
virtual const MeXSurfaceMeshCurvilinear & extract(size_t numCellsI, size_t numCellsJ, const MiCellFilterIj *cellFilter=NULL)=0
Build a new curvilinear mesh fitting the given input mesh, but with the given number of cell along I ...
static MiResampledSurfaceExtractCurvilinear * getNewInstance(const MiSurfaceMeshCurvilinear &mesh)
Factory method returning a new instance of a class implementing this abstract class.
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Curvilinear surface mesh...