|
CGAL 6.1.3 - CGAL and the Boost Graph Library
|
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. |