ViennaGrid - The Vienna Grid Library
2.1.0
|
Metafunction for obtaining the coordinate type of the geometric point type of something. More...
#include <forwards.hpp>
Public Types | |
typedef coord< typename point < SomethingT >::type >::type | type |
Metafunction for obtaining the coordinate type of the geometric point type of something.
SomethingT | The host type, can be a point, an element, a mesh, a segmentation, a segment, an accessor or a field |