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

The VertexConcept describes how a Vertex element that can be used for a VertexContainer should be organized. More...

#include <vclib/concepts/mesh/elements/vertex.h>

Concept definition

template<typename T>
ElementConcept<T> && RemoveRef<T>::ELEMENT_ID == ElemId::VERTEX &&
Definition element.h:31
The VertexConcept describes how a Vertex element that can be used for a VertexContainer should be org...
Definition vertex.h:106
Definition vertex.h:60
Definition vertex.h:68

Detailed Description

The VertexConcept describes how a Vertex element that can be used for a VertexContainer should be organized.

The Vertex concept is satisfied for a class V if ALL the following sentences are true:

  • The class V has the BitFlags component (or a derivate);
  • The class V has the Coordinate component (or a derivate);