STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions
stapl::skeletons::default_input_to_input_mapper< Dim > Class Template Reference

default mapper when skeleton is consuming from the the parent paragraph results. it maps the result ids requested by the child, from the parent dimension (upper level) to child dimension. More...

Public Member Functions

void set_direction (dir_t dir)
 
void set_dimensions (index_type const &consumer_coord, index_type const &consumer_dimension, index_type const &total_dimension, index_type const &task_dimension)
 
template<typename Op , typename LevelDims >
void compute_result_ids (Op &&op, LevelDims &&level_dims)
 
std::size_t operator() (const std::size_t idx) const
 
should_flow_t get_should_flow (void) const
 
std::vector< size_t > get_result_ids () const
 

Detailed Description

template<int Dim>
class stapl::skeletons::default_input_to_input_mapper< Dim >

default mapper when skeleton is consuming from the the parent paragraph results. it maps the result ids requested by the child, from the parent dimension (upper level) to child dimension.

Template Parameters
Dimdimension of skeleton

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