Regina Calculation Engine
|
Deals with knots and links in the 3-sphere. More...
#include <functional>
#include <vector>
#include "regina-core.h"
#include "maths/integer.h"
#include "maths/laurent.h"
#include "maths/laurent2.h"
#include "packet/packet.h"
#include "progress/progresstracker.h"
#include "treewidth/treedecomposition.h"
#include "utilities/markedvector.h"
#include "utilities/property.h"
#include "link/data-impl.h"
#include "link/dt-impl.h"
#include "link/gauss-impl.h"
Classes | |
class | regina::Laurent< T > |
Represents a single-variable Laurent polynomial with coefficients of type T. More... | |
class | regina::Laurent2< T > |
Represents a Laurent polynomial in the two variables x, y with coefficients of type T. More... | |
class | regina::Triangulation< dim > |
A dim-dimensional triangulation, built by gluing together dim-dimensional simplices along their (dim-1)-dimensional facets. More... | |
class | regina::StrandRef |
A reference to one of the two strands of a link that pass each other at a crossing. More... | |
class | regina::Crossing |
Represents a single crossing in a link diagram. More... | |
class | regina::Link |
Represents a directed knot or link in the 3-sphere. More... | |
class | regina::CrossingIterator |
Iterates through all crossings of a link. More... | |
class | regina::ArcIterator |
Iterates through all directed arcs of a knot or link. More... | |
struct | std::iterator_traits< regina::CrossingIterator > |
struct | std::iterator_traits< regina::ArcIterator > |
Namespaces | |
regina | |
Contains the entire Regina calculation engine. | |
Enumerations | |
enum | regina::Framing { regina::FRAMING_SEIFERT = 1, regina::FRAMING_BLACKBOARD = 2 } |
Indicates one of the standard framing of a knot or link. More... | |
Functions | |
std::ostream & | regina::operator<< (std::ostream &out, const StrandRef &s) |
Writes a depiction of the given strand reference to the given output stream. More... | |
Deals with knots and links in the 3-sphere.