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

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

#include <IPSDKGeometry/IPSDKGeometryExports.h>
#include <IPSDKGeometry/Entity/2d/Shape/Shape2dTypes.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 Shape2d &shape1, const Shape2d &shape2, const Shape2dDataType epsilon=ipsdk::NumericLimits< Shape2dDataType >::sqrt_epsilon())
 function allowing to compare shape2d
 
IPSDKGEOMETRY_API std::ostream & ipsdk::geom::operator<< (std::ostream &os, const Shape2d &shape)
 output operator on shape
 
IPSDKGEOMETRY_API bool ipsdk::geom::operator== (const Shape2d &shape1, const Shape2d &shape2)
 comparison operators for ipsdk::geom::Shape2d class
 
IPSDKGEOMETRY_API bool ipsdk::geom::operator!= (const Shape2d &shape1, const Shape2d &shape2)
 comparison operators for ipsdk::geom::Shape2d class
 

Detailed Description

Basic operators used for shape 2d management.

Author
E.Noirfalise
Date
2015/05/29