ostrat.prid.phex.HCenArrLayer
See theHCenArrLayer companion object
A data layer for an HGridSys where each tile's data is an Arr of the specified type.
Attributes
Companion
object
Graph
Reset zoom Hide graph Show graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
Members list
Foreachs over each tile's Arr .
Foreachs over each tile's Arr .
Attributes
Foreachs over each element of the respective Arr s with a preceding HCen . Applying the side effecting function.
Foreachs over each element of the respective Arr s with a preceding HCen . Applying the side effecting function.
Attributes
The HGridSys hex grid system that is the key to this tile data layer
The HGridSys hex grid system that is the key to this tile data layer
Attributes
Returns the Arr at the given integer index. This method is called iApply rather than apply as end users should have to use it, preferring instead the apply methods referencing the tile data by the HCen .
Returns the Arr at the given integer index. This method is called iApply rather than apply as end users should have to use it, preferring instead the apply methods referencing the tile data by the HCen .
Attributes
Foreachs over each tile's Arr with a preceding index.
Foreachs over each tile's Arr with a preceding index.
Attributes
Returns the Arr data for the given HCen coordinate. There is a name over load of this method that takes the integer R and C components as parameters.
Returns the Arr data for the given HCen coordinate. There is a name over load of this method that takes the integer R and C components as parameters.
Attributes
Returns the Arr data for the given HCen coordinate. There is a name over load of this method that takes the HCen class as a parameter.
Returns the Arr data for the given HCen coordinate. There is a name over load of this method that takes the HCen class as a parameter.
Attributes
Maps each tile's HCen with its respective Arr to a new Arr .
Maps each tile's HCen with its respective Arr to a new Arr .
Attributes
Maps from ArrA to ArrBs by mapping each element A, with the respective HCen to an element B.
Maps from ArrA to ArrBs by mapping each element A, with the respective HCen to an element B.
Attributes
FlatMaps the elements of each Arr with the corresponding HCen to a Arr .
FlatMaps the elements of each Arr with the corresponding HCen to a Arr .
Attributes
Maps from ArrA to ArrBs by mapping each element A to an element B.
Maps from ArrA to ArrBs by mapping each element A to an element B.
Attributes
The number of tile's in this data layer.
The number of tile's in this data layer.
Attributes