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

HasOptionalAdjacentFaces concept is satisfied only if a class satisfies the vcl::comp::HasAdjacentFaces concept and the static boolean constant IS_OPTIONAL is set to true. More...

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

Concept definition

template<typename T>
HasAdjacentFaces concept is satisfied only if a Element class provides the types and member functions...
Definition adjacent_faces.h:51
HasOptionalAdjacentFaces concept is satisfied only if a class satisfies the vcl::comp::HasAdjacentFac...
Definition adjacent_faces.h:125
Evaluates to true if the type T is a component that is stored vertically in its element container,...
Definition component.h:72

Detailed Description

HasOptionalAdjacentFaces concept is satisfied only if a class satisfies the vcl::comp::HasAdjacentFaces concept and the static boolean constant IS_OPTIONAL is set to true.