STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions | Public Types
stapl::partitioner_details::set_partition_domain_wf Struct Reference

Functor to set partition domains in the hierarchical view. More...

Public Member Functions

 set_partition_domain_wf (dom_list_t const &dom_list)
 
template<typename Partition >
void operator() (Partition p, size_t const &index)
 

Public Types

typedef std::vector< domset1D< size_t > > dom_list_t
 
typedef void result_type
 

Detailed Description

Functor to set partition domains in the hierarchical view.

Constructor & Destructor Documentation

◆ set_partition_domain_wf()

stapl::partitioner_details::set_partition_domain_wf::set_partition_domain_wf ( dom_list_t const &  dom_list)
Parameters
dom_listpartition domains.

Member Function Documentation

◆ operator()()

template<typename Partition >
void stapl::partitioner_details::set_partition_domain_wf::operator() ( Partition  p,
size_t const &  index 
)
Parameters
psuper-vertex of hierarchical view.
partitionindex for super-vertex p.

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