trait ByteArrayTileResult extends Resulting[Tile]
Defines a focal calculation as returning a Tile with ByteArrayTile, and defines the Initialization.init function for setting up the tile.
- Self Type
- ByteArrayTileResult with FocalCalculation[Tile]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ByteArrayTileResult
- Resulting
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
val
cols: Int
ByteArrayTile that will be returned by the focal calculation
-
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
- ByteArrayTileResult → Resulting
-
def
result: ByteArrayTile
- Definition Classes
- ByteArrayTileResult → Resulting
- val resultTile: ByteArrayTile
- val rows: Int