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

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

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

Concept definition

template<typename T>
HasAdjacentEdges concept is satisfied only if a Element class provides the types and member functions...
Definition adjacent_edges.h:51
HasOptionalAdjacentEdges concept is satisfied only if a class satisfies the vcl::comp::HasAdjacentEdg...
Definition adjacent_edges.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

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