Uses of Interface
com.openinventor.meshvizxlm.mesh.cell.MiCellFilterIjk
Packages that use MiCellFilterIjk
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 slab extraction.
Provides classes for slices extraction.
Provides interfaces and classes for streamlines extraction.
Provides rendering, property and action nodes.
-
Uses of MiCellFilterIjk in com.openinventor.meshvizxlm.extractors.cell
Methods in com.openinventor.meshvizxlm.extractors.cell with parameters of type MiCellFilterIjkModifier and TypeMethodDescriptionabstract MeXSurfaceMeshUnstructured
<MeXSurfaceCell, MeXSurfaceTopologyExplicitI<MeXSurfaceCell>, MeXGeometryI> MiCellExtractIjk.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> MiCellExtractIjk.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. -
Uses of MiCellFilterIjk in com.openinventor.meshvizxlm.extractors.isosurf
Methods in com.openinventor.meshvizxlm.extractors.isosurf with parameters of type MiCellFilterIjkModifier and TypeMethodDescriptionabstract MeXSurfaceMeshUnstructured
<MeXSurfaceCell, MeXSurfaceTopologyExplicitI<MeXSurfaceCell>, MeXGeometryI> MiIsosurfExtractHexahedronIjk.extractIsovalue
(double isoValue, MiScalardSetIjk dataSet, MiCellFilterIjk cellFilter) Builds the isosurface of the given isovalue in the givenPER_CELL
dataset.abstract MeXSurfaceMeshUnstructured
<MeXSurfaceCell, MeXSurfaceTopologyExplicitI<MeXSurfaceCell>, MeXGeometryI> MiIsosurfExtractHexahedronIjk.extractIsovalue
(double isoValue, MiScalardSetI dataSet, MiCellFilterIjk cellFilter) Builds the isosurface of the given isovalue in the givenPER_NODE
dataset.abstract MeXSurfaceMeshUnstructured
<MeXSurfaceCell, MeXSurfaceTopologyExplicitI<MeXSurfaceCell>, MeXGeometryI> MiIsosurfExtractIjk.extractIsovalue
(double isoValue, MiScalardSetIjk dataSet, MiCellFilterIjk cellFilter) Builds the isosurface of the given isovalue in the given dataset. -
Uses of MiCellFilterIjk in com.openinventor.meshvizxlm.extractors.outline
Methods in com.openinventor.meshvizxlm.extractors.outline with parameters of type MiCellFilterIjkModifier and TypeMethodDescriptionMiOutlineExtractIjk.extractOutline
(MiCellFilterIjk cellFilter) Builds the topology and geometry of a mesh outline. -
Uses of MiCellFilterIjk in com.openinventor.meshvizxlm.extractors.pointprobe
Methods in com.openinventor.meshvizxlm.extractors.pointprobe with parameters of type MiCellFilterIjkModifier and TypeMethodDescriptionabstract boolean
MiPointProbeIjk.moveLocation
(double[] point, int cellIdI, int cellIdJ, int cellIdK, MiCellFilterIjk cellFilter) Moves the current probe location at the given point.abstract boolean
MiPointProbeIjk.setLocation
(double[] point, MiCellFilterIjk cellFilter) Sets the current probe location at the given point and looks for the cell containing this point. -
Uses of MiCellFilterIjk in com.openinventor.meshvizxlm.extractors.skin
Methods in com.openinventor.meshvizxlm.extractors.skin with parameters of type MiCellFilterIjkModifier and TypeMethodDescriptionabstract MeXSurfaceMeshUnstructured
<MeXSurfaceCell, MeXSurfaceTopologyExplicitI<MeXSurfaceCell>, MeXGeometryI> MiSkinExtractIjk.extractSkin
(MiCellFilterIjk cellFilter) Builds the topology and geometry of a mesh skin. -
Uses of MiCellFilterIjk in com.openinventor.meshvizxlm.extractors.slab
Methods in com.openinventor.meshvizxlm.extractors.slab with parameters of type MiCellFilterIjkModifier and TypeMethodDescriptionabstract MeXSurfaceMeshUnstructured
<MeXSurfaceCell, MeXSurfaceTopologyExplicitI<MeXSurfaceCell>, MeXGeometryI> MiSlabExtractIjk.extractSlab
(int index, int thickness, Dimension dimension, MiCellFilterIjk cellFilter) Builds the mesh skin of the slab defined by the specified index on the given dimension and the specified thickness. -
Uses of MiCellFilterIjk in com.openinventor.meshvizxlm.extractors.slice
Methods in com.openinventor.meshvizxlm.extractors.slice with parameters of type MiCellFilterIjkModifier and TypeMethodDescriptionabstract MeXSurfaceMeshUnstructured
<MeXSurfaceCell, MeXSurfaceTopologyExplicitI<MeXSurfaceCell>, MeXGeometryI> MiCylinderSliceExtractIjk.extractSlice
(SbVec3d center, double radius, SbVec3d direction, MiCellFilterIjk filter) Builds the topology and geometry of a cylinder slice intersecting the volume mesh.abstract MeXSurfaceMeshUnstructured
<MeXSurfaceCell, MeXSurfaceTopologyExplicitI<MeXSurfaceCell>, MeXGeometryI> MiPlaneSliceExtractIjk.extractSlice
(SbVec3d normal, double distance, MiCellFilterIjk filter) Builds the topology and geometry of a plane slice intersecting the volume mesh.abstract MeXSurfaceMeshUnstructured
<MeXSurfaceCell, MeXSurfaceTopologyExplicitI<MeXSurfaceCell>, MeXGeometryI> MiSphereSliceExtractIjk.extractSlice
(SbVec3d center, double radius, MiCellFilterIjk filter) Builds the topology and geometry of a sphere slice intersecting the volume mesh. -
Uses of MiCellFilterIjk in com.openinventor.meshvizxlm.extractors.streamline
Methods in com.openinventor.meshvizxlm.extractors.streamline with parameters of type MiCellFilterIjkModifier and TypeMethodDescriptionabstract List
<MeXLineMeshCurvilinear<MeXTopologyI, MeXGeometryI>> MiStreamlineExtractHexahedronIjk.extractStreamlines
(MiVec3dSetI inputDataSet, MiCellFilterIjk cellFilter, double[]... startPoints) Builds the topology and geometry of the streamlines starting at the given points in the given dataset.abstract List
<MeXLineMeshCurvilinear<MeXTopologyI, MeXGeometryI>> MiStreamlineExtractIjk.extractStreamlines
(MiVec3dSetIjk inputDataSet, MiCellFilterIjk cellFilter, double[]... startPoints) Builds the topology and geometry of the streamlines starting at the given points in the given dataset. -
Uses of MiCellFilterIjk in com.openinventor.meshvizxlm.mapping.nodes
Methods in com.openinventor.meshvizxlm.mapping.nodes with parameters of type MiCellFilterIjkModifier and TypeMethodDescriptionvoid
MoCellFilter.setCellFilter
(MiCellFilterIjk cellFilterIjk) Sets the cell filter for structured volume meshes.