Interface MeshMaker

    • Method Detail

      • getHorzCount

        int getHorzCount()
        Returns:
        the number of lines of latitude that the Model contains
      • getVertCount

        int getVertCount()
        Returns:
        the number of lines of longitude that the Model contains
      • remake

        Model remake​(int n,
                     int k)
        Build an instance of the Model with new values for the number of lines of latitude and longitude while keeping all the other model parameters the same.
        Parameters:
        n - number of lines of latitude for the returned Model
        k - number of lines of longitude for the returned Model
        Returns:
        a new instance of the Model with the updated parameters