Uses of Interface
com.openinventor.meshvizxlm.extractors.MiBaseExtractor
Packages that use MiBaseExtractor
Package
Description
Provides interfaces for extractors definition.
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.
-
Uses of MiBaseExtractor in com.openinventor.meshvizxlm.extractors
Subinterfaces of MiBaseExtractor in com.openinventor.meshvizxlm.extractorsModifier and TypeInterfaceDescriptioninterface
Base interface for all extractor IJ interfaces.interface
Base interface for all extractor IJK interfaces.interface
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 MiBaseExtractorModifier and TypeClassDescriptionclass
Cell extractor for an IJK hexahedron volume mesh.class
Cell extractor for structured surface meshes.class
Cell extractor for structured volume meshes.class
Cell extractor for unstructured meshes. -
Uses of MiBaseExtractor in com.openinventor.meshvizxlm.extractors.isosurf
Classes in com.openinventor.meshvizxlm.extractors.isosurf that implement MiBaseExtractorModifier and TypeClassDescriptionclass
Isosurface extractor for hexahedron IJK meshes.class
Isosurface extractor for structured volume meshes.class
Isosurface extractor for unstructured meshes. -
Uses of MiBaseExtractor in com.openinventor.meshvizxlm.extractors.outline
Classes in com.openinventor.meshvizxlm.extractors.outline that implement MiBaseExtractorModifier and TypeClassDescriptionclass
Outline extractor for an hexahedron IJK meshes.class
Outline extractor for structured surface meshes.class
Outline extractor for structured volume meshes.class
Outline extractor for an unstructured mesh. -
Uses of MiBaseExtractor in com.openinventor.meshvizxlm.extractors.pointprobe
Classes in com.openinventor.meshvizxlm.extractors.pointprobe that implement MiBaseExtractorModifier and TypeClassDescriptionclass
Probe at a given location in an hexahedron IJK mesh.class
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 MiBaseExtractorModifier and TypeClassDescriptionclass
Extract the skin of an hexahedron IJK mesh.class
Skin extractor for a structured volume mesh.class
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 MiBaseExtractorModifier and TypeClassDescriptionclass
Extract a slab of an hexahedron IJK mesh.class
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 MiBaseExtractorModifier and TypeClassDescriptionclass
Cylinder slice extractor for hexahedron IJK volume meshes.class
Cylinder slice extractor for structured volume meshes.class
Cylinder slice extractor for unstructured volume meshes.class
Grid plane slice extractor on unstructured volume meshes.class
Plane slice extractor for hexahedron IJK volume meshes.class
Plane slice extractor for structured volume meshes.class
Plane slice extractor for unstructured volume meshes.class
Sphere slice extractor for hexahedron IJK volume meshes.class
Sphere slice extractor for structured volume meshes.class
Sphere slice extractor for unstructured volume meshes. -
Uses of MiBaseExtractor in com.openinventor.meshvizxlm.extractors.streamline
Subinterfaces of MiBaseExtractor in com.openinventor.meshvizxlm.extractors.streamlineModifier and TypeInterfaceDescriptioninterface
Base interface for all streamline extractors.Classes in com.openinventor.meshvizxlm.extractors.streamline that implement MiBaseExtractorModifier and TypeClassDescriptionclass
Streamline extractor for hexahedron IJK meshes.class
Streamline extractor for structured volume meshes.class
Streamline extractor for unstructured meshes.