HCenBuffLayer

ostrat.prid.phex.HCenBuffLayer
See theHCenBuffLayer companion object
class HCenBuffLayer[A <: AnyRef](val unsafeArr: Array[ArrayBuffer[A]])

A HGridSys HCen layer of data buffers. An HCen hex tile centre grid of ArrayBuffers corresponding to the centres of an HGridSys hex tile grid system.

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def appendAt(y: Int, c: Int, value: A)(implicit grider: HGridSys): Unit

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

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

Attributes

def appendAt(hCen: HCen, value: A)(implicit grider: HGridSys): Unit

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

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

Attributes

def foreach(f: (HCen, ArrayBuffer[A]) => Unit)(implicit grider: HGridSys): Unit

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

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

Attributes

Concrete fields