Public Types

cartesian_point< PointType > Struct Template Reference

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

#include <point.hpp>

Public Types

typedef viennagrid::point_t
< typename traits::value_type
< PointType >::type,
viennagrid::cartesian_cs
< viennagrid::traits::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::point_t<typename traits::value_type<PointType>::type, viennagrid::cartesian_cs<viennagrid::traits::static_size<PointType>::value> > type

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