|
Visual Computing Library
devel
|
The HasVerticalComponentOfType concept checks whether a type T (that should be a MeshElement) has a vertical component having its vcl::CompId equal to COMP_ID.
More...
#include <vclib/mesh/components/concepts/component.h>
The HasVerticalComponentOfType concept checks whether a type T (that should be a MeshElement) has a vertical component having its vcl::CompId equal to COMP_ID.
The concept looks for the component having COMP_ID in the inner type Components type defined in the type T, that must be a vcl::TypeWrapper of components. If the component exists, it checks if it is vertical.
| T | The type to be evaluated. |
| COMP_ID | The id of the component to be checked. |