ostrat.prid.phex.LayerHSOptSys
See theLayerHSOptSys companion object
class LayerHSOptSys[A, SA <: HSepSome](val unsafeArray: Array[A]) extends HSepLayerAny[A]
Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
def someHSPolyMap(proj: HSysProjection, corners: HCornerLayer)(f: (SA, HSep, Polygon) => GraphicElem)(implicit gridSys: HGridSys): GraphicElems
def someOnlyHSPolyMap(proj: HSysProjection, corners: HCornerLayer)(f: (HSep, Polygon) => GraphicElem)(implicit gridSys: HGridSys): GraphicElems
def somePolyMap(proj: HSysProjection, corners: HCornerLayer)(f: (SA, Polygon) => GraphicElem)(implicit gridSys: HGridSys): GraphicElems
Maps over the Some values with their respective Polygons.
Maps over the Some values with their respective Polygons.
Attributes
def spawn(parentGridSys: HGridSys, childGridSys: HGridSys)(implicit ct: ClassTag[A]): LayerHSOptSys[A, SA]
Spawns a new HSideOptlLayer data layer for the child HGridSys from this LayerHSOptSys.
Inherited methods
Attributes
- Inherited from:
- HSepLayerAny
Attributes
- Inherited from:
- HSepLayerAny
Attributes
- Inherited from:
- HSepLayerAny
Attributes
- Inherited from:
- HSepLayerAny
Attributes
- Inherited from:
- HSepLayerAny
Attributes
- Inherited from:
- HSepLayerAny
Concrete fields
In this article