SqCenBuffLayer

ostrat.prid.psq.SqCenBuffLayer
See theSqCenBuffLayer companion object
class SqCenBuffLayer[A <: AnyRef](val unsafeArr: Array[ArrayBuffer[A]])

A SqCen square tile centre grid Arr of ArrayBuffers corresponding to the centres of a SqGridSys square tile grid system.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def appendAt(r: Int, c: Int, value: A)(implicit gridSys: SqGridSys): Unit

Appends value to the array buffer at the given location SqCen location.

Appends value to the array buffer at the given location SqCen location.

Attributes

def appendAt(sqCen: SqCen, value: A)(implicit gridSys: SqGridSys): Unit

Appends value to the array buffer at the given SqCen location.

Appends value to the array buffer at the given SqCen location.

Attributes

def foreach(f: (SqCen, RBuff[A]) => Unit)(implicit gridSys: SqGridSys): Unit

Foreach's over the sqCen and the corresponding ArrayBuffer value.

Foreach's over the sqCen and the corresponding ArrayBuffer value.

Attributes

Concrete fields