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

HasPolygonBitFlags 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::PolygonBitFlags 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.__polygonBitFlags() } -> std::same_as<void>;
}
HasPolygonBitFlags concept is satisfied only if a Element class (that should be a Face) provides the ...
Definition bit_flags.h:96

Detailed Description

HasPolygonBitFlags 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::PolygonBitFlags component of a given element.