Regina Calculation Engine
|
Allows the Boost Graph Library to access inherent properties of the graph of a knot or link. More...
#include <link/graph.h>
Allows the Boost Graph Library to access inherent properties of the graph of a knot or link.
Here "inherent properties" means properties that are already stored as part of the knot or link, as opposed to a list of additional properties that are stored separately.
This class is lightweight - it contains no data or no methods. Its only use is to convey type information - specifically, to indicate to other Boost routines what property is being queried.
This class implements the Boost readable property map concept.
PropertyType | specifies which graph property is to be studied. This type must model the Boost property tag concept. Currently the only supported property is boost::vertex_index_t. |