Unravel Engine C++ Reference
|
Apply a mutator function to each vertex. More...
#include <transform_shape.hpp>
Classes | |
class | vertices_t |
Public Types | |
using | edges_t = typename impl_t::edges_t |
Public Member Functions | |
transform_shape_t (shape_t shape, const std::function< void(shape_vertex_t &)> &mutate) | |
edges_t | edges () const noexcept |
vertices_t | vertices () const noexcept |
Apply a mutator function to each vertex.
Definition at line 13 of file transform_shape.hpp.
using generator::transform_shape_t< shape_t >::edges_t = typename impl_t::edges_t |
Definition at line 60 of file transform_shape.hpp.
|
inline |
shape | Source data shape. |
mutate | Callback function that gets called once per vertex. |
Definition at line 54 of file transform_shape.hpp.
|
inlinenoexcept |
Definition at line 62 of file transform_shape.hpp.
|
inlinenoexcept |
Definition at line 67 of file transform_shape.hpp.