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