public abstract class MiIsosurfExtractHexahedronIjk extends MiIsosurfExtractIjk
Builds the isosurface of the given isovalue in the given dataset.
Modifier and Type | Method and Description |
---|---|
abstract MeXSurfaceMeshUnstructured<MeXSurfaceCell,MeXSurfaceTopologyExplicitI<MeXSurfaceCell>,MeXGeometryI> |
extractIsovalue(double isoValue,
MiScalardSetIjk dataSet,
MiCellFilterIjk cellFilter)
Builds the isosurface of the given isovalue in the given
PER_CELL
dataset. |
abstract MeXSurfaceMeshUnstructured<MeXSurfaceCell,MeXSurfaceTopologyExplicitI<MeXSurfaceCell>,MeXGeometryI> |
extractIsovalue(double isoValue,
MiScalardSetI dataSet,
MiCellFilterIjk cellFilter)
Builds the isosurface of the given isovalue in the given
PER_NODE
dataset. |
abstract MeXScalardSetI |
extractScalarSet(MiScalardSetI scalarSet)
Computes a
PER_NODE scalar set on the extracted isosurface. |
abstract MeXVec3dSetI |
extractVec3Set(MiVec3dSetI vectorSet)
Computes a vector set on the extracted isosurface.
|
static <T extends MiHexahedronTopologyExplicitIjk,G extends MiGeometryI> |
getNewInstance(MiVolumeMeshHexahedronIjk<T,G> mesh)
Create an instance of isosurface extractor for IJK Hexahedron volume mesh.
|
extractScalarSet, extractVec3Set, getExtract, getNewInstance
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addCellRange, clearCellRanges
setExtractorCallback
public static <T extends MiHexahedronTopologyExplicitIjk,G extends MiGeometryI> MiIsosurfExtractHexahedronIjk getNewInstance(MiVolumeMeshHexahedronIjk<T,G> mesh)
mesh
- the input meshpublic abstract MeXSurfaceMeshUnstructured<MeXSurfaceCell,MeXSurfaceTopologyExplicitI<MeXSurfaceCell>,MeXGeometryI> extractIsovalue(double isoValue, MiScalardSetI dataSet, MiCellFilterIjk cellFilter)
PER_NODE
dataset.
Note: MiScalardSetI dataset must always be bound PER_NODE
to
the mesh, otherwise use MiScalarSetIjk.
isoValue
- value for which an isosurface must be computeddataSet
- the input data set used to compute the isovalue fromcellFilter
- the cell filterpublic abstract MeXSurfaceMeshUnstructured<MeXSurfaceCell,MeXSurfaceTopologyExplicitI<MeXSurfaceCell>,MeXGeometryI> extractIsovalue(double isoValue, MiScalardSetIjk dataSet, MiCellFilterIjk cellFilter)
PER_CELL
dataset.
Note: MiScalardSetIjk dataset must always be bound PER_CELL
to the mesh, otherwise use MiScalarSetI. In this case of a dataset bound
PER_CELL
, it will be converted into a new internal dataset bound
PER_NODE and cached in the extractor.
extractIsovalue
in class MiIsosurfExtractIjk
isoValue
- value for which an isosurface must be computeddataSet
- the input data set used to compute the isovalue fromcellFilter
- the cell filterpublic abstract MeXScalardSetI extractScalarSet(MiScalardSetI scalarSet)
PER_NODE
scalar set on the extracted isosurface.
Note: The argument i of the method
MiScalardSetI.get(long)
refers to the i-th node of the mesh. Thus the binding of the input set must
be PER_NODE
. An UnsupportedOperationException
is thrown
otherwise.
scalarSet
- the input scalar set defined on the volume meshpublic abstract MeXVec3dSetI extractVec3Set(MiVec3dSetI vectorSet)
Note: The argument i of the method
MiVec3dSetI.get(long)
refers
to the i-th node of the mesh. Thus the binding of the input set must be
PER_NODE
. An UnsupportedOperationException
is thrown
otherwise.
vectorSet
- the input vector set defined on the volume meshGenerated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com