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

SanityCheckAdjacentEdges concept. More...

Concept definition

template<typename T>
A concept that checks whether a type T (that should be a Element) has the AdjacentEdges component (in...
Definition adjacent_edges.h:668
HasRightNumberOfAdjacentEdges concept.
Definition adjacent_edges.h:698
SanityCheckAdjacentEdges concept.
Definition adjacent_edges.h:715

Detailed Description

SanityCheckAdjacentEdges concept.

This concept is designed to be used with Face components, where the number of adjacent edges must be consistent w.r.t. the number of vertices of the face.

It is satisfied if:

  • the component does not have adjacent edges, or
  • in case it has adjacent edges, they have the same number of vertices of the face.