LineSegArrCommonBuilder

ostrat.geom.LineSegArrCommonBuilder

Attributes

Graph
Supertypes
Known subtypes

Members list

Concise view

Type members

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

Value members

Concrete methods

override def fromDblArray(array: Array[Double]): LineSegArr

Attributes

Definition Classes

Inherited methods

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

Attributes

Definition Classes
Inherited from:
Dbl4ArrCommonBuilder
final override def newBuff(length: Int): BuffT

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

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

Attributes

Definition Classes
Inherited from:
DblNSeqLikeCommonBuilder