CofaceSimplexStream

org.appliedtopology.tda4j.CofaceSimplexStream
trait CofaceSimplexStream[VertexT, FiltrationT] extends StratifiedSimplexStream[VertexT, FiltrationT]

Attributes

Experimental
true
Graph
Supertypes
trait StratifiedSimplexStream[VertexT, FiltrationT]
trait StratifiedCellStream[Simplex[VertexT], FiltrationT]
trait CellStream[Simplex[VertexT], FiltrationT]
trait IterableOnce[Simplex[VertexT]]
trait Filtration[Simplex[VertexT], FiltrationT]
trait Filterable[FiltrationT]
class Object
trait Matchable
class Any
Show all
Known subtypes

Members list

Value members

Abstract methods

def currentDimension: Int
def currentDimensionCache: Seq[Simplex[VertexT]]
def keepCriterion: PartialFunction[Simplex[VertexT], Boolean]
def lastDimensionCache: Seq[Simplex[VertexT]]
def pruneAllCofaces: Boolean

Inherited methods

override def iterator: Iterator[Simplex[VertexT]]

Attributes

Definition Classes
StratifiedCellStream -> IterableOnce
Inherited from:
StratifiedCellStream
def knownSize: Int

Attributes

Inherited from:
IterableOnce
def stepper[S <: Stepper[_]](implicit shape: StepperShape[Simplex[VertexT], S]): S

Attributes

Inherited from:
IterableOnce

Inherited and Abstract methods

def filtrationOrdering: Ordering[Simplex[VertexT]]

Attributes

Inherited from:
CellStream
def filtrationValue: PartialFunction[Simplex[VertexT], FiltrationT]

Attributes

Inherited from:
Filtration
def iterateDimension: PartialFunction[Int, Iterator[Simplex[VertexT]]]

Attributes

Inherited from:
StratifiedCellStream
def largest: FiltrationT

Attributes

Inherited from:
Filterable
def smallest: FiltrationT

Attributes

Inherited from:
Filterable