ViennaGrid - The Vienna Grid Library  2.1.0
Public Types
elements_of_topologic_dim< something, topologic_dimension > Struct Template Reference

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

Detailed Description

template<typename something, int topologic_dimension>
struct viennagrid::result_of::elements_of_topologic_dim< something, topologic_dimension >

Metafunction for obtaining an element typelist of all element with a specific topologic dimension of something.

Template Parameters:
SomethingTThe host type, can be a collection, a mesh, a segmentation or a segment
TopologicDimensionVThe topologic dimension

Member Typedef Documentation

typedef elements_of_topologic_dim_impl< typename container_collection_typemap< typename element_collection<something>::type >::type, topologic_dimension>::type type

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