Boost.Geometry    Boost C++ Libraries
Public Member Functions | List of all members
boost::geometry::strategy::transform::scale_transformer< CalculationType, 2, 2 > Class Template Reference
Inheritance diagram for boost::geometry::strategy::transform::scale_transformer< CalculationType, 2, 2 >:
boost::geometry::strategy::transform::ublas_transformer< CalculationType, 2, 2 >

Public Member Functions

 scale_transformer (CalculationType const &scale_x, CalculationType const &scale_y, CalculationType const &=0)
 
 scale_transformer (CalculationType const &scale)
 
- Public Member Functions inherited from boost::geometry::strategy::transform::ublas_transformer< CalculationType, 2, 2 >
template<typename P1 , typename P2 >
bool apply (P1 const &p1, P2 &p2) const
 
matrix_type const & matrix () const
 
 ublas_transformer (ct const &m_0_0, ct const &m_0_1, ct const &m_0_2, ct const &m_1_0, ct const &m_1_1, ct const &m_1_2, ct const &m_2_0, ct const &m_2_1, ct const &m_2_2)
 
 ublas_transformer (matrix_type const &matrix)
 
 ublas_transformer ()
 

Additional Inherited Members

- Protected Types inherited from boost::geometry::strategy::transform::ublas_transformer< CalculationType, 2, 2 >
typedef CalculationType ct
 
typedef
boost::numeric::ublas::matrix
< ct
matrix_type
 
- Protected Attributes inherited from boost::geometry::strategy::transform::ublas_transformer< CalculationType, 2, 2 >
matrix_type m_matrix
 

Constructor & Destructor Documentation

template<typename CalculationType >
boost::geometry::strategy::transform::scale_transformer< CalculationType, 2, 2 >::scale_transformer ( CalculationType const &  scale_x,
CalculationType const &  scale_y,
CalculationType const &  = 0 
)
template<typename CalculationType >
boost::geometry::strategy::transform::scale_transformer< CalculationType, 2, 2 >::scale_transformer ( CalculationType const &  scale)

April 2, 2011

Copyright © 2007-2011 Barend Gehrels, Amsterdam, the Netherlands
Copyright © 2008-2011 Bruno Lalande, Paris, France
Copyright © 2009-2010 Mateusz Loskot, London, UK
Documentation is generated by Doxygen