Interface MeXGeometryIj

  • All Superinterfaces:
    MeXGeometry, MiGeometry, MiGeometryIj

    public interface MeXGeometryIj
    extends MiGeometryIj, MeXGeometry
    Generic geometry interface for extracted structured surface meshes.

    Generic geometry interface accessible via two indices. This type of geometry is typically used by extracted curvilinear surface mesh interfaces.

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getSizeI()
      Returns the number of points along the first logical axis in this geometry.
      long getSizeJ()
      Returns the number of points along the second logical axis in this geometry.
    • Method Detail

      • getSizeI

        long getSizeI()
        Returns the number of points along the first logical axis in this geometry.
        Returns:
        the number of points
      • getSizeJ

        long getSizeJ()
        Returns the number of points along the second logical axis in this geometry.
        Returns:
        the number of points