23#ifndef VCL_CONCEPTS_MESH_ELEMENTS_EDGE_H
24#define VCL_CONCEPTS_MESH_ELEMENTS_EDGE_H
28#include <vclib/concepts/mesh/components.h>
98 RemoveRef<T>::VERTEX_NUMBER == 2;
The EdgeConcept describes how a Edge element that can be used for a EdgeContainer should be organized...
Definition edge.h:95
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
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
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
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
HasOptionalQuality concept is satisfied only if a class satisfies the vcl::comp::HasQuality concept a...
Definition quality.h:68
HasQuality concept is satisfied only if a Element class provides the types and member functions speci...
Definition quality.h:47
HasVertexReferences concept is satisfied only if a Element class provides the types and member functi...
Definition vertex_references.h:43