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

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

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

Go to the source code of this file.

Classes

class  ipsdk::geom::Circle2d< T >
 2d circle associated to cartesian 2d coordinates 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 Circle2d< T > &circle1, const Circle2d< T > &circle2, const T epsilon=ipsdk::NumericLimits< T >::sqrt_epsilon())
 function allowing to compare circles with tolerance
 
template<typename T >
IPSDKGEOMETRY_API std::ostream & ipsdk::geom::operator<< (std::ostream &os, const Circle2d< T > &circle)
 output operator on circle
 
template<typename T >
IPSDKGEOMETRY_API bool ipsdk::geom::operator== (const Circle2d< T > &circle1, const Circle2d< T > &circle2)
 comparison operators for ipsdk::geom::Circle2d class
 
template<typename T >
IPSDKGEOMETRY_API bool ipsdk::geom::operator!= (const Circle2d< T > &circle1, const Circle2d< T > &circle2)
 comparison operators for ipsdk::geom::Circle2d class
 

Detailed Description

Basic operators used for 2d circle management.

Author
R. Abbal
Date
2015/06/17