Regina Calculation Engine
|
Allows the Boost Graph Library to access inherent properties of the dual graph of a triangulation. More...
#include <triangulation/graph.h>
Allows the Boost Graph Library to access inherent properties of the dual graph of a triangulation.
Here "inherent properties" means properties that are already stored as part of the triangulation, 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.
dim | the dimension of the triangulation whose dual graph is being studied. |
PropertyType | specifies which graph property is to be studied. This type must model the Boost property tag concept. Currently supported properties include boost::vertex_index_t and boost::vertex_name_t. |