IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Classes | Namespaces | Functions
Ellipse2dOperators.h File Reference

Basic operators used for 2d ellipse management. More...

#include <IPSDKGeometry/IPSDKGeometryExports.h>
#include <IPSDKMath/Constants.h>

Go to the source code of this file.

Classes

class  ipsdk::geom::Ellipse2d< T >
 2d ellipse class associated to cartesian 2d coordinates. For a non rotated ellipse, the major axis follows the x axis and the minor axis follows the y axis. More...
 

Namespaces

 ipsdk
 Main namespace for IPSDK library.
 
 ipsdk::geom
 Namespace aggregating geometrical routines and classes.
 

Functions

template<typename T >
bool ipsdk::geom::compare (const Ellipse2d< T > &ellipse1, const Ellipse2d< T > &ellipse2, const T epsilon=ipsdk::NumericLimits< T >::sqrt_epsilon(), const ipReal64 epsilonOrientation=ipsdk::NumericLimits< ipReal64 >::sqrt_epsilon())
 function allowing to compare ellipses with tolerance
 
template<typename T >
IPSDKGEOMETRY_API std::ostream & ipsdk::geom::operator<< (std::ostream &os, const Ellipse2d< T > &ellipse)
 output operator on circle
 
template<typename T >
IPSDKGEOMETRY_API bool ipsdk::geom::operator== (const Ellipse2d< T > &ellipse1, const Ellipse2d< T > &ellipse2)
 comparison operators for ipsdk::geom::Ellipse2d class
 
template<typename T >
IPSDKGEOMETRY_API bool ipsdk::geom::operator!= (const Ellipse2d< T > &ellipse1, const Ellipse2d< T > &ellipse2)
 comparison operators for ipsdk::geom::Ellipse2d class
 

Detailed Description

Basic operators used for 2d ellipse management.

Author
R. Abbal
Date
2015/06/18