abstract class FocalCalculation[T] extends Resulting[T]
A calculation that a FocalStrategy uses to complete a focal operation.
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- FocalCalculation
- Resulting
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new FocalCalculation(r: Tile, n: Neighborhood, analysisArea: Option[GridBounds[Int]], target: TargetCell)
Abstract Value Members
-
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
- abstract def execute(): T
-
abstract
def
result: T
- Definition Classes
- Resulting
Concrete Value Members
- val bounds: GridBounds[Int]
- val r: Tile
- val target: TargetCell