23#ifndef VCL_CONCEPTS_MESH_PER_FACE_H
24#define VCL_CONCEPTS_MESH_PER_FACE_H
26#include "containers/face_container.h"
27#include "elements/face.h"
39template<
typename MeshType>
43template<
typename MeshType>
47template<
typename MeshType>
62template<
typename MeshType>
78template<
typename MeshType>
94template<
typename MeshType>
110template<
typename MeshType>
126template<
typename MeshType>
142template<
typename MeshType>
157template<
typename MeshType>
173template<
typename MeshType>
189template<
typename MeshType>
205template<
typename MeshType>
221template<
typename MeshType>
237template<
typename MeshType>
253template<
typename MeshType>
269template<
typename MeshType>
HasFaces concepts is satisfied when at least one of its template types is (or inherits from) a vcl::m...
Definition face_container.h:133
Concept that checks if a Mesh has the per Face AdjacentEdges component.
Definition per_face.h:63
Concept that checks if a Mesh has the per Face AdjacentFaces component.
Definition per_face.h:79
Concept that checks if a Mesh has the per Face BitFlags component.
Definition per_face.h:95
Concept that checks if a Mesh has the per Face Color component.
Definition per_face.h:111
Concept that checks if a Mesh has the per Face CustomComponents component.
Definition per_face.h:127
Concept that checks if a Mesh has the per Face Mark component.
Definition per_face.h:143
Concept that checks if a Mesh has the per Face Normal component.
Definition per_face.h:158
Concept that checks if a Mesh has the per Face PolygonBitFlags component.
Definition per_face.h:174
Concept that checks if a Mesh has the per Face PrincipalCurvature component.
Definition per_face.h:190
Concept that checks if a Mesh has the per Face Quality component.
Definition per_face.h:206
Concept that checks if a Mesh has the per Face TriangleBitFlags component.
Definition per_face.h:222
Concept that checks if a Mesh has the per Face VertexPointers component.
Definition per_face.h:238
Concept that checks if a Mesh has the per Face WedgeColors component.
Definition per_face.h:254
Concept that checks if a Mesh has the per Face WedgeTexCoords component.
Definition per_face.h:270