LayerHcRArr

ostrat.prid.phex.LayerHcRArr
See theLayerHcRArr companion class
object LayerHcRArr

Companion object for the LayerHcRArr class, contains factory apply methods that take the HGridSys implicitly or explicitly.

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply[A <: AnyRef]()(implicit ct: ClassTag[A], gridSys: HGridSys): LayerHcRArr[A]

Factory apply method for an HGridSys HCen data layer of RArrs. There is a name overload of this method where the HGridSys is passed explicitly as the sole paramter of the first parameter list.

Factory apply method for an HGridSys HCen data layer of RArrs. There is a name overload of this method where the HGridSys is passed explicitly as the sole paramter of the first parameter list.

Attributes

def apply[A <: AnyRef](gridSys: HGridSys)(implicit ct: ClassTag[A]): LayerHcRArr[A]

Factory apply method for an HGridSys HCen data layer of RArrs. There is a name overload of this method where the HGridSys is passed implicitly.

Factory apply method for an HGridSys HCen data layer of RArrs. There is a name overload of this method where the HGridSys is passed implicitly.

Attributes