Cell extractor for line meshes
More...
#include <MeshVizXLM/extractors/MiLineCellExtractI.h>
Cell extractor for line meshes
Extracts a list of cells from the input line mesh and builds a line mesh containing the extracted cells.
Definition at line 48 of file MiLineCellExtractI.h.
◆ ~MiLineCellExtractI()
virtual MiLineCellExtractI::~MiLineCellExtractI |
( |
| ) |
|
|
inlinevirtual |
◆ extractCell() [1/2]
Create unstructured line meshes from the lines of the cells corresponding to the given indices in the original line mesh.
Cells are scaled according to the given factor.
Shrinking: factor < 1
Expanding: factor > 1
◆ extractCell() [2/2]
Create unstructured line meshes from the lines of the cells in the entire line mesh.
Cells are scaled according to the given factor.
Shrinking: factor < 1
Expanding: factor > 1
◆ extractScalarSet()
Extracts a scalar set from the original mesh.
The scalars are mapped onto the current extracted mesh.
- Parameters
-
inputSet | The input scalar set defined on the original mesh. |
- Returns
- The output scalar set defined on the extracted mesh.
◆ extractVec3Set()
Extracts a vector set from the original mesh.
The vectors are mapped onto the current extracted mesh.
- Parameters
-
inputSet | The input vector set defined on the original mesh. |
- Returns
- The output vector set defined on the extracted mesh.
◆ getExtract()
Returns the result of the extraction as a mesh.
◆ getNewInstance() [1/2]
◆ getNewInstance() [2/2]
Factory method returning a new instance of a class implementing this interface.
- Parameters
-
mesh | The input mesh |
parallel | When true, tries to create an extract module using a parallel algorithm to speed up the extraction. |
tessellator | The tessellator object used for tessellating non linear cells (quadratic,...). |
- Note
- Only some of the extraction algorithms have a parallel implementation.
The documentation for this class was generated from the following file: