LineSegArrFlatBuilder

ostrat.geom.LineSegArrFlatBuilder

Attributes

Graph
Supertypes

Members list

Type members

Inherited types

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

Inherited from:
LineSegArrCommonBuilder

Value members

Inherited methods

override def buffGrowArr(buff: BuffT, arr: LineSegArr): Unit

A mutable operation that extends the ArrayBuffer with the elements of the Immutable Array operand.

A mutable operation that extends the ArrayBuffer with the elements of the Immutable Array operand.

Attributes

Definition Classes
Inherited from:
BuilderArrDblNFlat
final override def buffToSeqLike(buff: BuffT): LineSegArr

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
final override def elemProdSize: Int

Attributes

Definition Classes
Inherited from:
BuilderArrDbl4
override def fromDblArray(array: Array[Double]): LineSegArr

Attributes

Definition Classes
Inherited from:
LineSegArrCommonBuilder
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