object GridBounds extends Serializable
The companion object for the GridBounds type.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GridBounds
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- def apply[N](dimensions: Dimensions[N])(implicit arg0: Integral[N]): GridBounds[N]
- def apply(colMin: Long, rowMin: Long, colMax: Long, rowMax: Long): GridBounds[Long]
- def apply(colMin: Int, rowMin: Int, colMax: Int, rowMax: Int): GridBounds[Int]
-
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
-
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
- implicit val gridBoundsIntDecoder: Decoder[GridBounds[Int]]
- implicit val gridBoundsIntEncoder: Encoder[GridBounds[Int]]
- implicit val gridBoundsLongDecoder: Decoder[GridBounds[Long]]
- implicit val gridBoundsLongEncoder: Encoder[GridBounds[Long]]