Visual Computing Library
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 line segment in n-dimensional space. The class is parameterized by a PointConc...
Definition segment.h:43

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