Interface IContourGenerator

All Known Subinterfaces:
IContourMeshGenerator, IContourPictureGenerator
All Known Implementing Classes:
MapperContourMeshGenerator, MapperContourPictureGenerator

public interface IContourGenerator
  • Method Summary

    Modifier and Type
    Method
    Description
    double[][]
    getContourMatrix(int xRes, int yRes, int nLevels)
     
  • Method Details

    • getContourMatrix

      double[][] getContourMatrix(int xRes, int yRes, int nLevels)