Logical slice extractor for a rectilinear volume mesh.
More...
#include <MeshVizXLM/extractors/MiLogicalSliceExtractRectilinear.h>
Logical slice extractor for a rectilinear volume mesh.
See MiLogicalSliceExtractRegular
Definition at line 44 of file MiLogicalSliceExtractRectilinear.h.
◆ ~MiLogicalSliceExtractRectilinear()
virtual MiLogicalSliceExtractRectilinear::~MiLogicalSliceExtractRectilinear |
( |
| ) |
|
|
inlinevirtual |
◆ extractLogicalSlice()
Builds the topology and geometry of the logical slice at the given cell index along the given axis.
When a cell filter is provided, the returned surface may contain dead cells.
- Parameters
-
axis | the axis along which the extraction will be performed. |
sliceIndex | the cell index along the selected axis to extract. |
upperVertex | extract the upper vertices of the selected cells if true, the lower vertices otherwise. |
cellFilter | the cell filter to be used to accept or reject cells. |
◆ 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()
Factory method returning a new instance of a class implementing this abstract class.
- 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: