Visual Computing Library
Loading...
Searching...
No Matches
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_ELEMENTS_VERTEX_H
24#define VCL_CONCEPTS_MESH_ELEMENTS_VERTEX_H
25
26#include "element.h"
27
28#include <vclib/concepts/mesh/components.h>
29
37namespace vcl {
38
39namespace vert {
40
46/* Port concepts into the vert namespace */
47template<typename T>
49template<typename T>
51template<typename T>
53template<typename T>
55template<typename T>
57template<typename T>
59template<typename T>
61template<typename T>
63template<typename T>
65template<typename T>
67template<typename T>
69template<typename T>
71template<typename T>
73template<typename T>
75template<typename T>
77template<typename T>
79template<typename T>
81template<typename T>
83template<typename T>
85template<typename T>
87template<typename T>
89
// end of group
91
92} // namespace vert
93
105template<typename T>
107 ElementConcept<T> && RemoveRef<T>::ELEMENT_ID == ElemId::VERTEX &&
109
110} // namespace vcl
111
112#endif // VCL_CONCEPTS_MESH_ELEMENTS_VERTEX_H
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
HasAdjacentEdges concept is satisfied only if a Element class provides the types and member functions...
Definition adjacent_edges.h:51
HasAdjacentFaces concept is satisfied only if a Element class provides the types and member functions...
Definition adjacent_faces.h:51
HasAdjacentVertices concept is satisfied only if a Element class provides the types and member functi...
Definition adjacent_vertices.h:52
HasBitFlags concept is satisfied only if a Element class provides the member functions specified in t...
Definition bit_flags.h:42
HasColor concept is satisfied only if a Element/Mesh class provides the types and member functions sp...
Definition color.h:47
HasCoordinate concept is satisfied only if a Element class provides the types and member functions sp...
Definition coordinate.h:39
HasCustomComponents concept is satisfied only if a Element class provides the types and member functi...
Definition custom_components.h:41
HasMark concept is satisfied only if a Element/Mesh class provides the types and member functions spe...
Definition mark.h:47
HasNormal concept is satisfied only if a Element class provides the types and member functions specif...
Definition normal.h:47
HasOptionalAdjacentEdges concept is satisfied only if a class satisfies the vcl::comp::HasAdjacentEdg...
Definition adjacent_edges.h:125
HasOptionalAdjacentFaces concept is satisfied only if a class satisfies the vcl::comp::HasAdjacentFac...
Definition adjacent_faces.h:125
HasOptionalAdjacentVertices concept is satisfied only if a class satisfies the vcl::comp::HasAdjacent...
Definition adjacent_vertices.h:125
HasOptionalColor concept is satisfied only if a class satisfies the vcl::comp::HasColor concept and t...
Definition color.h:60
HasOptionalMark concept is satisfied only if a class satisfies the vcl::comp::HasMark concept and and...
Definition mark.h:66
HasOptionalNormal concept is satisfied only if a class satisfies the vcl::comp::HasNormal concept and...
Definition normal.h:60
HasOptionalPrincipalCurvature concept is satisfied only if a class satisfies the HasPrincipalCurvatur...
Definition principal_curvature.h:61
HasOptionalQuality concept is satisfied only if a class satisfies the vcl::comp::HasQuality concept a...
Definition quality.h:68
HasOptionalTexCoord concept is satisfied only if a class satisfies the vcl::comp::HasTexCoord concept...
Definition tex_coord.h:60
HasPrincipalCurvature concept is satisfied only if a Element class provides the types and member func...
Definition principal_curvature.h:48
HasQuality concept is satisfied only if a Element class provides the types and member functions speci...
Definition quality.h:47
HasTexCoord concept is satisfied only if a Element class provides the types and member functions spec...
Definition tex_coord.h:47
Definition vertex.h:48
Definition vertex.h:52
Definition vertex.h:56
Definition vertex.h:60
Definition vertex.h:62
Definition vertex.h:68
Definition vertex.h:66
Definition vertex.h:70
Definition vertex.h:74
Definition vertex.h:64
Definition vertex.h:72
Definition vertex.h:76
Definition vertex.h:84
Definition vertex.h:88
Definition vertex.h:78
Definition vertex.h:82
Definition vertex.h:86