SqCenOptStepLayer

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

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]

Givens

Givens

given ct: ClassTag[A]