Class RectangularConformalMap

java.lang.Object
java.lang.Thread
gov.nih.mipav.model.algorithms.AlgorithmBase
gov.nih.mipav.model.algorithms.RectangularConformalMap
All Implemented Interfaces:
ActionListener, WindowListener, Runnable, EventListener

public class RectangularConformalMap extends AlgorithmBase
  • Field Details

    • fileName

      private String fileName
    • fileDir

      private String fileDir
    • corner

      private int[] corner
  • Constructor Details

    • RectangularConformalMap

      public RectangularConformalMap()
    • RectangularConformalMap

      public RectangularConformalMap(String fileName, String fileDir, int[] corner)
  • Method Details

    • testRoutine

      public void testRoutine()
    • runAlgorithm

      public void runAlgorithm()
      Description copied from class: AlgorithmBase
      Actually runs the algorithm. Implemented by inheriting algorithms.
      Specified by:
      runAlgorithm in class AlgorithmBase
    • rectangular_conformal_map

      private double[][] rectangular_conformal_map(double[][] v, int[][] f, int[] corner)