edu.stanford.math.plex4.examples
public class CellStreamExamples extends java.lang.Object
Constructor and Description |
---|
CellStreamExamples() |
Modifier and Type | Method and Description |
---|---|
static ExplicitCellStream |
getCellularKleinBottle()
This function returns a cellular Klein bottle.
|
static ExplicitCellStream |
getCellularMobiusBand()
This function returns a cell decomposition of the Mobius band.
|
static ExplicitCellStream |
getCellularRP2()
This function returns a cell decomposition of RP^2 (the real projective plane).
|
static ExplicitCellStream |
getCellularSphere(int dimension)
This function returns a cell decomposition of the n-sphere.
|
static ExplicitCellStream |
getCellularTorus()
This function returns a static cell complex containing a torus.
|
static ExplicitCellStream |
getMorozovJohanssonExample()
This function returns the filtered cell complex which is the running example in the
paper "Dualities in Persistent (Co)homology" by de Silva, Morozov and Johansson.
|
public static ExplicitCellStream getMorozovJohanssonExample()
public static ExplicitCellStream getCellularSphere(int dimension)
dimension
- the dimension of the sphere to producepublic static ExplicitCellStream getCellularTorus()
public static ExplicitCellStream getCellularKleinBottle()
public static ExplicitCellStream getCellularRP2()
public static ExplicitCellStream getCellularMobiusBand()