23#ifndef VCL_VIEWS_MESH_ELEMENTS_EDGE_H
24#define VCL_VIEWS_MESH_ELEMENTS_EDGE_H
26#include <vclib/concepts/mesh.h>
33 constexpr EdgesView() =
default;
35 template<EdgeMeshConcept R>
36 friend constexpr auto operator|(R&& r, EdgesView)
52inline constexpr detail::EdgesView
edges;
constexpr detail::EdgesView edges
A view that allows to iterate overt the Edge elements of an object.
Definition edge.h:52