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, verifyprotected 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()
SimplexStreamhasNext in interface java.util.Iterator<Simplex>hasNext in class SimplexStreampublic Simplex next()
SimplexStreamnext in interface java.util.Iterator<Simplex>next in class SimplexStreampublic int size()
SimplexStreamsize in class SimplexStreampublic int maxDimension()
SimplexStreammaxDimension in class SimplexStreampublic java.util.Iterator<Simplex> iterator()
Iterator