Abstract Value Members
-
abstract
def
cellType: CellType
-
abstract
def
cols: Int
-
abstract
def
combine(r2: Tile)(f: (Int, Int) ⇒ Int): Tile
-
abstract
def
combineDouble(r2: Tile)(f: (Double, Double) ⇒ Double): Tile
-
abstract
def
convert(cellType: CellType): Tile
-
abstract
def
foreach(f: (Int) ⇒ Unit): Unit
-
abstract
def
foreachDouble(f: (Double) ⇒ Unit): Unit
-
abstract
def
foreachDoubleVisitor(visitor: macros.DoubleTileVisitor): Unit
-
abstract
def
foreachIntVisitor(visitor: macros.IntTileVisitor): Unit
-
abstract
def
get(col: Int, row: Int): Int
-
abstract
def
getDouble(col: Int, row: Int): Double
-
abstract
def
map(f: (Int) ⇒ Int): Tile
-
abstract
def
mapDouble(f: (Double) ⇒ Double): Tile
-
-
-
-
abstract
def
rows: Int
-
abstract
def
toArray(): Array[Int]
-
abstract
def
toArrayDouble(): Array[Double]
-
abstract
def
toArrayTile(): ArrayTile
-
abstract
def
toBytes(): Array[Byte]
Concrete Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
asciiDraw(): String
-
def
asciiDrawDouble(significantDigits: Int = Int.MaxValue): String
-
def
asciiDrawRange(colMin: Int, colMax: Int, rowMin: Int, rowMax: Int): String
-
def
clone(): AnyRef
-
def
crop(srcExtent: Extent, extent: Extent): Tile
-
-
def
crop(colMin: Int, rowMin: Int, colMax: Int, rowMax: Int): Tile
-
def
crop(cols: Int, rows: Int): Tile
-
lazy val
dimensions: (Int, Int)
-
def
downsample(newCols: Int, newRows: Int)(f: (CellSet) ⇒ Int): Tile
-
def
dualCombine(r2: Tile)(f: (Int, Int) ⇒ Int)(g: (Double, Double) ⇒ Double): Tile
-
def
dualForeach(f: (Int) ⇒ Unit)(g: (Double) ⇒ Unit): Unit
-
def
dualMap(f: (Int) ⇒ Int)(g: (Double) ⇒ Double): Tile
-
def
dualMapIfSet(f: (Int) ⇒ Int)(g: (Double) ⇒ Double): Tile
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
findMinMax: (Int, Int)
-
def
findMinMaxDouble: (Double, Double)
-
def
foreach(f: (Int, Int, Int) ⇒ Unit): Unit
-
def
foreachDouble(f: (Int, Int, Double) ⇒ Unit): Unit
-
final
def
getClass(): Class[_]
-
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
map(f: (Int, Int, Int) ⇒ Int): Tile
-
def
mapDouble(f: (Int, Int, Double) ⇒ Double): Tile
-
def
mapIfSet(f: (Int) ⇒ Int): Tile
-
def
mapIfSetDouble(f: (Double) ⇒ Double): Tile
-
final
def
ne(arg0: AnyRef): Boolean
-
def
normalize(oldMin: Double, oldMax: Double, newMin: Double, newMax: Double): Tile
-
def
normalize(oldMin: Int, oldMax: Int, newMin: Int, newMax: Int): Tile
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
rescale(newMin: Double, newMax: Double): Tile
-
def
rescale(newMin: Int, newMax: Int): Tile
-
lazy val
size: Int
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any
Base trait for a Tile.