STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions | Public Types
stapl::regular_mesh_edge_func< DOM > Struct Template Reference

Regular mesh edge functor creating the edges of a cell on-the-fly. More...

Public Member Functions

 regular_mesh_edge_func (DOM const &domain)
 
size_t size (void) const
 Returns number of edges of a cell. More...
 
edge_type operator() (size_t const &parent, size_t const &idx) const
 Build a cell edge. More...
 

Public Types

typedef DOM::tuple_type tuple_type
 
typedef size_t vertex_descriptor
 
typedef edge_descriptor_impl< vertex_descriptor > edge_descriptor
 
typedef regular_face_property< tuple_size< tuple_type >::value > edge_property
 
typedef sequential::graph_property_edge< vertex_descriptor, edge_propertyedge_type
 
typedef edge_type result_type
 

Detailed Description

template<typename DOM>
struct stapl::regular_mesh_edge_func< DOM >

Regular mesh edge functor creating the edges of a cell on-the-fly.

Template Parameters
Dommesh domain type.

Constructor & Destructor Documentation

◆ regular_mesh_edge_func()

template<typename DOM >
stapl::regular_mesh_edge_func< DOM >::regular_mesh_edge_func ( DOM const &  domain)
Parameters
domainmesh domain.

Member Function Documentation

◆ size()

template<typename DOM >
size_t stapl::regular_mesh_edge_func< DOM >::size ( void  ) const

Returns number of edges of a cell.

Returns
number of edges.

◆ operator()()

template<typename DOM >
edge_type stapl::regular_mesh_edge_func< DOM >::operator() ( size_t const &  parent,
size_t const &  idx 
) const

Build a cell edge.

Parameters
parentindex of source cell of the edge.
idxneighbor index.
Returns
cell edge.

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