1[/============================================================================ 2 Boost.Geometry (aka GGL, Generic Geometry Library) 3 4 Copyright (c) 2007-2013 Barend Gehrels, Amsterdam, the Netherlands. 5 Copyright (c) 2008-2013 Bruno Lalande, Paris, France. 6 Copyright (c) 2009-2013 Mateusz Loskot, London, UK. 7 8 Use, modification and distribution is subject to the Boost Software License, 9 Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at 10 http://www.boost.org/LICENSE_1_0.txt) 11=============================================================================/] 12 13 14[/ Generated by doxygen_xml2qbk 1.1.1, don't change, will be overwritten automatically] 15[/ Generated from doxy/doxygen_output/xml/classboost_1_1geometry_1_1strategy_1_1transform_1_1inverse__transformer.xml] 16[section:strategy_transform_inverse_transformer strategy::transform::inverse_transformer] 17 18'''<indexterm><primary>strategy</primary></indexterm><indexterm><primary>transform</primary></indexterm><indexterm><primary>inverse_transformer</primary></indexterm>''' 19Transformation strategy to do an inverse transformation in a Cartesian coordinate system. 20 21[heading Synopsis] 22``template<typename CalculationType, std::size_t Dimension1, std::size_t Dimension2> 23class strategy::transform::inverse_transformer 24 : public strategy::transform::matrix_transformer< CalculationType, Dimension1, Dimension2 > 25{ 26 // ... 27}; 28`` 29 30[heading Template parameter(s)] 31[table 32[[Parameter] [Description]] 33[[typename CalculationType] []] 34[[std::size_t Dimension1] []] 35[[std::size_t Dimension2] []] 36] 37 38[heading Constructor(s)] 39[table 40[[Function] [Description] [Parameters] ] 41[[``template<typename Transformer> 42inverse_transformer(Transformer const & input)`` 43 44] [] [[* Transformer const &]: ['input]: 45 46 47 48]] 49] 50 51[heading Header] 52`#include <boost/geometry/strategies/transform/inverse_transformer.hpp>` 53 54[endsect] 55 56