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

SanityCheckAdjacentEdges concept. More...

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
HasRightNumberOfAdjacentEdges concept.
Definition adjacent_edges.h:141
SanityCheckAdjacentEdges concept.
Definition adjacent_edges.h:158

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.