BuilderSeqLikeDbl3

ostrat.BuilderSeqLikeDbl3
trait BuilderSeqLikeDbl3[BB <: SeqLikeDbl3[_]] extends BuilderSeqLikeDblN[BB]

Constructs SeqLikeDbl3 objects.

Attributes

Graph
Supertypes
trait BuilderSeqLikeDblN[BB]
trait BuilderSeqLike[BB]
trait BuilderColl[BB]
class Object
trait Matchable
class Any
Show all
Known subtypes
trait BuilderArrDbl3Flat[ArrB]
trait BuilderSeqLikeDbl3Map[B, BB]
trait LinePathDbl3MapBuilder[B, BB]
trait PolygonDbl3MapBuilder[B, BB]
trait BuilderArrDbl3Map[B, ArrB]

Members list

Type members

Types

type BuffT <: Dbl3Buff[_]

BuffT can be inbuilt Jvm type like ArrayBuffer[Int] for B = Int and BB = Ints, or it can be a compile time wrapped Arraybuffer inheriting from BuffProdHomo.

BuffT can be inbuilt Jvm type like ArrayBuffer[Int] for B = Int and BB = Ints, or it can be a compile time wrapped Arraybuffer inheriting from BuffProdHomo.

Attributes

Value members

Concrete methods

final override def elemProdSize: Int

Attributes

Definition Classes

Inherited methods

Attributes

Inherited from:
BuilderSeqLikeDblN
final override def buffToSeqLike(buff: BuffT): BB

converts a the buffer type to the target compound class.

converts a the buffer type to the target compound class.

Attributes

Definition Classes
Inherited from:
BuilderSeqLikeDblN
def fromDblArray(array: Array[Double]): BB

Attributes

Inherited from:
BuilderSeqLikeDblN
final override def newBuff(length: Int): BuffT

Creates a new empty BuffSequ with a default capacity of 4 elements.

Creates a new empty BuffSequ with a default capacity of 4 elements.

Attributes

Definition Classes
Inherited from:
BuilderSeqLikeDblN