ViennaGrid - The Vienna Grid Library  2.1.0
Public Member Functions
coordinate_converter< FromPointType, ToPointType, FromCoordinateSystem, ToCoordinateSystem > Class Template Reference

A conversion facility for transformations between coordinate systems. More...

#include <point.hpp>

Public Member Functions

ToPointType operator() (FromPointType const &)
 By default, conversion is unknown, thus an error is forced when calling the functor.

Detailed Description

template<typename FromPointType, typename ToPointType, typename FromCoordinateSystem = typename result_of::coordinate_system<FromPointType>::type, typename ToCoordinateSystem = typename result_of::coordinate_system<ToPointType>::type>
class viennagrid::coordinate_converter< FromPointType, ToPointType, FromCoordinateSystem, ToCoordinateSystem >

A conversion facility for transformations between coordinate systems.

Template Parameters:
FromPointTypeThe source point type
ToPointTypeThe destination point type

Member Function Documentation

ToPointType operator() ( FromPointType const &  ) [inline]

By default, conversion is unknown, thus an error is forced when calling the functor.


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