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

SanityCheckAdjacentFaces concept. More...

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
HasRightNumberOfAdjacentFaces concept.
Definition adjacent_faces.h:141
SanityCheckAdjacentFaces concept.
Definition adjacent_faces.h:158

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.