PolygonInt3FlatBuilder

ostrat.geom.PolygonInt3FlatBuilder

Attributes

Graph
Supertypes
trait BuilderSeqLikeInt3[BB]
trait PolygonIntNFlatBuilder[VT, BB]
trait BuilderSeqLikeIntN[BB]
trait PolygonValueNFlatBuilder[VT, BB]
trait PolygonLikeFlatBuilder[VT, BB]
trait BuilderSeqLikeFlat[BB]
trait BuilderSeqLike[BB]
trait BuilderColl[BB]
class Object
trait Matchable
class Any
Show all
Known subtypes

Members list

Type members

Inherited types

type BuffT <: BuffInt3[_]

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:
BuilderSeqLikeInt3

Value members

Inherited methods

override def buffGrowSeqLike(buff: BuffT, seqLike: SeqLike[VT]): Unit

Attributes

Definition Classes
Inherited from:
PolygonIntNFlatBuilder
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:
PolygonIntNFlatBuilder
final override def elemProdSize: Int

Attributes

Definition Classes
Inherited from:
BuilderSeqLikeInt3
def fromIntArray(array: Array[Int]): BB

Attributes

Inherited from:
BuilderSeqLikeIntN

Attributes

Inherited from:
BuilderSeqLikeIntN
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:
BuilderSeqLikeIntN