Uses of Interface
com.openinventor.meshvizxlm.mesh.cell.MiVolumeCell
Packages that use MiVolumeCell
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.
Provides interfaces for meshes definition.
Provides interfaces for mesh topologies definition.
-
Uses of MiVolumeCell in com.openinventor.meshvizxlm.extractors.cell
Methods in com.openinventor.meshvizxlm.extractors.cell with type parameters of type MiVolumeCellModifier and TypeMethodDescriptionstatic <C extends MiVolumeCell,
T extends MiVolumeTopologyExplicitI<C>, G extends MiGeometryI>
MiCellExtractUnstructuredMiCellExtractUnstructured.getNewInstance
(MiVolumeMeshUnstructured<C, T, G> mesh) Create an instance of cell extractor for unstructured volume mesh.Methods in com.openinventor.meshvizxlm.extractors.cell with parameters of type MiVolumeCellModifier and TypeMethodDescriptionstatic double
MxPolyhedronCellExtract.getLongestDistance
(MiGeometryI meshGeometry, MiVolumeCell polyhedronCell) Gets the longest distance inside the given polyhedron cell.static double
MxHexahedronCellExtract.getLongestEdgeLength
(MiGeometryI meshGeometry, MiVolumeCell cell) Gets the longest edge of a hexahedron cell.static double
MxPyramidCellExtract.getLongestEdgeLength
(MiGeometryI meshGeometry, MiVolumeCell cell) Gets the longest edge of a pyramid cell.static double
MxTetrahedronCellExtract.getLongestEdgeLength
(MiGeometryI meshGeometry, MiVolumeCell cell) Gets the longest edge of a tetrahedron cell.static double
MxWedgeCellExtract.getLongestEdgeLength
(MiGeometryI meshGeometry, MiVolumeCell cell) Gets the longest edge of a wedge cell.static double
MxPolyhedronCellExtract.getShortestEdgeLength
(MiGeometryI meshGeometry, MiVolumeCell polyhedronCell) Gets the shortest distance inside the given polyhedron cell.static boolean
MxHexahedronCellExtract.isPointInsideCell
(MiGeometryI meshGeometry, MiVolumeCell hexahedronCell, double[] point, double[] weights) Checks if a point is inside or outside an hexahedron cell.static boolean
MxPolyhedronCellExtract.isPointInsideCell
(MiGeometryI meshGeometry, MiVolumeCell polyhedronCell, double[] point, double[] weights) Checks if a point is inside the given polyhedron cell.static boolean
MxPyramidCellExtract.isPointInsideCell
(MiGeometryI meshGeometry, MiVolumeCell pyramidCell, double[] point, double[] weights) Checks if a point is inside or outside a pyramid cell.static boolean
MxTetrahedronCellExtract.isPointInsideCell
(MiGeometryI meshGeometry, MiVolumeCell tetrahedronCell, double[] point, double[] weights) Checks if a point is inside or outside a tetrahedron cell.static boolean
MxWedgeCellExtract.isPointInsideCell
(MiGeometryI meshGeometry, MiVolumeCell wegdeCell, double[] point, double[] weights) Checks if a point is inside or outside a wedge cell. -
Uses of MiVolumeCell in com.openinventor.meshvizxlm.extractors.isosurf
Methods in com.openinventor.meshvizxlm.extractors.isosurf with type parameters of type MiVolumeCellModifier and TypeMethodDescriptionstatic <C extends MiVolumeCell,
T extends MiVolumeTopologyExplicitI<C>, G extends MiGeometryI>
MiIsosurfExtractUnstructuredMiIsosurfExtractUnstructured.getNewInstance
(MiVolumeMeshUnstructured<C, T, G> mesh) Create an instance of isosurface extractor for unstructured volume mesh. -
Uses of MiVolumeCell in com.openinventor.meshvizxlm.extractors.outline
Methods in com.openinventor.meshvizxlm.extractors.outline with type parameters of type MiVolumeCellModifier and TypeMethodDescriptionstatic <C extends MiVolumeCell,
T extends MiVolumeTopologyExplicitI<C>, G extends MiGeometryI>
MiOutlineExtractUnstructuredMiOutlineExtractUnstructured.getNewInstance
(MiVolumeMeshUnstructured<C, T, G> mesh) Create an instance of outline extractor for unstructured volume mesh. -
Uses of MiVolumeCell in com.openinventor.meshvizxlm.extractors.pointprobe
Methods in com.openinventor.meshvizxlm.extractors.pointprobe with type parameters of type MiVolumeCellModifier and TypeMethodDescriptionstatic <C extends MiVolumeCell,
T extends MiVolumeTopologyExplicitI<C>, G extends MiGeometryI>
MiPointProbeUnstructuredMiPointProbeUnstructured.getNewInstance
(MiVolumeMeshUnstructured<C, T, G> mesh) Create an instance of a probe for unstructured volume mesh. -
Uses of MiVolumeCell in com.openinventor.meshvizxlm.extractors.skin
Methods in com.openinventor.meshvizxlm.extractors.skin with type parameters of type MiVolumeCellModifier and TypeMethodDescriptionstatic <C extends MiVolumeCell,
T extends MiVolumeTopologyExplicitI<C>, G extends MiGeometryI>
MiSkinExtractUnstructuredMiSkinExtractUnstructured.getNewInstance
(MiVolumeMeshUnstructured<C, T, G> mesh) Create an instance of a skin extractor for unstructured volume mesh. -
Uses of MiVolumeCell in com.openinventor.meshvizxlm.extractors.slice
Methods in com.openinventor.meshvizxlm.extractors.slice with type parameters of type MiVolumeCellModifier and TypeMethodDescriptionstatic <C extends MiVolumeCell,
T extends MiVolumeTopologyExplicitI<C>, G extends MiGeometryI>
MiCylinderSliceExtractUnstructuredMiCylinderSliceExtractUnstructured.getNewInstance
(MiVolumeMeshUnstructured<C, T, G> mesh) Create an instance of cylinder slice extractor for unstructured volume mesh.static <C extends MiVolumeCell,
T extends MiVolumeTopologyExplicitI<C>, G extends MiGeometryI>
MiGridPlaneSliceExtractUnstructuredMiGridPlaneSliceExtractUnstructured.getNewInstance
(MiVolumeMeshUnstructured<C, T, G> mesh) Create an instance of grid plane slice extractor for unstructured volume mesh.static <C extends MiVolumeCell,
T extends MiVolumeTopologyExplicitI<C>, G extends MiGeometryI>
MiPlaneSliceExtractUnstructuredMiPlaneSliceExtractUnstructured.getNewInstance
(MiVolumeMeshUnstructured<C, T, G> mesh) Create an instance of plane slice extractor for unstructured volume mesh.static <C extends MiVolumeCell,
T extends MiVolumeTopologyExplicitI<C>, G extends MiGeometryI>
MiSphereSliceExtractUnstructuredMiSphereSliceExtractUnstructured.getNewInstance
(MiVolumeMeshUnstructured<C, T, G> mesh) Create an instance of sphere slice extractor for unstructured volume mesh. -
Uses of MiVolumeCell in com.openinventor.meshvizxlm.extractors.streamline
Methods in com.openinventor.meshvizxlm.extractors.streamline with type parameters of type MiVolumeCellModifier and TypeMethodDescriptionstatic <C extends MiVolumeCell,
T extends MiVolumeTopologyExplicitI<C>, G extends MiGeometryI>
MiStreamlineExtractUnstructuredMiStreamlineExtractUnstructured.getNewInstance
(MiVolumeMeshUnstructured<C, T, G> mesh) Create an instance of a streamlines extractor for unstructured volume mesh. -
Uses of MiVolumeCell in com.openinventor.meshvizxlm.mapping.nodes
Methods in com.openinventor.meshvizxlm.mapping.nodes with type parameters of type MiVolumeCellModifier and TypeMethodDescription<CellT extends MiVolumeCell,
TopologyT extends MiVolumeTopologyExplicitI<CellT>, GeometryT extends MiGeometryI>
voidMoMesh.setMesh
(MiVolumeMeshUnstructured<CellT, TopologyT, GeometryT> mesh) Sets the mesh interface to an unstructured volume mesh. -
Uses of MiVolumeCell in com.openinventor.meshvizxlm.mesh
Classes in com.openinventor.meshvizxlm.mesh with type parameters of type MiVolumeCellModifier and TypeInterfaceDescriptioninterface
MiVolumeMeshUnstructured<C extends MiVolumeCell,
T extends MiVolumeTopologyExplicitI<C>, G extends MiGeometryI> Unstructured volume mesh interface. -
Uses of MiVolumeCell in com.openinventor.meshvizxlm.mesh.topology
Classes in com.openinventor.meshvizxlm.mesh.topology with type parameters of type MiVolumeCellModifier and TypeInterfaceDescriptioninterface
MiVolumeTopologyExplicitI<C extends MiVolumeCell>
List of volume cells interface.