abstract class FocalCalculation[T] extends Resulting[T]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FocalCalculation
  2. Resulting
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FocalCalculation(r: Tile, n: Neighborhood, analysisArea: Option[GridBounds[Int]], target: TargetCell)

Abstract Value Members

  1. abstract val copyOriginalValue: (Int, Int, Int, Int) ⇒ Unit

    Copies original value to result, (focusCol: Int, focusRow: Int, resultCol: Int, rowRow: Int) => Unit

    Copies original value to result, (focusCol: Int, focusRow: Int, resultCol: Int, rowRow: Int) => Unit

    Definition Classes
    Resulting
  2. abstract def execute(): T
  3. abstract def result: T
    Definition Classes
    Resulting

Concrete Value Members

  1. val bounds: GridBounds[Int]
  2. val r: Tile
  3. val target: TargetCell