Visual Computing Library  devel
Loading...
Searching...
No Matches
vcl::Mesh< Args >::ContainerOf< El > Struct Template Reference

The ContainerOf struct allows to get the Container of an Element on this Mesh. More...

Inheritance diagram for vcl::Mesh< Args >::ContainerOf< El >:

Additional Inherited Members

- Public Types inherited from vcl::mesh::ContainerOfElement< ELEM_ID, Mesh< Args... > >
using type = FirstTypeT< typename detail::ContainerOfElementPred< ELEM_ID, typename RemoveRef< Mesh< Args... > >::Containers >::type >
 

Detailed Description

template<typename... Args>
template<ElementConcept El>
struct vcl::Mesh< Args >::ContainerOf< El >

The ContainerOf struct allows to get the Container of an Element on this Mesh.

Usage:

A class representing a box in N-dimensional space.
Definition box.h:46

The documentation for this struct was generated from the following file: