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

Operators associated to line 2d entities. More...

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

Go to the source code of this file.

Namespaces

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

Functions

IPSDKGEOMETRY_API bool ipsdk::geom::compare (const Line2d &line1, const Line2d &line2, const ipReal64 epsilon=ipsdk::NumericLimits< ipReal64 >::sqrt_epsilon())
 function allowing to compare lines
 
IPSDKGEOMETRY_API std::ostream & ipsdk::geom::operator<< (std::ostream &os, const Line2d &line)
 output operator on line
 
IPSDKGEOMETRY_API bool ipsdk::geom::operator== (const Line2d &line1, const Line2d &line2)
 comparison operators for ipsdk::geom::Line2d class
 
IPSDKGEOMETRY_API bool ipsdk::geom::operator!= (const Line2d &line1, const Line2d &line2)
 comparison operators for ipsdk::geom::Line2d class
 

Detailed Description

Operators associated to line 2d entities.

Author
E. Noirfalise
Date
2016/02/15