Class MeXLineMeshFromPolyhedralMesh
- java.lang.Object
-
- com.openinventor.meshvizxlm.meshextracted.MeXLineMeshFromPolyhedralMesh
-
- All Implemented Interfaces:
MiLineMeshUnstructured<MeXLineCell,MeXLineTopologyExplicitI<MeXLineCell>,MeXGeometryI>,MiMesh,MiMeshUnstructured<MeXGeometryI>,MiMeshUnstructuredI<MeXLineCell,MeXLineTopologyExplicitI<MeXLineCell>,MeXGeometryI>,MeXLineMeshUnstructured<MeXLineCell,MeXLineTopologyExplicitI<MeXLineCell>,MeXGeometryI>
public class MeXLineMeshFromPolyhedralMesh extends java.lang.Object implements MeXLineMeshUnstructured<MeXLineCell,MeXLineTopologyExplicitI<MeXLineCell>,MeXGeometryI>
-
-
Constructor Summary
Constructors Constructor Description MeXLineMeshFromPolyhedralMesh(MeXLineTopologyExplicitI<MeXLineCell> topology, MeXGeometryI geometry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MeXGeometryIgetGeometry()Returns the unstructured geometry of this mesh.MeXLineTopologyExplicitI<MeXLineCell>getTopology()Returns the generic topology of this mesh.voidsetGeometry(MeXGeometryI geometry)voidsetTopology(MeXLineTopologyExplicitI<MeXLineCell> topology)
-
-
-
Constructor Detail
-
MeXLineMeshFromPolyhedralMesh
public MeXLineMeshFromPolyhedralMesh(MeXLineTopologyExplicitI<MeXLineCell> topology, MeXGeometryI geometry)
-
-
Method Detail
-
setTopology
public void setTopology(MeXLineTopologyExplicitI<MeXLineCell> topology)
-
setGeometry
public void setGeometry(MeXGeometryI geometry)
-
getTopology
public MeXLineTopologyExplicitI<MeXLineCell> getTopology()
Description copied from interface:MiMeshUnstructuredIReturns the generic topology of this mesh.- Specified by:
getTopologyin interfaceMiMeshUnstructuredI<MeXLineCell,MeXLineTopologyExplicitI<MeXLineCell>,MeXGeometryI>- Returns:
- the generic topology of this mesh
-
getGeometry
public MeXGeometryI getGeometry()
Description copied from interface:MiMeshUnstructuredReturns the unstructured geometry of this mesh.- Specified by:
getGeometryin interfaceMiMeshUnstructured<MeXGeometryI>- Returns:
- the unstructured geometry of this mesh
-
-