edu.stanford.math.plex
protected static class PointData.Discrete.DSS extends SimplexStream
SimplexStream.ComparisonType, SimplexStream.Head, SimplexStream.Stack, SimplexStream.Tail
Modifier and Type | Field and Description |
---|---|
protected int |
max_dimension |
protected int |
num_pts |
protected SimplexStream |
ss |
Modifier | Constructor and Description |
---|---|
protected |
PointData.Discrete.DSS() |
|
PointData.Discrete.DSS(SimplexStream s,
int n,
int max_d) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext()
Is there a next Simplex in the stream?
|
java.util.Iterator<Simplex> |
iterator()
Make an iterator for the stream.
|
int |
maxDimension()
Max dimension of simplices in the stream.
|
Simplex |
next()
Next Simplex in the stream.
|
int |
size()
How many simplices are in the stream?
|
convert_filtration_index, convertInterval, convertInterval, remove, verify
protected SimplexStream ss
protected int max_dimension
protected int num_pts
protected PointData.Discrete.DSS()
public PointData.Discrete.DSS(SimplexStream s, int n, int max_d)
public boolean hasNext()
SimplexStream
hasNext
in interface java.util.Iterator<Simplex>
hasNext
in class SimplexStream
public Simplex next()
SimplexStream
next
in interface java.util.Iterator<Simplex>
next
in class SimplexStream
public int size()
SimplexStream
size
in class SimplexStream
public int maxDimension()
SimplexStream
maxDimension
in class SimplexStream
public java.util.Iterator<Simplex> iterator()
Iterator