Uses of Interface
com.openinventor.meshvizxlm.mesh.topology.MiTopologyIj
-
Packages that use MiTopologyIj Package Description com.openinventor.meshvizxlm.extractors.cell Provides classes for cell extraction and utility classes for cells.com.openinventor.meshvizxlm.extractors.outline Provides classes for outline extraction.com.openinventor.meshvizxlm.mapping.nodes Provides rendering, property and action nodes.com.openinventor.meshvizxlm.mesh Provides interfaces for meshes definition.com.openinventor.meshvizxlm.meshextracted.topology Provides interfaces for defining topologies of extracted meshes. -
-
Uses of MiTopologyIj in com.openinventor.meshvizxlm.extractors.cell
Methods in com.openinventor.meshvizxlm.extractors.cell with type parameters of type MiTopologyIj Modifier and Type Method Description static <T extends MiTopologyIj,G extends MiGeometryIj>
MiCellExtractIjMiCellExtractIj. getNewInstance(MiSurfaceMeshCurvilinear<T,G> mesh)
Create an instance of cell extractor for a curvilinear surface mesh. -
Uses of MiTopologyIj in com.openinventor.meshvizxlm.extractors.outline
Methods in com.openinventor.meshvizxlm.extractors.outline with type parameters of type MiTopologyIj Modifier and Type Method Description static <T extends MiTopologyIj,G extends MiGeometryIj>
MiOutlineExtractIjMiOutlineExtractIj. getNewInstance(MiSurfaceMeshCurvilinear<T,G> mesh)
Create an instance of outline extractor for a curvilinear surface mesh. -
Uses of MiTopologyIj in com.openinventor.meshvizxlm.mapping.nodes
Methods in com.openinventor.meshvizxlm.mapping.nodes with type parameters of type MiTopologyIj Modifier and Type Method Description <Topology extends MiTopologyIj,Geometry extends MiGeometryIj>
voidMoMesh. setMesh(MiSurfaceMeshCurvilinear<Topology,Geometry> mesh)
Sets the mesh interface to a curvilinear surface mesh. -
Uses of MiTopologyIj in com.openinventor.meshvizxlm.mesh
Classes in com.openinventor.meshvizxlm.mesh with type parameters of type MiTopologyIj Modifier and Type Interface Description interface
MiMeshIj<T extends MiTopologyIj>
IJ surface mesh interface.interface
MiSurfaceMeshCurvilinear<T extends MiTopologyIj,G extends MiGeometryIj>
Curvilinear surface mesh interface. -
Uses of MiTopologyIj in com.openinventor.meshvizxlm.meshextracted.topology
Subinterfaces of MiTopologyIj in com.openinventor.meshvizxlm.meshextracted.topology Modifier and Type Interface Description interface
MeXTopologyIj
List of extracted structured surface cells interface.
-