Packages

object GridBounds extends Serializable

The companion object for the GridBounds type.

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GridBounds
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def apply[N](dimensions: Dimensions[N])(implicit arg0: Integral[N]): GridBounds[N]
  2. def apply(colMin: Long, rowMin: Long, colMax: Long, rowMax: Long): GridBounds[Long]
  3. def apply(colMin: Int, rowMin: Int, colMax: Int, rowMax: Int): GridBounds[Int]
  4. def apply[N](r: Grid[N])(implicit arg0: Integral[N]): GridBounds[N]

    Given a Grid, produce the corresponding GridBounds.

    Given a Grid, produce the corresponding GridBounds.

    r

    The given Grid

  5. def distinct[N](gridBounds: Traversable[GridBounds[N]]): Seq[GridBounds[N]]

    Creates a sequence of distinct GridBounds out of a set of potentially overlapping grid bounds.

    Creates a sequence of distinct GridBounds out of a set of potentially overlapping grid bounds.

    gridBounds

    A traversable collection of GridBounds

  6. implicit val gridBoundsIntDecoder: Decoder[GridBounds[Int]]
  7. implicit val gridBoundsIntEncoder: Encoder[GridBounds[Int]]
  8. implicit val gridBoundsLongDecoder: Decoder[GridBounds[Long]]
  9. implicit val gridBoundsLongEncoder: Encoder[GridBounds[Long]]