ViennaGrid - The Vienna Grid Library  2.1.0
Public Types
cartesian_point< PointType > Struct Template Reference

Convenience metafunction for the conversion to Cartesian coordinates. More...

#include <point.hpp>

Public Types

typedef
viennagrid::spatial_point
< typename result_of::coord
< PointType >::type,
viennagrid::cartesian_cs
< viennagrid::result_of::static_size
< PointType >::value > > 
type

Detailed Description

template<typename PointType>
struct viennagrid::result_of::cartesian_point< PointType >

Convenience metafunction for the conversion to Cartesian coordinates.


Member Typedef Documentation

typedef viennagrid::spatial_point<typename result_of::coord<PointType>::type, viennagrid::cartesian_cs<viennagrid::result_of::static_size<PointType>::value> > type

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