public abstract class MiIsosurfExtractUnstructured extends java.lang.Object implements MiBaseExtractor
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,
MiScalardSetI dataSet,
MiCellFilterI cellFilter)
Builds the isosurface of the given isovalue in the given dataset.
|
abstract MeXLineMeshUnstructured<MeXLineCell,MeXLineTopologyExplicitI<MeXLineCell>,MeXGeometryI> |
extractLineIsovalue(double isoValue,
MiScalardSetI dataSet,
MiCellFilterI cellFilter)
Builds the ouline of an isosurface of the given isovalue in the given
dataset.
|
abstract MeXScalardSetI |
extractScalarSet(MiScalardSetI scalarSet)
Computes a scalar set on the extracted isosurface.
|
abstract MeXVec3dSetI |
extractVec3Set(MiVec3dSetI 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 <C extends MiVolumeCell,T extends MiVolumeTopologyExplicitI<C>,G extends MiGeometryI> |
getNewInstance(MiVolumeMeshUnstructured<C,T,G> mesh)
Create an instance of isosurface extractor for unstructured volume mesh.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
setExtractorCallback
public static <C extends MiVolumeCell,T extends MiVolumeTopologyExplicitI<C>,G extends MiGeometryI> MiIsosurfExtractUnstructured getNewInstance(MiVolumeMeshUnstructured<C,T,G> mesh)
mesh
- the input meshpublic abstract MeXSurfaceMeshUnstructured<MeXSurfaceCell,MeXSurfaceTopologyExplicitI<MeXSurfaceCell>,MeXGeometryI> extractIsovalue(double isoValue, MiScalardSetI dataSet, MiCellFilterI cellFilter)
isoValue
- value for which an isosurface must be computeddataSet
- the input data set used to compute the isovalue fromcellFilter
- the cell filterpublic abstract MeXLineMeshUnstructured<MeXLineCell,MeXLineTopologyExplicitI<MeXLineCell>,MeXGeometryI> extractLineIsovalue(double isoValue, MiScalardSetI dataSet, MiCellFilterI cellFilter)
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)
scalarSet
- the input scalar set defined on the volume meshpublic abstract MeXVec3dSetI extractVec3Set(MiVec3dSetI vectorSet)
vectorSet
- the input vec3 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