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

SanityCheckAdjacentFaces concept. More...

Concept definition

template<typename T>
A concept that checks whether a type T (that should be a Element) has the AdjacentFaces component (in...
Definition adjacent_faces.h:672
HasRightNumberOfAdjacentFaces concept.
Definition adjacent_faces.h:702
SanityCheckAdjacentFaces concept.
Definition adjacent_faces.h:719

Detailed Description

SanityCheckAdjacentFaces concept.

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

It is satisfied if:

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