Regina 7.3 Calculation Engine
|
Deals with model 4-valent planar graphs for knots and links. More...
#include <vector>
#include "core/output.h"
#include "utilities/exception.h"
#include "utilities/listview.h"
#include "utilities/markedvector.h"
#include "link/modellinkgraph-impl.h"
Classes | |
class | regina::ModelLinkGraphArc |
A reference to an outgoing edge from a node of a model graph for a knot or link. More... | |
class | regina::ModelLinkGraphNode |
Represents a single node in a model graph for a knot or link. More... | |
class | regina::ModelLinkGraph |
Represents an undirected 4-valent planar graph with a specific planar embedding. More... | |
class | regina::ModelLinkGraphCells |
Describes the cellular decomposition of the sphere that is induced by a given planar 4-valent graph. More... | |
Namespaces | |
namespace | regina |
Contains the entire Regina calculation engine. | |
Functions | |
std::ostream & | regina::operator<< (std::ostream &out, const ModelLinkGraphArc &a) |
Writes a depiction of the given arc reference to the given output stream. More... | |
void | regina::swap (ModelLinkGraph &lhs, ModelLinkGraph &rhs) noexcept |
Swaps the contents of the two given graphs. More... | |
Deals with model 4-valent planar graphs for knots and links.