Visual Computing Library
Loading...
Searching...
No Matches
vcl::comp::HasTriangleBitFlags Concept Reference

HasTriangleBitFlags concept is satisfied only if a Element class (that should be a Face) provides the member functions specified in this concept. These member functions allows to access to vcl::comp::TriangleBitFlags component of a given element. More...

#include <vclib/concepts/mesh/components/bit_flags.h>

Concept definition

template<typename T>
detail::FaceBitFlagsConcept<T> && requires (T&& obj) {
{ obj.__triangleBitFlags() } -> std::same_as<void>;
}
HasTriangleBitFlags concept is satisfied only if a Element class (that should be a Face) provides the...
Definition bit_flags.h:110

Detailed Description

HasTriangleBitFlags concept is satisfied only if a Element class (that should be a Face) provides the member functions specified in this concept. These member functions allows to access to vcl::comp::TriangleBitFlags component of a given element.