23#ifndef VCL_CONCEPTS_MESH_ELEMENTS_VERTEX_H
24#define VCL_CONCEPTS_MESH_ELEMENTS_VERTEX_H
28#include <vclib/concepts/mesh/components.h>
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