HCenOptStepPairLayer

ostrat.prid.phex.HCenOptStepPairLayer
See theHCenOptStepPairLayer companion object
class HCenOptStepPairLayer[A](gridSysIn: HGridSys, val arrayInt: Array[Int], val arrayA: Array[A])(using val ctA: ClassTag[A])

Optional HStep pair data layer for Hex grid systems.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def index(hc: HCen): Int

Needs changing.

Needs changing.

Attributes

def numCens: Int
def setSome(hc: HCen, step: HStepLike, value: A): Unit
def step(hc: HCen): HStep

Concrete fields

val arrayA: Array[A]

Givens

Givens

given ctA: ClassTag[A]
given gridSys: HGridSys