Isoline extractor for unstructured surface meshes. More...
#include <MeshVizXLM/extractors/MiIsolineExtractUnstructured.h>
Public Member Functions | |
virtual | ~MiIsolineExtractUnstructured () |
virtual const std::vector < const MeXLineMeshUnstructured * > & | extractIsovalue (std::vector< double > &isovalueList, const MiScalardSetI &dataSet, const MiCellFilterI *cellFilter=NULL)=0 |
virtual const std::vector < const MeXScalardSetI * > & | extractScalarSet (const MiScalardSetI &inputSet)=0 |
virtual const std::vector < const MeXVec3dSetI * > & | extractVec3Set (const MiVec3dSetI &inputSet)=0 |
virtual const std::vector < const MeXLineMeshUnstructured * > & | getExtract () const =0 |
Static Public Member Functions | |
static MiIsolineExtractUnstructured * | getNewInstance (const MiSurfaceMeshUnstructured &mesh, bool parallel=true) |
Builds a list of lines containing the extracted isolines for the given data set at the given values.
virtual MiIsolineExtractUnstructured::~MiIsolineExtractUnstructured | ( | ) | [inline, virtual] |
virtual const std::vector<const MeXLineMeshUnstructured*>& MiIsolineExtractUnstructured::extractIsovalue | ( | std::vector< double > & | isovalueList, | |
const MiScalardSetI & | dataSet, | |||
const MiCellFilterI * | cellFilter = NULL | |||
) | [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 |
virtual const std::vector< const MeXScalardSetI* >& MiIsolineExtractUnstructured::extractScalarSet | ( | const MiScalardSetI & | inputSet | ) | [pure virtual] |
Computes a scalar set on the extracted isolines.
inputSet | the input scalar set defined on the surface mesh |
virtual const std::vector< const MeXVec3dSetI* >& MiIsolineExtractUnstructured::extractVec3Set | ( | const MiVec3dSetI & | inputSet | ) | [pure virtual] |
Computes a vector set on the extracted isolines.
inputSet | the input vector set defined on the surface mesh |
virtual const std::vector<const MeXLineMeshUnstructured*>& MiIsolineExtractUnstructured::getExtract | ( | ) | const [pure virtual] |
Returns the result of the extraction as a mesh.
static MiIsolineExtractUnstructured* MiIsolineExtractUnstructured::getNewInstance | ( | const MiSurfaceMeshUnstructured & | mesh, | |
bool | parallel = true | |||
) | [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. |