HCenStepPairArr

ostrat.prid.phex.HCenStepPairArr
See theHCenStepPairArr companion class

Attributes

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

Members list

Value members

Concrete methods

def apply[A2](pairs: HCenStepPair[A2]*)(implicit ct: ClassTag[A2]): HCenStepPairArr[A2]

Factory apply method for constructing an HCenStepPairArr from HCEnStepPair[A2]s.

Factory apply method for constructing an HCenStepPairArr from HCEnStepPair[A2]s.

Attributes

def pairs[A2](pairs: (HCenStep, A2)*)(implicit ct: ClassTag[A2]): HCenStepPairArr[A2]

Factory apply method for constructing an HCenStepPairArr from Tuple2[HCenStep, A2]s.

Factory apply method for constructing an HCenStepPairArr from Tuple2[HCenStep, A2]s.

Attributes

def reverse[A2](pairs: (A2, HCenStep)*)(implicit ct: ClassTag[A2]): HCenStepPairArr[A2]

Factory apply method for constructing an HCenStepPairArr from Tuple2[A2. HCenStep]s.

Factory apply method for constructing an HCenStepPairArr from Tuple2[A2. HCenStep]s.

Attributes

Inherited methods

def pairsToArrays[A2](pairs: Seq[PairInt3Elem[_, A2]])(implicit ct: ClassTag[A2]): (Array[Int], Array[A2])

Attributes

Inherited from:
CompanionArrPairInt3
def reverseTuplesToArrays[A2](pairs: Seq[(A2, Int3Elem)])(implicit ct: ClassTag[A2]): (Array[Int], Array[A2])

Not sure about the implementation of this method.

Not sure about the implementation of this method.

Attributes

Inherited from:
CompanionArrPairInt3
def tuplesToArrays[A2](pairs: Seq[(Int3Elem, A2)])(implicit ct: ClassTag[A2]): (Array[Int], Array[A2])

Attributes

Inherited from:
CompanionArrPairInt3