class CollectionBufferTilesMethods[K, V <: CellGrid[Int]] extends MethodExtensions[Seq[(K, V)]]
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- CollectionBufferTilesMethods
- MethodExtensions
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new CollectionBufferTilesMethods(self: Seq[(K, V)])(implicit arg0: SpatialComponent[K], arg1: Stitcher[V], arg2: (V) ⇒ CropMethods[V])
Value Members
- def bufferTiles(getBufferSizes: (K) ⇒ BufferSizes): Seq[(K, BufferedTile[V])]
- def bufferTiles(bufferSizesPerKey: Seq[(K, BufferSizes)]): Seq[(K, BufferedTile[V])]
- def bufferTiles(bufferSize: Int, layerBounds: TileBounds): Seq[(K, BufferedTile[V])]
- def bufferTiles(bufferSize: Int): Seq[(K, BufferedTile[V])]
-
val
self: Seq[(K, V)]
- Definition Classes
- CollectionBufferTilesMethods → MethodExtensions