Isoline extractor for structured surface meshes. More...
#include <MeshVizXLM/extractors/MiIsolineExtractIj.h>
Public Member Functions | |
virtual | ~MiIsolineExtractIj () |
virtual const std::vector< const MeXLineMeshUnstructured * > & | extractIsovalue (std::vector< double > &isovalueList, const MiScalardSetIj &dataSet, const MiCellFilterIj *cellFilter=NULL)=0 |
Builds the isolines of the given isovalues in the given dataset. | |
virtual const std::vector< const MeXScalardSetI * > & | extractScalarSet (const MiScalardSetIj &inputSet)=0 |
Computes a scalar set on the extracted isolines. | |
virtual const std::vector< const MeXVec3dSetI * > & | extractVec3Set (const MiVec3dSetIj &inputSet)=0 |
Computes a vector set on the extracted isolines. | |
virtual const std::vector< const MeXLineMeshUnstructured * > & | getExtract () const =0 |
Returns the result of the extraction as a mesh. | |
Public Member Functions inherited from MiBaseExtractor | |
virtual | ~MiBaseExtractor () |
virtual void | setExtractorCallback (MiExtractorCallback *extractorCallback)=0 |
Set the user defined extractor callback which will be called before each extraction, during each extraction and after each extraction. | |
virtual SoDEPRECATED void | setExtractorCallback (MiExtractorCallback &extractorCallback) |
Static Public Member Functions | |
static MiIsolineExtractIj * | getNewInstance (const MiSurfaceMeshRegular &mesh, bool parallel=true) |
Factory method returning a new instance of a class implementing this abstract class. | |
static MiIsolineExtractIj * | getNewInstance (const MiSurfaceMeshRectilinear &mesh, bool parallel=true) |
static MiIsolineExtractIj * | getNewInstance (const MiSurfaceMeshCurvilinear &mesh, bool parallel=true) |
Isoline extractor for structured surface meshes.
Builds a list of lines containing the extracted isolines for the given data set at the given values.
Definition at line 47 of file MiIsolineExtractIj.h.
|
inlinevirtual |
Definition at line 50 of file MiIsolineExtractIj.h.
|
pure virtual |
Builds the isolines of the given isovalues in the given dataset.
isovalueList | List of values for which an isoline must be computed |
dataSet | The input data set used to compute isovalues from |
cellFilter | The cell filter |
|
pure virtual |
Computes a scalar set on the extracted isolines.
inputSet | the input scalar set defined on the surface mesh |
|
pure virtual |
Computes a vector set on the extracted isolines.
inputSet | the input vector set defined on the surface mesh |
|
pure virtual |
Returns the result of the extraction as a mesh.
|
static |
|
static |
|
static |
Factory method returning a new instance of a class implementing this abstract class.
mesh | The input mesh |
parallel | When true, tries to create an extract module using a parallel algorithm to speed up the extraction. |