TuttleOFX  1
operations.hpp File Reference
#include <boost/gil/utilities.hpp>
Include dependency graph for operations.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<typename T >
GIL_FORCEINLINE
boost::gil::point2< T > 
operator* (const boost::gil::point2< T > &p, const double t)
template<typename T >
GIL_FORCEINLINE
boost::gil::point2< T > & 
operator*= (boost::gil::point2< T > &p, const double t)
template<typename T >
GIL_FORCEINLINE
boost::gil::point2< T > 
operator* (const boost::gil::point2< T > &a, const boost::gil::point2< T > &b)
template<typename T >
GIL_FORCEINLINE
boost::gil::point2< T > & 
operator*= (boost::gil::point2< T > &a, const boost::gil::point2< T > &b)
template<typename T >
GIL_FORCEINLINE
boost::gil::point2< T > 
operator/ (const boost::gil::point2< T > &a, const boost::gil::point2< T > &b)
template<typename T >
GIL_FORCEINLINE
boost::gil::point2< double > 
operator/ (const double t, const boost::gil::point2< T > &p)

Function Documentation

template<typename T >
GIL_FORCEINLINE boost::gil::point2<T> operator* ( const boost::gil::point2< T > &  p,
const double  t 
)

Definition at line 10 of file operations.hpp.

template<typename T >
GIL_FORCEINLINE boost::gil::point2<T> operator* ( const boost::gil::point2< T > &  a,
const boost::gil::point2< T > &  b 
)

Definition at line 18 of file operations.hpp.

template<typename T >
GIL_FORCEINLINE boost::gil::point2<T>& operator*= ( boost::gil::point2< T > &  p,
const double  t 
)

Definition at line 14 of file operations.hpp.

References OfxPointD::x.

template<typename T >
GIL_FORCEINLINE boost::gil::point2<T>& operator*= ( boost::gil::point2< T > &  a,
const boost::gil::point2< T > &  b 
)

Definition at line 22 of file operations.hpp.

References OfxPointD::x.

template<typename T >
GIL_FORCEINLINE boost::gil::point2<T> operator/ ( const boost::gil::point2< T > &  a,
const boost::gil::point2< T > &  b 
)

Definition at line 26 of file operations.hpp.

template<typename T >
GIL_FORCEINLINE boost::gil::point2<double> operator/ ( const double  t,
const boost::gil::point2< T > &  p 
)

Definition at line 30 of file operations.hpp.