Regina 7.3 Calculation Engine
Classes | Namespaces | Functions
facetspec.h File Reference

Allows lightweight representation of individual facets of simplices. More...

#include "utilities/tightencoding.h"
#include <cstddef>
#include <iostream>
#include <sys/types.h>

Classes

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...
 

Namespaces

namespace  regina
 Contains the entire Regina calculation engine.
 

Functions

template<int dim>
std::ostream & regina::operator<< (std::ostream &out, const FacetSpec< dim > &spec)
 Writes the given facet specifier to the given output stream. More...
 

Detailed Description

Allows lightweight representation of individual facets of simplices.


Copyright © 1999-2023, 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).