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

#include <properties.h>

Inheritance diagram for FEVV::Vertex_pmap_traits< MeshT, ValueT >:
Inheritance graph
Collaboration diagram for FEVV::Vertex_pmap_traits< MeshT, ValueT >:
Collaboration graph

Public Types

typedef boost::graph_traits< MeshT >::vertex_descriptor vertex_key_type
 
typedef FEVV::Assoc_property_map< vertex_key_type, ValueT > pmap_type
 

Static Public Member Functions

static pmap_type create (const MeshT &)
 

Detailed Description

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

Definition at line 314 of file properties.h.

Member Typedef Documentation

◆ pmap_type

template<typename MeshT , typename ValueT >
typedef FEVV::Assoc_property_map< vertex_key_type, ValueT > FEVV::Vertex_pmap_traits< MeshT, ValueT >::pmap_type

Definition at line 319 of file properties.h.

◆ vertex_key_type

template<typename MeshT , typename ValueT >
typedef boost::graph_traits< MeshT >::vertex_descriptor FEVV::Vertex_pmap_traits< MeshT, ValueT >::vertex_key_type

Definition at line 317 of file properties.h.

Member Function Documentation

◆ create()

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

Definition at line 321 of file properties.h.

Here is the caller graph for this function:

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