![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
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 | |
Basic operators used for shape 2d management.
1.8.14