o

geotrellis.macros

TypeConversionMacros

object TypeConversionMacros

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

Value Members

  1. def b2d_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Byte]): scala.reflect.macros.whitebox.Context.Expr[Double]
  2. def b2f_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Byte]): scala.reflect.macros.whitebox.Context.Expr[Float]
  3. def b2i_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Byte]): scala.reflect.macros.whitebox.Context.Expr[Int]
  4. def b2s_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Byte]): scala.reflect.macros.whitebox.Context.Expr[Short]
  5. def b2ub_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Byte]): scala.reflect.macros.whitebox.Context.Expr[Byte]
  6. def b2us_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Byte]): scala.reflect.macros.whitebox.Context.Expr[Short]
  7. def d2b_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Double]): scala.reflect.macros.whitebox.Context.Expr[Byte]
  8. def d2f_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Double]): scala.reflect.macros.whitebox.Context.Expr[Float]
  9. def d2i_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Double]): scala.reflect.macros.whitebox.Context.Expr[Int]
  10. def d2s_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Double]): scala.reflect.macros.whitebox.Context.Expr[Short]
  11. def d2ub_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Double]): scala.reflect.macros.whitebox.Context.Expr[Byte]
  12. def d2us_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Double]): scala.reflect.macros.whitebox.Context.Expr[Short]
  13. def f2b_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Float]): scala.reflect.macros.whitebox.Context.Expr[Byte]
  14. def f2d_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Float]): scala.reflect.macros.whitebox.Context.Expr[Double]
  15. def f2i_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Float]): scala.reflect.macros.whitebox.Context.Expr[Int]
  16. def f2s_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Float]): scala.reflect.macros.whitebox.Context.Expr[Short]
  17. def f2ub_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Float]): scala.reflect.macros.whitebox.Context.Expr[Byte]
  18. def f2us_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Float]): scala.reflect.macros.whitebox.Context.Expr[Short]
  19. def i2b_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Int]): scala.reflect.macros.whitebox.Context.Expr[Byte]
  20. def i2d_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Int]): scala.reflect.macros.whitebox.Context.Expr[Double]
  21. def i2f_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Int]): scala.reflect.macros.whitebox.Context.Expr[Float]
  22. def i2s_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Int]): scala.reflect.macros.whitebox.Context.Expr[Short]
  23. def i2ub_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Int]): scala.reflect.macros.whitebox.Context.Expr[Byte]
  24. def i2us_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Int]): scala.reflect.macros.whitebox.Context.Expr[Short]
  25. def s2b_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Short]): scala.reflect.macros.whitebox.Context.Expr[Byte]
  26. def s2d_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Short]): scala.reflect.macros.whitebox.Context.Expr[Double]
  27. def s2f_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Short]): scala.reflect.macros.whitebox.Context.Expr[Float]
  28. def s2i_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Short]): scala.reflect.macros.whitebox.Context.Expr[Int]
  29. def s2ub_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Short]): scala.reflect.macros.whitebox.Context.Expr[Byte]
  30. def s2us_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Short]): scala.reflect.macros.whitebox.Context.Expr[Short]
  31. def ub2b_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Byte]): scala.reflect.macros.whitebox.Context.Expr[Byte]
  32. def ub2d_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Byte]): scala.reflect.macros.whitebox.Context.Expr[Double]
  33. def ub2f_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Byte]): scala.reflect.macros.whitebox.Context.Expr[Float]
  34. def ub2i_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Byte]): scala.reflect.macros.whitebox.Context.Expr[Int]
  35. def ub2s_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Byte]): scala.reflect.macros.whitebox.Context.Expr[Short]
  36. def ub2us_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Byte]): scala.reflect.macros.whitebox.Context.Expr[Short]
  37. def us2b_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Short]): scala.reflect.macros.whitebox.Context.Expr[Byte]
  38. def us2d_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Short]): scala.reflect.macros.whitebox.Context.Expr[Double]
  39. def us2f_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Short]): scala.reflect.macros.whitebox.Context.Expr[Float]
  40. def us2i_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Short]): scala.reflect.macros.whitebox.Context.Expr[Int]
  41. def us2s_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Short]): scala.reflect.macros.whitebox.Context.Expr[Short]
  42. def us2ub_impl(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Short]): scala.reflect.macros.whitebox.Context.Expr[Byte]