CGAL 5.0.3 - CGAL and the Boost Graph Library
|
#include <CGAL/boost/graph/properties.h>
Inherited by CGAL::graph_has_property< CGAL::Face_filtered_graph< Graph, FIMap, VIMap, HIMap >, PropertyTag >, and CGAL::graph_has_property< CGAL::Graph_with_descriptor_with_graph< Graph >, PropertyTag >.
graph_has_property is used to indicate if a model of HalfedgeGraph
or FaceGraph
has an internal property associated with the given PropertyTag
.
It inherits from CGAL::Tag_true
if there is a default internal property map for the corresponding property tag and from CGAL::Tag_false
otherwise.
Graph | a model of HalfedgeGraph or FaceGraph |
PropertyTag | the type of a property tag referring to the property of interest. |