Template Struct mesh_competence_pack::apply

Nested Relationships

This struct is a nested type of Template Struct mesh_competence_pack.

Inheritance Relationships

Base Type

  • public TMeshCompetence< TMesh >

Struct Documentation

template<typename TMesh>
struct apply : public TMeshCompetence<TMesh>

Apply the mesh competence pack to a mesh type.

By inheriting from all mesh competences, the functionality of the competences gets added to the mesh type.

Template Parameters:

TMesh – The mesh type to which the competences are applied.