Functor to add the adjacent edge weight and associated partition id to a vertex.
More...
|
| add_partition (size_t const &pid, size_t const &weight, size_t const &target) |
|
template<typename Property > |
result_type | operator() (Property &p) const |
|
size_t | target () const |
|
Functor to add the adjacent edge weight and associated partition id to a vertex.
◆ add_partition()
stapl::partitioner_details::add_partition::add_partition |
( |
size_t const & |
pid, |
|
|
size_t const & |
weight, |
|
|
size_t const & |
target |
|
) |
| |
- Parameters
-
pid | partition id. |
weight | weight associated with partition pid . |
target | target vertex id. |
◆ operator()()
template<typename Property >
result_type stapl::partitioner_details::add_partition::operator() |
( |
Property & |
p | ) |
const |
- Parameters
-
p | vertex property reference. |
The documentation for this struct was generated from the following file: