Uses of Interface
com.openinventor.meshvizxlm.extractors.MiBaseExtractor
-
Packages that use MiBaseExtractor Package Description com.openinventor.meshvizxlm.extractors Provides interfaces for extractors definition.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. -
-
Uses of MiBaseExtractor in com.openinventor.meshvizxlm.extractors
Subinterfaces of MiBaseExtractor in com.openinventor.meshvizxlm.extractors Modifier and Type Interface Description interface
MiExtractorIj
Base interface for all extractor IJ interfaces.interface
MiExtractorIjk
Base interface for all extractor IJK interfaces.interface
MiExtractorUnstructured
Base interface for all unstructured extractor interfaces. -
Uses of MiBaseExtractor in com.openinventor.meshvizxlm.extractors.cell
Classes in com.openinventor.meshvizxlm.extractors.cell that implement MiBaseExtractor Modifier and Type Class Description class
MiCellExtractHexahedronIjk
Cell extractor for an IJK hexahedron volume mesh.class
MiCellExtractIj
Cell extractor for structured surface meshes.class
MiCellExtractIjk
Cell extractor for structured volume meshes.class
MiCellExtractUnstructured
Cell extractor for unstructured meshes. -
Uses of MiBaseExtractor in com.openinventor.meshvizxlm.extractors.isosurf
Classes in com.openinventor.meshvizxlm.extractors.isosurf that implement MiBaseExtractor Modifier and Type Class Description class
MiIsosurfExtractHexahedronIjk
Isosurface extractor for hexahedron IJK meshes.class
MiIsosurfExtractIjk
Isosurface extractor for structured volume meshes.class
MiIsosurfExtractUnstructured
Isosurface extractor for unstructured meshes. -
Uses of MiBaseExtractor in com.openinventor.meshvizxlm.extractors.outline
Classes in com.openinventor.meshvizxlm.extractors.outline that implement MiBaseExtractor Modifier and Type Class Description class
MiOutlineExtractHexahedronIjk
Outline extractor for an hexahedron IJK meshes.class
MiOutlineExtractIj
Outline extractor for structured surface meshes.class
MiOutlineExtractIjk
Outline extractor for structured volume meshes.class
MiOutlineExtractUnstructured
Outline extractor for an unstructured mesh. -
Uses of MiBaseExtractor in com.openinventor.meshvizxlm.extractors.pointprobe
Classes in com.openinventor.meshvizxlm.extractors.pointprobe that implement MiBaseExtractor Modifier and Type Class Description class
MiPointProbeHexahedronIjk
Probe at a given location in an hexahedron IJK mesh.class
MiPointProbeIjk
Probe at a given location in a structured volume mesh. -
Uses of MiBaseExtractor in com.openinventor.meshvizxlm.extractors.skin
Classes in com.openinventor.meshvizxlm.extractors.skin that implement MiBaseExtractor Modifier and Type Class Description class
MiSkinExtractHexahedronIjk
Extract the skin of an hexahedron IJK mesh.class
MiSkinExtractIjk
Skin extractor for a structured volume mesh.class
MiSkinExtractUnstructured
Skin extractor for an unstructured volume mesh. -
Uses of MiBaseExtractor in com.openinventor.meshvizxlm.extractors.slab
Classes in com.openinventor.meshvizxlm.extractors.slab that implement MiBaseExtractor Modifier and Type Class Description class
MiSlabExtractHexahedronIjk
Extract a slab of an hexahedron IJK mesh.class
MiSlabExtractIjk
Extract a slab of a structured volume mesh. -
Uses of MiBaseExtractor in com.openinventor.meshvizxlm.extractors.slice
Classes in com.openinventor.meshvizxlm.extractors.slice that implement MiBaseExtractor Modifier and Type Class Description class
MiCylinderSliceExtractHexahedronIjk
Cylinder slice extractor for hexahedron IJK volume meshes.class
MiCylinderSliceExtractIjk
Cylinder slice extractor for structured volume meshes.class
MiCylinderSliceExtractUnstructured
Cylinder slice extractor for unstructured volume meshes.class
MiGridPlaneSliceExtractUnstructured
Grid plane slice extractor on unstructured volume meshes.class
MiPlaneSliceExtractHexahedronIjk
Plane slice extractor for hexahedron IJK volume meshes.class
MiPlaneSliceExtractIjk
Plane slice extractor for structured volume meshes.class
MiPlaneSliceExtractUnstructured
Plane slice extractor for unstructured volume meshes.class
MiSphereSliceExtractHexahedronIjk
Sphere slice extractor for hexahedron IJK volume meshes.class
MiSphereSliceExtractIjk
Sphere slice extractor for structured volume meshes.class
MiSphereSliceExtractUnstructured
Sphere slice extractor for unstructured volume meshes. -
Uses of MiBaseExtractor in com.openinventor.meshvizxlm.extractors.streamline
Subinterfaces of MiBaseExtractor in com.openinventor.meshvizxlm.extractors.streamline Modifier and Type Interface Description interface
MiStreamlineExtractBase
Base interface for all streamline extractors.Classes in com.openinventor.meshvizxlm.extractors.streamline that implement MiBaseExtractor Modifier and Type Class Description class
MiStreamlineExtractHexahedronIjk
Streamline extractor for hexahedron IJK meshes.class
MiStreamlineExtractIjk
Streamline extractor for structured volume meshes.class
MiStreamlineExtractUnstructured
Streamline extractor for unstructured meshes.
-