public abstract class MiIsosurfExtractIjk extends java.lang.Object implements MiExtractorIjk
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 dataset.
|
abstract MeXScalardSetI |
extractScalarSet(MiScalardSetIjk scalarSet)
Computes a
PER_CELL scalar set on the extracted isosurface. |
abstract MeXVec3dSetI |
extractVec3Set(MiVec3dSetIjk vectorSet)
Computes a vector set on the extracted isosurface.
|
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 isosurface 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> MiIsosurfExtractIjk getNewInstance(MiVolumeMeshVertexHexahedronIjk<T,G> mesh)
mesh
- the input meshpublic abstract MeXSurfaceMeshUnstructured<MeXSurfaceCell,MeXSurfaceTopologyExplicitI<MeXSurfaceCell>,MeXGeometryI> extractIsovalue(double isoValue, MiScalardSetIjk dataSet, MiCellFilterIjk cellFilter)
isoValue
- value for which an isosurface must be computeddataSet
- the input data set used to compute the isovalue from. When
extracting from a MiVolumeMeshVertexHexahedronIjk
this
dataset must be bound PER_CELL
, otherwise the extraction
will throw an UnsupportedOperationException
.cellFilter
- the cell filterpublic abstract MeXScalardSetI extractScalarSet(MiScalardSetIjk scalarSet)
PER_CELL
scalar set on the extracted isosurface.
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 August 20, 2019, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com