MEPP2 Project
Public Types | Static Public Member Functions | Private Types | List of all members
boost::graph_traits< FEVV::CGALPointSet > Struct Reference

#include <Graph_traits_cgal_point_set.h>

Inheritance diagram for boost::graph_traits< FEVV::CGALPointSet >:
Inheritance graph
Collaboration diagram for boost::graph_traits< FEVV::CGALPointSet >:
Collaboration graph

Public Types

typedef FEVV::CGALPointSet::Index vertex_descriptor
 
typedef Point vertex_property_type
 
typedef int halfedge_descriptor
 
typedef int face_descriptor
 
typedef FEVV::CGALPointSet::iterator vertex_iterator
 
typedef std::size_t vertices_size_type
 

Static Public Member Functions

static vertex_descriptor null_vertex ()
 

Private Types

typedef FEVV::CGALPointSetPoint Point
 

Detailed Description

Definition at line 24 of file Graph_traits_cgal_point_set.h.

Member Typedef Documentation

◆ face_descriptor

typedef int boost::graph_traits< FEVV::CGALPointSet >::face_descriptor

Definition at line 40 of file Graph_traits_cgal_point_set.h.

◆ halfedge_descriptor

typedef int boost::graph_traits< FEVV::CGALPointSet >::halfedge_descriptor

Definition at line 35 of file Graph_traits_cgal_point_set.h.

◆ Point

typedef FEVV::CGALPointSetPoint boost::graph_traits< FEVV::CGALPointSet >::Point
private

Definition at line 27 of file Graph_traits_cgal_point_set.h.

◆ vertex_descriptor

typedef FEVV::CGALPointSet::Index boost::graph_traits< FEVV::CGALPointSet >::vertex_descriptor

Definition at line 31 of file Graph_traits_cgal_point_set.h.

◆ vertex_iterator

typedef FEVV::CGALPointSet::iterator boost::graph_traits< FEVV::CGALPointSet >::vertex_iterator

Definition at line 45 of file Graph_traits_cgal_point_set.h.

◆ vertex_property_type

typedef Point boost::graph_traits< FEVV::CGALPointSet >::vertex_property_type

Definition at line 32 of file Graph_traits_cgal_point_set.h.

◆ vertices_size_type

typedef std::size_t boost::graph_traits< FEVV::CGALPointSet >::vertices_size_type

Definition at line 46 of file Graph_traits_cgal_point_set.h.

Member Function Documentation

◆ null_vertex()

static vertex_descriptor boost::graph_traits< FEVV::CGALPointSet >::null_vertex ( )
inlinestatic

Definition at line 49 of file Graph_traits_cgal_point_set.h.


The documentation for this struct was generated from the following file: