HSepLayerAny

ostrat.prid.phex.HSepLayerAny
trait HSepLayerAny[A]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class HSepLayer[A]
class LayerHSOptSys[A, SA]

Members list

Value members

Abstract methods

def unsafeArray: Array[A]

Concrete methods

def set(hs: HSep, value: A)(implicit grid: HGridSys): Unit

Sets the value in the layer for the given HSep. Throws exception if HSep does not exist within the HGrid.

Sets the value in the layer for the given HSep. Throws exception if HSep does not exist within the HGrid.

Attributes

def set(r: Int, c: Int, value: A)(implicit grid: HGridSys): Unit

Sets the value in the layer for the given HSep. Throws exception if HSep does not exist within the HGrid.

Sets the value in the layer for the given HSep. Throws exception if HSep does not exist within the HGrid.

Attributes

def set(grid: HGridSys, hs: HSep, value: A): Unit

Sets the value in the layer for the given HSep. Throws exception if HSep does not exist within the HGrid.

Sets the value in the layer for the given HSep. Throws exception if HSep does not exist within the HGrid.

Attributes

def setExists(grid: HGrid, hs: HSep, value: A): Unit

Set HSep if the HSep exists in the given HGrid.

Set HSep if the HSep exists in the given HGrid.

Attributes

def setExists(grid: HGrid, r: Int, c: Int, value: A): Unit

Set HSep if the HSep exists in the given HGrid.

Set HSep if the HSep exists in the given HGrid.

Attributes

def setSomeRC(value: A, hSeps: Int*)(implicit grid: HGridSys): Unit

Sets multiple HSeps specified by their r and c Int components parameters to the same given value.

Sets multiple HSeps specified by their r and c Int components parameters to the same given value.

Attributes