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

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

Detailed Description

Deals with model 4-valent planar graphs for knots and links.


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