Uses of Interface
com.openinventor.meshvizxlm.mesh.cell.MiCellFilterI
Packages that use MiCellFilterI
Package
Description
Provides classes for cell extraction and utility classes for cells.
Provides classes for isosurface extraction.
Provides classes for outline extraction.
Provides classes for probing.
Provides classes for skin extraction.
Provides classes for slices extraction.
Provides interfaces and classes for streamlines extraction.
Provides rendering, property and action nodes.
-
Uses of MiCellFilterI in com.openinventor.meshvizxlm.extractors.cell
Methods in com.openinventor.meshvizxlm.extractors.cell with parameters of type MiCellFilterIModifier and TypeMethodDescriptionabstract MeXSurfaceMeshUnstructured
<MeXSurfaceCell, MeXSurfaceTopologyExplicitI<MeXSurfaceCell>, MeXGeometryI> MiCellExtractUnstructured.extractCell
(double factor, MiCellFilterI cellFilter) Creates an unstructured surface mesh from the faces of all the cells in the original volume mesh.abstract MeXSurfaceMeshUnstructured
<MeXSurfaceCell, MeXSurfaceTopologyExplicitI<MeXSurfaceCell>, MeXGeometryI> MiCellExtractUnstructured.extractCell
(SortedSet<Long> cellIndexes, double factor, MiCellFilterI cellFilter) Creates an unstructured surface mesh from the faces of the cells corresponding to the given indices in the original volume mesh. -
Uses of MiCellFilterI in com.openinventor.meshvizxlm.extractors.isosurf
Methods in com.openinventor.meshvizxlm.extractors.isosurf with parameters of type MiCellFilterIModifier and TypeMethodDescriptionabstract MeXSurfaceMeshUnstructured
<MeXSurfaceCell, MeXSurfaceTopologyExplicitI<MeXSurfaceCell>, MeXGeometryI> MiIsosurfExtractUnstructured.extractIsovalue
(double isoValue, MiScalardSetI dataSet, MiCellFilterI cellFilter) Builds the isosurface of the given isovalue in the given dataset.MiIsosurfExtractUnstructured.extractLineIsovalue
(double isoValue, MiScalardSetI dataSet, MiCellFilterI cellFilter) Builds the ouline of an isosurface of the given isovalue in the given dataset. -
Uses of MiCellFilterI in com.openinventor.meshvizxlm.extractors.outline
Methods in com.openinventor.meshvizxlm.extractors.outline with parameters of type MiCellFilterIModifier and TypeMethodDescriptionMiOutlineExtractUnstructured.extractOutline
(MiCellFilterI cellFilter) Builds the topology and geometry of a mesh outline. -
Uses of MiCellFilterI in com.openinventor.meshvizxlm.extractors.pointprobe
Methods in com.openinventor.meshvizxlm.extractors.pointprobe with parameters of type MiCellFilterIModifier and TypeMethodDescriptionabstract boolean
MiPointProbeUnstructured.moveLocation
(double[] point, long cellId, MiCellFilterI cellFilter) Moves the current probe location at the given point.abstract boolean
MiPointProbeUnstructured.setLocation
(double[] point, MiCellFilterI cellFilter) Sets the current probe location at the given point and looks for the cell containing this point. -
Uses of MiCellFilterI in com.openinventor.meshvizxlm.extractors.skin
Methods in com.openinventor.meshvizxlm.extractors.skin with parameters of type MiCellFilterIModifier and TypeMethodDescriptionMiSkinExtractUnstructured.extractLineSkin
(MiCellFilterI cellFilter) Builds the topology and geometry of the line skin.abstract MeXSurfaceMeshUnstructured
<MeXSurfaceCell, MeXSurfaceTopologyExplicitI<MeXSurfaceCell>, MeXGeometryI> MiSkinExtractUnstructured.extractSkin
(MiCellFilterI cellFilter) Builds the topology and geometry of a mesh skin. -
Uses of MiCellFilterI in com.openinventor.meshvizxlm.extractors.slice
Methods in com.openinventor.meshvizxlm.extractors.slice with parameters of type MiCellFilterIModifier and TypeMethodDescriptionMiGridPlaneSliceExtractUnstructured.extractGrid
(SbVec3d normal, double distance, double step, MiCellFilterI filter) Builds the topology and geometry of a curvilinear surface mesh defined by the given plane normal and distance to origin.MiPlaneSliceExtractUnstructured.extractLineSlice
(SbVec3d normal, double distance, MiCellFilterI filter) Builds the topology and geometry of a line plane slice intersecting the volume mesh.abstract MeXSurfaceMeshUnstructured
<MeXSurfaceCell, MeXSurfaceTopologyExplicitI<MeXSurfaceCell>, MeXGeometryI> MiCylinderSliceExtractUnstructured.extractSlice
(SbVec3d center, double radius, SbVec3d direction, MiCellFilterI filter) Builds the topology and geometry of a cylinder slice intersecting the volume mesh.abstract MeXSurfaceMeshUnstructured
<MeXSurfaceCell, MeXSurfaceTopologyExplicitI<MeXSurfaceCell>, MeXGeometryI> MiPlaneSliceExtractUnstructured.extractSlice
(SbVec3d normal, double distance, MiCellFilterI filter) Builds the topology and geometry of a plane slice intersecting the volume mesh.abstract MeXSurfaceMeshUnstructured
<MeXSurfaceCell, MeXSurfaceTopologyExplicitI<MeXSurfaceCell>, MeXGeometryI> MiSphereSliceExtractUnstructured.extractSlice
(SbVec3d center, double radius, MiCellFilterI filter) Builds the topology and geometry of a sphere slice intersecting the volume mesh. -
Uses of MiCellFilterI in com.openinventor.meshvizxlm.extractors.streamline
Methods in com.openinventor.meshvizxlm.extractors.streamline with parameters of type MiCellFilterIModifier and TypeMethodDescriptionabstract List
<MeXLineMeshCurvilinear<MeXTopologyI, MeXGeometryI>> MiStreamlineExtractUnstructured.extractStreamlines
(MiVec3dSetI inputDataSet, MiCellFilterI cellFilter, double[]... startPoints) Builds the topology and geometry of the streamlines starting at the given points in the given dataset. -
Uses of MiCellFilterI in com.openinventor.meshvizxlm.mapping.nodes
Methods in com.openinventor.meshvizxlm.mapping.nodes with parameters of type MiCellFilterIModifier and TypeMethodDescriptionvoid
MoCellFilter.setCellFilter
(MiCellFilterI cellFilterI) Sets the cell filter for unstructured meshes.