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

A concept that checks whether a type T (that should be a Mesh) has the TransformMatrix component (inherits from it). More...

#include <vclib/mesh/components/transform_matrix.h>

Concept definition

template<typename T>
TTB::IsDerivedFromSpecializationOfV<T, TransformMatrix>
A concept that checks whether a type T (that should be a Mesh) has the TransformMatrix component (inh...
Definition transform_matrix.h:147

Detailed Description

A concept that checks whether a type T (that should be a Mesh) has the TransformMatrix component (inherits from it).

The concept is satisfied if T is a class that inherits from vcl::comp::TransformMatrix, with any template arguments.

Template Parameters
TThe type to be tested for conformity to the HasTransformMatrix.