Uses of Interface
com.openinventor.meshvizxlm.mesh.cell.MiCellFilterIjk
-
Packages that use MiCellFilterIjk Package Description com.openinventor.meshvizxlm.extractors.cell Provides classes for cell extraction and utility classes for cells.com.openinventor.meshvizxlm.extractors.isosurf Provides classes for isosurface extraction.com.openinventor.meshvizxlm.extractors.outline Provides classes for outline extraction.com.openinventor.meshvizxlm.extractors.pointprobe Provides classes for probing.com.openinventor.meshvizxlm.extractors.skin Provides classes for skin extraction.com.openinventor.meshvizxlm.extractors.slab Provides classes for slab extraction.com.openinventor.meshvizxlm.extractors.slice Provides classes for slices extraction.com.openinventor.meshvizxlm.extractors.streamline Provides interfaces and classes for streamlines extraction.com.openinventor.meshvizxlm.mapping.nodes 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 MiCellFilterIjk Modifier and Type Method Description abstract 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 MiCellFilterIjk Modifier and Type Method Description abstract 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 MiCellFilterIjk Modifier and Type Method Description abstract MeXLineMeshUnstructured<MeXLineCell,MeXLineTopologyExplicitI<MeXLineCell>,MeXGeometryI>
MiOutlineExtractIjk. 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 MiCellFilterIjk Modifier and Type Method Description abstract 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 MiCellFilterIjk Modifier and Type Method Description abstract 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 MiCellFilterIjk Modifier and Type Method Description abstract 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 MiCellFilterIjk Modifier and Type Method Description abstract 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 MiCellFilterIjk Modifier and Type Method Description abstract java.util.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 java.util.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 MiCellFilterIjk Modifier and Type Method Description void
MoCellFilter. setCellFilter(MiCellFilterIjk cellFilterIjk)
Sets the cell filter for structured volume meshes.
-