Visual Computing Library
Loading...
Searching...
No Matches
per_mesh.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_MESH_H
24#define VCL_CONCEPTS_MESH_PER_MESH_H
25
26#include "components.h"
27#include "mesh_concept.h"
28
29namespace vcl {
30
31namespace mesh {
32
33/* Port concepts into the mesh namespace */
34template<typename T>
36template<typename T>
38template<typename T>
40template<typename T>
42template<typename T>
44template<typename T>
46template<typename T>
48template<typename T>
50
51} // namespace mesh
52
59template<typename MeshType>
62
68template<typename MeshType>
70
77template<typename MeshType>
80
86template<typename MeshType>
88
94template<typename MeshType>
96
102template<typename MeshType>
105
111template<typename MeshType>
114
120template<typename MeshType>
123
124} // namespace vcl
125
126#endif // VCL_CONCEPTS_MESH_PER_MESH_H
Concept that is evaluated true if a Mesh has the BoundingBox component.
Definition per_mesh.h:60
Concept that is evaluated true if a Mesh has the Color component.
Definition per_mesh.h:69
Concept that is evaluated true if a Mesh has the CustomComponents component.
Definition per_mesh.h:78
Concept that is evaluated true if a Mesh has the Mark component.
Definition per_mesh.h:87
Concept that checks if a Mesh has the Name component.
Definition per_mesh.h:95
Concept that checks if a Mesh has the TextureImages component.
Definition per_mesh.h:103
Concept that checks if a Mesh has the TexturePaths component.
Definition per_mesh.h:112
Concept that checks if a Mesh has the TransformMatrix component.
Definition per_mesh.h:121
The Mesh Concept is evaluated to true when the type is a Mesh.
Definition mesh_concept.h:77
HasBoundingBox concept is satisfied only if a Element or Mesh class provides the member functions spe...
Definition bounding_box.h:39
HasColor concept is satisfied only if a Element/Mesh class provides the types and member functions sp...
Definition color.h:47
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
HasName concept is satisfied only if a Element or Mesh class provides the member functions specified ...
Definition name.h:40
HasTextureImages concept is satisfied only if a Mesh class provides the member functions specified in...
Definition texture_images.h:43
HasTexturePaths concept is satisfied only if a Mesh class provides the member functions specified in ...
Definition texture_paths.h:47
HasTransformMatrix concept is satisfied only if a Element or Mesh class provides the member functions...
Definition transform_matrix.h:39
Definition per_mesh.h:35
Definition per_mesh.h:37
Definition per_mesh.h:39
Definition per_mesh.h:41
Definition per_mesh.h:43
Definition per_mesh.h:45
Definition per_mesh.h:47
Definition per_mesh.h:49