|
Unravel Engine C++ Reference
|
Apply a mutator function to each vertex. More...
#include <transform_path.hpp>
Classes | |
| class | vertices_t |
Public Types | |
| using | edges_t = typename impl_t::edges_t |
Public Member Functions | |
| transform_path_t (path_t path, const std::function< void(path_vertex_t &)> &mutate) | |
| vertices_t | vertices () const noexcept |
| edges_t | edges () const noexcept |
Apply a mutator function to each vertex.
Definition at line 14 of file transform_path.hpp.
| using generator::transform_path_t< path_t >::edges_t = typename impl_t::edges_t |
Definition at line 66 of file transform_path.hpp.
|
inline |
| path | Source data path. |
| mutate | Callback function that gets called once per vertex. |
Definition at line 55 of file transform_path.hpp.
|
inlinenoexcept |
Definition at line 68 of file transform_path.hpp.
|
inlinenoexcept |
Definition at line 61 of file transform_path.hpp.