public interface Face extends Verify
FaceLattice
Modifier and Type | Interface and Description |
---|---|
static class |
Face.Type
The types of faces in a
FaceLattice |
Modifier and Type | Method and Description |
---|---|
SignedSet |
covector()
The covector labeling the face in the lattice (null for the
Face.Type.Top element) |
int |
dimension()
The dimension of this face, -1 for
Face.Type.Bottom , 0 for points, etc. |
Collection<? extends Face> |
higher()
The faces one dimension higher than this face.
|
Collection<? extends Face> |
lower()
The faces one dimension lower than this face.
|
Face.Type |
type()
The type, ie the position of the face in the lattice.
|
Face.Type type()
SignedSet covector()
Face.Type.Top
element)int dimension()
Face.Type.Bottom
, 0 for points, etc.Collection<? extends Face> higher()
Collection<? extends Face> lower()