Class MiCellExtractHexahedronIjk

java.lang.Object
com.openinventor.meshvizxlm.extractors.cell.MiCellExtractIjk
com.openinventor.meshvizxlm.extractors.cell.MiCellExtractHexahedronIjk
All Implemented Interfaces:
MiBaseExtractor, MiExtractorIjk

public abstract class MiCellExtractHexahedronIjk extends MiCellExtractIjk
Cell extractor for an IJK hexahedron volume mesh.

Extracts a list of cells from the input IJK hexahedron volume mesh and builds a surface mesh representing the extracted cells.

  • Method Details

    • getNewInstance

      public static <T extends MiHexahedronTopologyExplicitIjk, G extends MiGeometryI> MiCellExtractHexahedronIjk getNewInstance(MiVolumeMeshHexahedronIjk<T,G> mesh)
      Create an instance of cell extractor for an IJK hexahedron volume mesh.
      Parameters:
      mesh - the input mesh
      Returns:
      a cell extractor for an IJK hexahedron volume mesh
    • extractScalarSet

      public abstract MeXScalardSetI extractScalarSet(MiScalardSetI scalarSet)
      Extracts a PER_NODE scalar set from the original mesh. The scalars are mapped onto the current extracted mesh.

      Note: The argument i of the method MiScalardSetI.get(long) refers to the i-th node of the mesh. Thus the binding of the input set must be PER_NODE. An UnsupportedOperationException is thrown otherwise.

      Parameters:
      scalarSet - the input scalar set defined on the volume mesh
      Returns:
      the output scalar set defined on the extracted mesh
    • extractVec3Set

      public abstract MeXVec3dSetI extractVec3Set(MiVec3dSetI vectorSet)
      Extracts a PER_NODE vector set from the original mesh. The vectors are mapped onto the current extracted mesh.

      Note: The argument i of the method MiVec3dSetI.get(long) refers to the i-th node of the mesh. Thus the binding of the input set must be PER_NODE. An UnsupportedOperationException is thrown otherwise.

      Parameters:
      vectorSet - the input vector set defined on the volume mesh
      Returns:
      the output vector set defined on the extracted mesh
    • extractStringSet

      public abstract MeXStringSetI extractStringSet(MiStringSetI stringSet)
      Extracts a PER_NODE string set from the original mesh. The strings are mapped onto the current extracted mesh.

      Note: The argument i of the method MiStringSetI.get(long) refers to the i-th node of the mesh. Thus the binding of the input set must be PER_NODE. An UnsupportedOperationException is thrown otherwise.

      Parameters:
      stringSet - the input string set defined on the volume mesh
      Returns:
      the output string set defined on the extracted mesh