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 TypeInterfaceDescriptioninterfaceBase interface for all extractor IJ interfaces.interfaceBase interface for all extractor IJK interfaces.interfaceBase 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 TypeClassDescriptionclassCell extractor for an IJK hexahedron volume mesh.classCell extractor for structured surface meshes.classCell extractor for structured volume meshes.classCell extractor for unstructured meshes. -
Uses of MiBaseExtractor in com.openinventor.meshvizxlm.extractors.isosurf
Classes in com.openinventor.meshvizxlm.extractors.isosurf that implement MiBaseExtractorModifier and TypeClassDescriptionclassIsosurface extractor for hexahedron IJK meshes.classIsosurface extractor for structured volume meshes.classIsosurface extractor for unstructured meshes. -
Uses of MiBaseExtractor in com.openinventor.meshvizxlm.extractors.outline
Classes in com.openinventor.meshvizxlm.extractors.outline that implement MiBaseExtractorModifier and TypeClassDescriptionclassOutline extractor for an hexahedron IJK meshes.classOutline extractor for structured surface meshes.classOutline extractor for structured volume meshes.classOutline 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 TypeClassDescriptionclassProbe at a given location in an hexahedron IJK mesh.classProbe 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 TypeClassDescriptionclassExtract the skin of an hexahedron IJK mesh.classSkin extractor for a structured volume mesh.classSkin 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 TypeClassDescriptionclassExtract a slab of an hexahedron IJK mesh.classExtract 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 TypeClassDescriptionclassCylinder slice extractor for hexahedron IJK volume meshes.classCylinder slice extractor for structured volume meshes.classCylinder slice extractor for unstructured volume meshes.classGrid plane slice extractor on unstructured volume meshes.classPlane slice extractor for hexahedron IJK volume meshes.classPlane slice extractor for structured volume meshes.classPlane slice extractor for unstructured volume meshes.classSphere slice extractor for hexahedron IJK volume meshes.classSphere slice extractor for structured volume meshes.classSphere 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 TypeInterfaceDescriptioninterfaceBase interface for all streamline extractors.Classes in com.openinventor.meshvizxlm.extractors.streamline that implement MiBaseExtractorModifier and TypeClassDescriptionclassStreamline extractor for hexahedron IJK meshes.classStreamline extractor for structured volume meshes.classStreamline extractor for unstructured meshes.