Allows lightweight representation of individual facets of simplices.
More...
#include "utilities/tightencoding.h"
#include <cstddef>
#include <iostream>
#include <sys/types.h>
|
struct | regina::FacetSpec< dim > |
| A lightweight class used to refer to a particular facet of a particular top-dimensional simplex in a dim-dimensional triangulation. More...
|
|
|
namespace | regina |
| Contains the entire Regina calculation engine.
|
|
|
template<int dim> |
std::ostream & | regina::operator<< (std::ostream &out, const FacetSpec< dim > &spec) |
| Writes the given facet specifier to the given output stream.
|
|
Allows lightweight representation of individual facets of simplices.
Copyright © 1999-2025, The Regina development team
This software is released under the GNU General Public License,
with some additional permissions; see the source code for details.
For further information, or to submit a bug or other problem, please contact
Ben Burton (
bab@maths.uq.edu.au).