Visual Computing Library  devel
Loading...
Searching...
No Matches
vcl::ElementOrMeshConcept Concept Reference

A concept that checks whether a class is a Mesh or an Element. More...

#include <vclib/mesh/mesh.h>

Concept definition

template<typename T>
Definition element.h:54
A concept that checks whether a class is a Mesh or an Element.
Definition mesh.h:2180
A concept that checks whether a class is (inherits from) a Mesh class.
Definition mesh.h:2167

Detailed Description

A concept that checks whether a class is a Mesh or an Element.

The concept is satisfied when T is a class that satisfies the MeshConcept or the ElementConcept.