Uses of Interface
com.openinventor.meshvizxlm.mesh.topology.MiTopologyExplicitI
-
Packages that use MiTopologyExplicitI Package Description com.openinventor.meshvizxlm.mapping.details Provides classes for detail information storage.com.openinventor.meshvizxlm.mesh Provides interfaces for meshes definition.com.openinventor.meshvizxlm.mesh.topology Provides interfaces for mesh topologies definition.com.openinventor.meshvizxlm.meshextracted.topology Provides interfaces for defining topologies of extracted meshes. -
-
Uses of MiTopologyExplicitI in com.openinventor.meshvizxlm.mapping.details
Classes in com.openinventor.meshvizxlm.mapping.details with type parameters of type MiTopologyExplicitI Modifier and Type Class Description class
MoMeshRepresentationDetail<C extends MiCell,T extends MiTopologyExplicitI<C>,G extends MiGeometryI>
Stores detail information about a mesh representation. -
Uses of MiTopologyExplicitI in com.openinventor.meshvizxlm.mesh
Classes in com.openinventor.meshvizxlm.mesh with type parameters of type MiTopologyExplicitI Modifier and Type Interface Description interface
MiMeshUnstructuredI<C extends MiCell,T extends MiTopologyExplicitI<C>,G extends MiGeometryI>
I Unstructured mesh interface. -
Uses of MiTopologyExplicitI in com.openinventor.meshvizxlm.mesh.topology
Subinterfaces of MiTopologyExplicitI in com.openinventor.meshvizxlm.mesh.topology Modifier and Type Interface Description interface
MiLineTopologyExplicitI<C extends MiLineCell>
List of line cells interface.interface
MiSurfaceTopologyExplicitI<C extends MiSurfaceCell>
List of surface cells interface.interface
MiVolumeTopologyExplicitI<C extends MiVolumeCell>
List of volume cells interface. -
Uses of MiTopologyExplicitI in com.openinventor.meshvizxlm.meshextracted.topology
Subinterfaces of MiTopologyExplicitI in com.openinventor.meshvizxlm.meshextracted.topology Modifier and Type Interface Description interface
MeXLineTopologyExplicitI<C extends MeXLineCell>
List of extracted line cells interface.interface
MeXSurfaceTopologyExplicitI<C extends MeXSurfaceCell>
List of extracted surface cells interface.
-