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

#include <properties.h>

Collaboration diagram for FEVV::Halfedge_pmap_traits< MeshT, ValueT >:
Collaboration graph

Public Types

typedef boost::graph_traits< MeshT >::halfedge_descriptor halfedge_key_type
 
typedef FEVV::Assoc_property_map< halfedge_key_type, ValueT > pmap_type
 

Static Public Member Functions

static pmap_type create (const MeshT &m)
 

Detailed Description

template<typename MeshT, typename ValueT>
struct FEVV::Halfedge_pmap_traits< MeshT, ValueT >

Definition at line 358 of file properties.h.

Member Typedef Documentation

◆ halfedge_key_type

template<typename MeshT , typename ValueT >
typedef boost::graph_traits< MeshT >::halfedge_descriptor FEVV::Halfedge_pmap_traits< MeshT, ValueT >::halfedge_key_type

Definition at line 361 of file properties.h.

◆ pmap_type

template<typename MeshT , typename ValueT >
typedef FEVV::Assoc_property_map< halfedge_key_type, ValueT > FEVV::Halfedge_pmap_traits< MeshT, ValueT >::pmap_type

Definition at line 363 of file properties.h.

Member Function Documentation

◆ create()

template<typename MeshT , typename ValueT >
static pmap_type FEVV::Halfedge_pmap_traits< MeshT, ValueT >::create ( const MeshT m)
inlinestatic

Definition at line 365 of file properties.h.

Here is the caller graph for this function:

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