mapnik::coord< T, 2 > Struct Template Reference

#include <coord.hpp>

List of all members.

Public Types

typedef T type

Public Member Functions

 coord ()
 coord (T x, T y)
template<typename T2 >
 coord (const coord< T2, 2 > &rhs)
template<typename T2 >
coord< T, 2 > & operator= (const coord< T2, 2 > &rhs)
template<typename T2 >
bool operator== (coord< T2, 2 > const &rhs)
coord< T, 2 > & operator+= (coord< T, 2 > const &rhs)
coord< T, 2 > & operator+= (T rhs)
coord< T, 2 > & operator-= (coord< T, 2 > const &rhs)
coord< T, 2 > & operator-= (T rhs)
coord< T, 2 > & operator*= (T t)
coord< T, 2 > & operator/= (T t)

Public Attributes

x
y

template<typename T>
struct mapnik::coord< T, 2 >


Member Typedef Documentation

template<typename T >
typedef T mapnik::coord< T, 2 >::type


Constructor & Destructor Documentation

template<typename T >
mapnik::coord< T, 2 >::coord (  )  [inline]

template<typename T >
mapnik::coord< T, 2 >::coord ( x,
y 
) [inline]

template<typename T >
template<typename T2 >
mapnik::coord< T, 2 >::coord ( const coord< T2, 2 > &  rhs  )  [inline]


Member Function Documentation

template<typename T >
coord<T,2>& mapnik::coord< T, 2 >::operator*= ( t  )  [inline]

template<typename T >
coord<T,2>& mapnik::coord< T, 2 >::operator+= ( rhs  )  [inline]

template<typename T >
coord<T,2>& mapnik::coord< T, 2 >::operator+= ( coord< T, 2 > const &  rhs  )  [inline]

References x, and y.

template<typename T >
coord<T,2>& mapnik::coord< T, 2 >::operator-= ( rhs  )  [inline]

template<typename T >
coord<T,2>& mapnik::coord< T, 2 >::operator-= ( coord< T, 2 > const &  rhs  )  [inline]

References x, and y.

template<typename T >
coord<T,2>& mapnik::coord< T, 2 >::operator/= ( t  )  [inline]

template<typename T >
template<typename T2 >
coord<T,2>& mapnik::coord< T, 2 >::operator= ( const coord< T2, 2 > &  rhs  )  [inline]

template<typename T >
template<typename T2 >
bool mapnik::coord< T, 2 >::operator== ( coord< T2, 2 > const &  rhs  )  [inline]


Member Data Documentation

template<typename T >
T mapnik::coord< T, 2 >::x

template<typename T >
T mapnik::coord< T, 2 >::y


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

Generated for Mapnik by doxygen 1.5.7.1