23#ifndef VCL_VIEWS_MESH_ELEMENTS_VERTEX_H
24#define VCL_VIEWS_MESH_ELEMENTS_VERTEX_H
26#include <vclib/concepts/mesh.h>
33 constexpr VerticesView() =
default;
35 template<MeshConcept R>
36 friend constexpr auto operator|(R&& r, VerticesView)
41 template<comp::HasVertexReferences R>
42 friend constexpr auto operator|(R&& r, VerticesView)
constexpr detail::VerticesView vertices
A view that allows to iterate over the Vertex elements of an object.
Definition vertex.h:60