Class MoMeshRepresentationDetail<C extends MiCell,T extends MiTopologyExplicitI<C>,G extends MiGeometryI>
- java.lang.Object
-
- com.openinventor.meshvizxlm.mapping.details.MoMeshRepresentationDetail<C,T,G>
-
- Type Parameters:
C
- the type of cellsT
- the type of the mesh topologyG
- the type of the mesh geometry
- Direct Known Subclasses:
MoLineMeshDetail
,MoSurfaceMeshDetail
public abstract class MoMeshRepresentationDetail<C extends MiCell,T extends MiTopologyExplicitI<C>,G extends MiGeometryI> extends java.lang.Object
Stores detail information about a mesh representation.This class contains detail information about a mesh representation. It includes the mapped scalarset used for coloring.
- See Also:
MoFaceDetail
,MeXDataSetI
,MoLineDetail
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MeXScalardSetI
getExtractedColorScalarSet()
Returns the mapped scalarset used for coloring the mesh representation.
-
-
-
Method Detail
-
getExtractedColorScalarSet
public MeXScalardSetI getExtractedColorScalarSet()
Returns the mapped scalarset used for coloring the mesh representation.- Returns:
- the mapped scalarset
-
-