You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
```
fill_edge_property(handle, graph_view, input)
```
fills the un-maksed edge values to `input`. If we want to fill the entire edge values (both masked and un-masked) with `graph_view` with an attached edge mask, we need to copy a `graph_view` object; clear the edge mask; and call the `fill_edge_property` function with the copy. This is cumbersome and possibly bug inducing.
`make_initialized_edge_property` function is added as a utility function. Here, this factory creates an `edge_property_t` object and fills the entire edge property buffer to the user provided `input` value.
`make_initialized_edge_src|dst_property` functions are added as well for consistency.
Authors:
- Seunghwa Kang (https://github.com/seunghwak)
Approvers:
- Chuck Hastings (https://github.com/ChuckHastings)
- Joseph Nke (https://github.com/jnke2016)
URL: #5441
0 commit comments