CGAL 5.3 - CGAL and the Boost Graph Library

The property tags model of the boost concept PropertyTag.

These tags are used to retrieve default property maps using the traits class boost::property_map.

Classes

struct  CGAL::graph_has_property< 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. More...
 
enum  CGAL::vertex_index_t
 The constant vertex_index is a property tag which identifies the index property of a vertex of a BGL Graph. More...
 
enum  CGAL::halfedge_index_t
 The constant halfedge_index is a property tag which identifies the index property of a halfedge of a HalfedgeGraph. More...
 
enum  CGAL::edge_index_t
 The constant edge_index is a property tag which identifies the index property of an edge of a BGL Graph. More...
 
enum  CGAL::face_index_t
 The constant face_index is a property tag which identifies the index property of a face of a FaceGraph. More...
 
enum  CGAL::vertex_point_t
 The constant vertex_point is a property tag which refers to the geometric embedding property of a vertex of a HalfedgeGraph. More...
 

Enumeration Type Documentation

◆ edge_index_t

#include <CGAL/boost/graph/properties.h>

The constant edge_index is a property tag which identifies the index property of an edge of a BGL Graph.

Is Model Of:
PropertyTag

◆ face_index_t

#include <CGAL/boost/graph/properties.h>

The constant face_index is a property tag which identifies the index property of a face of a FaceGraph.

This is a property tag introduced by CGAL.

Is Model Of:
PropertyTag

◆ halfedge_index_t

#include <CGAL/boost/graph/properties.h>

The constant halfedge_index is a property tag which identifies the index property of a halfedge of a HalfedgeGraph.

This is a property tag introduced by CGAL.

Is Model Of:
PropertyTag

◆ vertex_index_t

#include <CGAL/boost/graph/properties.h>

The constant vertex_index is a property tag which identifies the index property of a vertex of a BGL Graph.

Is Model Of:
PropertyTag

◆ vertex_point_t

#include <CGAL/boost/graph/properties.h>

The constant vertex_point is a property tag which refers to the geometric embedding property of a vertex of a HalfedgeGraph.

This is a property tag introduced by CGAL.

Is Model Of:
PropertyTag