Regina 7.4 Calculation Engine
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.
 

Detailed Description

Allows lightweight representation of individual facets of simplices.