public abstract class MiCellExtractIjk extends java.lang.Object implements MiExtractorIjk
Extracts a list of cells from the input structured mesh and builds a surface mesh representing the extracted cells.
Modifier and Type | Method and Description |
---|---|
abstract MeXSurfaceMeshUnstructured<MeXSurfaceCell,MeXSurfaceTopologyExplicitI<MeXSurfaceCell>,MeXGeometryI> |
extractCell(double factor,
MiCellFilterIjk cellFilter)
Creates an unstructured surface mesh from the faces of all the cells in the
original volume mesh.
|
abstract MeXSurfaceMeshUnstructured<MeXSurfaceCell,MeXSurfaceTopologyExplicitI<MeXSurfaceCell>,MeXGeometryI> |
extractCell(int[] cellIndexes,
double factor,
MiCellFilterIjk cellFilter)
Creates an unstructured surface mesh from the faces of the cells
corresponding to the given indices in the original volume mesh.
|
abstract MeXScalardSetI |
extractScalarSet(MiScalardSetIjk scalarSet)
Extracts a
PER_CELL scalar set from the original mesh. |
abstract MeXVec3dSetI |
extractVec3Set(MiVec3dSetIjk vectorSet)
Extracts a vector set from the original mesh.
|
abstract MeXSurfaceMeshUnstructured<MeXSurfaceCell,MeXSurfaceTopologyExplicitI<MeXSurfaceCell>,MeXGeometryI> |
getExtract()
Returns the result of the extraction as a mesh.
|
static <T extends MiTopologyIjk,G extends MiGeometryHexahedronIjk> |
getNewInstance(MiVolumeMeshVertexHexahedronIjk<T,G> mesh)
Create an instance of cell extractor for a non indexed hexahedron volume
mesh IJK.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addCellRange, clearCellRanges
setExtractorCallback
public static <T extends MiTopologyIjk,G extends MiGeometryHexahedronIjk> MiCellExtractIjk getNewInstance(MiVolumeMeshVertexHexahedronIjk<T,G> mesh)
mesh
- the input meshpublic abstract MeXSurfaceMeshUnstructured<MeXSurfaceCell,MeXSurfaceTopologyExplicitI<MeXSurfaceCell>,MeXGeometryI> extractCell(int[] cellIndexes, double factor, MiCellFilterIjk cellFilter)
Cells are scaled according to the given factor:
Shrinking: factor < 1
Expanding: factor > 1
cellIndexes
- indices of the cells to extract {i0, j0, k0, i1, j1, k1, ...}factor
- cell scale factorcellFilter
- cell filterpublic abstract MeXSurfaceMeshUnstructured<MeXSurfaceCell,MeXSurfaceTopologyExplicitI<MeXSurfaceCell>,MeXGeometryI> extractCell(double factor, MiCellFilterIjk cellFilter)
Cells are scaled according to the given factor:
Shrinking: factor < 1
Expanding: factor > 1
factor
- cell scale factorcellFilter
- cell filterpublic abstract MeXScalardSetI extractScalarSet(MiScalardSetIjk scalarSet)
PER_CELL
scalar set from the original mesh. The scalars
are mapped onto the current extracted mesh.
Note: The argument i,j,k of the method
MiScalardSetIjk.get(int, int, int)
refers to the cell (i,j,k). Thus the binding of the input set must be
PER_CELL
. An UnsupportedOperationException
is thrown
otherwise.
scalarSet
- the input scalar set defined on the volume meshpublic abstract MeXVec3dSetI extractVec3Set(MiVec3dSetIjk vectorSet)
Note: The argument i,j,k of the method
MiVec3dSetIjk.get(int, int, int)
refers to the cell (i,j,k). Thus the binding of the input set must be
PER_CELL
. An UnsupportedOperationException
is thrown
otherwise.
vectorSet
- the input vector set defined on the volume meshpublic abstract MeXSurfaceMeshUnstructured<MeXSurfaceCell,MeXSurfaceTopologyExplicitI<MeXSurfaceCell>,MeXGeometryI> getExtract()
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com