MEPP2 Project
Public Types | Static Public Member Functions | List of all members
FEVV::Halfedge_pmap_traits< CGAL::Surface_mesh< PointT >, ValueT > Struct Template Reference

#include <properties_surface_mesh.h>

Collaboration diagram for FEVV::Halfedge_pmap_traits< CGAL::Surface_mesh< PointT >, ValueT >:
Collaboration graph

Public Types

typedef boost::property_map< CGAL::Surface_mesh< PointT >, boost::halfedge_index_t >::const_type halfedge_index_map_type
 
typedef boost::vector_property_map< ValueT, halfedge_index_map_typepmap_type
 

Static Public Member Functions

static pmap_type create (const CGAL::Surface_mesh< PointT > &m)
 

Detailed Description

template<typename ValueT, typename PointT>
struct FEVV::Halfedge_pmap_traits< CGAL::Surface_mesh< PointT >, ValueT >

Definition at line 83 of file properties_surface_mesh.h.

Member Typedef Documentation

◆ halfedge_index_map_type

template<typename ValueT , typename PointT >
typedef boost::property_map< CGAL::Surface_mesh< PointT >, boost::halfedge_index_t >::const_type FEVV::Halfedge_pmap_traits< CGAL::Surface_mesh< PointT >, ValueT >::halfedge_index_map_type

Definition at line 87 of file properties_surface_mesh.h.

◆ pmap_type

template<typename ValueT , typename PointT >
typedef boost::vector_property_map< ValueT, halfedge_index_map_type > FEVV::Halfedge_pmap_traits< CGAL::Surface_mesh< PointT >, ValueT >::pmap_type

Definition at line 89 of file properties_surface_mesh.h.

Member Function Documentation

◆ create()

template<typename ValueT , typename PointT >
static pmap_type FEVV::Halfedge_pmap_traits< CGAL::Surface_mesh< PointT >, ValueT >::create ( const CGAL::Surface_mesh< PointT > &  m)
inlinestatic

Definition at line 91 of file properties_surface_mesh.h.

Here is the call graph for this function:

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