![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Basic operators used for shape 3d management. More...
#include <IPSDKGeometry/IPSDKGeometryExports.h>#include <IPSDKGeometry/Entity/3d/Shape/Shape3dTypes.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 Shape3d &shape1, const Shape3d &shape2, const Shape3dDataType epsilon=ipsdk::NumericLimits< Shape3dDataType >::sqrt_epsilon()) |
| function allowing to compare Shape3d | |
| IPSDKGEOMETRY_API std::ostream & | ipsdk::geom::operator<< (std::ostream &os, const Shape3d &shape) |
| output operator on shape | |
| IPSDKGEOMETRY_API bool | ipsdk::geom::operator== (const Shape3d &shape1, const Shape3d &shape2) |
| comparison operators for ipsdk::geom::Shape3d class | |
| IPSDKGEOMETRY_API bool | ipsdk::geom::operator!= (const Shape3d &shape1, const Shape3d &shape2) |
| comparison operators for ipsdk::geom::Shape3d class | |
Basic operators used for shape 3d management.
1.8.14