Visual Computing Library
Loading...
Searching...
No Matches
per_vertex.h
1/*****************************************************************************
2 * VCLib *
3 * Visual Computing Library *
4 * *
5 * Copyright(C) 2021-2025 *
6 * Visual Computing Lab *
7 * ISTI - Italian National Research Council *
8 * *
9 * All rights reserved. *
10 * *
11 * This program is free software; you can redistribute it and/or modify *
12 * it under the terms of the Mozilla Public License Version 2.0 as published *
13 * by the Mozilla Foundation; either version 2 of the License, or *
14 * (at your option) any later version. *
15 * *
16 * This program is distributed in the hope that it will be useful, *
17 * but WITHOUT ANY WARRANTY; without even the implied warranty of *
18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
19 * Mozilla Public License Version 2.0 *
20 * (https://www.mozilla.org/en-US/MPL/2.0/) for more details. *
21 ****************************************************************************/
22
23#ifndef VCL_CONCEPTS_MESH_PER_VERTEX_H
24#define VCL_CONCEPTS_MESH_PER_VERTEX_H
25
26#include "containers/vertex_container.h"
27#include "elements/vertex.h"
28
37namespace vcl {
38
50template<typename MeshType>
54
66template<typename MeshType>
70
82template<typename MeshType>
86
97template<typename MeshType>
101
112template<typename MeshType>
116
127template<typename MeshType>
131
143template<typename MeshType>
147
158template<typename MeshType>
162
173template<typename MeshType>
177
187template<typename MeshType>
191
192} // namespace vcl
193
194#endif // VCL_CONCEPTS_MESH_PER_VERTEX_H
Concept that checks if a Mesh has the per Vertex AdjacentEdges component.
Definition per_vertex.h:51
Concept that checks if a Mesh has the per Vertex AdjacentFaces component.
Definition per_vertex.h:67
Concept that checks if a Mesh has the per Vertex AdjacentVertices component.
Definition per_vertex.h:83
Concept that checks if a Mesh has the per Vertex Color component.
Definition per_vertex.h:98
Concept that checks if a Mesh has the per Vertex CustomComponents.
Definition per_vertex.h:188
Concept that checks if a Mesh has the per Vertex Mark component.
Definition per_vertex.h:113
Concept that checks if a Mesh has the per Vertex Normal component.
Definition per_vertex.h:128
Concept that checks if a Mesh has the per Vertex PrincipalCurvature component.
Definition per_vertex.h:144
Concept that checks if a Mesh has the per Vertex Quality component.
Definition per_vertex.h:159
Concept that checks if a Mesh has the per Vertex TexCoord component.
Definition per_vertex.h:174
HasVertices concepts is satisfied when at least one of its types is (or inherits from) a vcl::mesh::V...
Definition vertex_container.h:130
Definition vertex.h:48
Definition vertex.h:52
Definition vertex.h:56
Definition vertex.h:62
Definition vertex.h:66
Definition vertex.h:70
Definition vertex.h:74
Definition vertex.h:78
Definition vertex.h:82
Definition vertex.h:86