ViennaGrid - The Vienna Grid Library
2.1.0
|
Metafunction for obtaining an element typelist of all element with a specific topologic dimension of something. More...
#include <mesh.hpp>
Public Types | |
typedef elements_of_topologic_dim_impl < typename container_collection_typemap < typename element_collection < something >::type >::type, topologic_dimension >::type | type |
Metafunction for obtaining an element typelist of all element with a specific topologic dimension of something.
SomethingT | The host type, can be a collection, a mesh, a segmentation or a segment |
TopologicDimensionV | The topologic dimension |
typedef elements_of_topologic_dim_impl< typename container_collection_typemap< typename element_collection<something>::type >::type, topologic_dimension>::type type |