o

geotrellis.macros

TileMacros

object TileMacros

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TileMacros
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def doubleForeach_impl(c: Context)(f: scala.reflect.macros.whitebox.Context.Expr[(Int, Int, Double) ⇒ Unit]): scala.reflect.macros.whitebox.Context.Expr[Unit]
  2. def doubleMap_impl[T <: MacroMappableTile[T]](c: Context)(f: scala.reflect.macros.whitebox.Context.Expr[(Int, Int, Double) ⇒ Double]): scala.reflect.macros.whitebox.Context.Expr[T]
  3. def intForeach_impl(c: Context)(f: scala.reflect.macros.whitebox.Context.Expr[(Int, Int, Int) ⇒ Unit]): scala.reflect.macros.whitebox.Context.Expr[Unit]
  4. def intMap_impl[T <: MacroMappableTile[T]](c: Context)(f: scala.reflect.macros.whitebox.Context.Expr[(Int, Int, Int) ⇒ Int]): scala.reflect.macros.whitebox.Context.Expr[T]