#include <SimplicialComplex.h>
Public Member Functions | |
| Face (const OSimplex &os) | |
| Take the face opposite the apex of the OSimplex. | |
| Face (const Simplex &s, unsigned i) | |
| Take the face opposite vertex i. | |
| bool | operator== (const Face &f) const |
| bool | operator!= (const Face &f) const |
| size_t | hash () const |
| A good hash for power-of-two hash tables. | |
| std::string | toString () const |
| Get a halfway-readable string, for debugging. | |
Friends | |
| class | SimplicialComplex |
|
||||||||||
|
Take the face opposite the apex of the OSimplex.
|
|
||||||||||||||||
|
Take the face opposite vertex i.
|
|
|||||||||
|
A good hash for power-of-two hash tables.
|
|
||||||||||
|
|
|
||||||||||
|
|
|
|||||||||
|
Get a halfway-readable string, for debugging.
|
|
|||||
|
|
1.4.6