SqCenOptStepLayer

ostrat.prid.psq.SqCenOptStepLayer
See theSqCenOptStepLayer companion object
class SqCenOptStepLayer[A](val arrayInt: Array[Int], val arrayA: Array[A])(implicit val ct: ClassTag[A], val gridSys: SqGridSys)

Optional SqStep layer for Square tile grids.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def index(hc: SqCen): Int

Not full sure what to do with this method.

Not full sure what to do with this method.

Attributes

def numCens: Int
def setSome(hc: SqCen, step: SqStepLike, value: A): Unit
def step(hc: SqCen): SqStepLike

Concrete fields

val arrayA: Array[A]

Implicits

Implicits

implicit val ct: ClassTag[A]
implicit val gridSys: SqGridSys