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

Basic operators used for polygon with holes 2d management. More...

#include <IPSDKGeometry/IPSDKGeometryExports.h>
#include <IPSDKGeometry/Entity/2d/PolygonWithHoles/PolygonWithHoles2dTypes.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

template<typename T >
IPSDKGEOMETRY_API bool ipsdk::geom::compare (const PolygonWithHoles2d< T > &polygon1, const PolygonWithHoles2d< T > &polygon2, const T epsilon=ipsdk::NumericLimits< T >::sqrt_epsilon())
 function allowing to compare polygons with holes
 
template<typename T >
IPSDKGEOMETRY_API std::ostream & ipsdk::geom::operator<< (std::ostream &os, const PolygonWithHoles2d< T > &polygon)
 output operator on polygon with holes
 
template<typename T >
IPSDKGEOMETRY_API bool ipsdk::geom::operator== (const PolygonWithHoles2d< T > &polygon1, const PolygonWithHoles2d< T > &polygon2)
 comparison operators for ipsdk::geom::PolygonWithHoles2d class
 
template<typename T >
IPSDKGEOMETRY_API bool ipsdk::geom::operator!= (const PolygonWithHoles2d< T > &polygon1, const PolygonWithHoles2d< T > &polygon2)
 comparison operators for ipsdk::geom::PolygonWithHoles2d class
 
template<typename TOut , typename TIn >
IPSDKGEOMETRY_API boost::shared_ptr< PolygonWithHoles2d< TOut > > ipsdk::geom::cast (const PolygonWithHoles2d< TIn > &inputPolygon)
 function allowing to cast a polygon data TIn type to TOut type
 

Detailed Description

Basic operators used for polygon with holes 2d management.

Author
E.Noirfalise
Date
2015/05/29