Package

it.unibo.scafi

config

Permalink

package config

Visibility
  1. Public
  2. All

Type Members

  1. case class Grid3DSettings(nRows: Int = 5, nColumns: Int = 5, nSlices: Int = 5, stepX: Double = 100, stepY: Double = 100, stepZ: Double = 100, tolerance: Double = 0, offsetX: Double = 0, offsetY: Double = 0, offsetZ: Double = 0) extends ShapeSettings with Product with Serializable

    Permalink
  2. case class GridSettings(nrows: Int = 10, ncols: Int = 10, stepx: Double = 100, stepy: Double = 80, tolerance: Double = 0, offsetx: Double = 0, offsety: Double = 0, mapPos: (Int, Int, Double, Double) ⇒ (Double, Double) = (_,_,x,y) => (x,y)) extends ShapeSettings with Product with Serializable

    Permalink
  3. abstract class ShapeSettings extends AnyRef

    Permalink
  4. case class SimpleRandomSettings(min: Double = 0.05, max: Double = 0.95) extends ShapeSettings with Product with Serializable

    Permalink

Value Members

  1. object Grid3DSettings extends Serializable

    Permalink

Ungrouped