15 #ifndef __IPSDKGEOMETRY_SHAPE2DOPERATORS_H__ 16 #define __IPSDKGEOMETRY_SHAPE2DOPERATORS_H__ 31 operator== (
const Shape2d& shape1,
const Shape2d& shape2);
33 operator!= (
const Shape2d& shape1,
const Shape2d& shape2);
38 compare(
const Shape2d& shape1,
const Shape2d& shape2,
43 operator<< (std::ostream& os,
const Shape2d& shape);
51 #endif // __IPSDKGEOMETRY_SHAPE2DOPERATORS_H__ IPSDKGEOMETRY_API bool compare(const BoundingBox2d< T > &boundingBox1, const BoundingBox2d< T > &boundingBox2, const T epsilon=ipsdk::NumericLimits< T >::sqrt_epsilon())
function allowing to compare bounding box
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
IPSDKGEOMETRY_API bool operator!=(const BoundingBox2d< T > &boundingBox1, const BoundingBox2d< T > &boundingBox2)
comparison operators for ipsdk::geom::BoundingBox2d class
Definition: NumericLimits.h:27
Predefined constants for ipsdk math library.
Definition of import/export macro for library.
#define IPSDKGEOMETRY_API
Import/Export macro for library IPSDKGeometry.
Definition: IPSDKGeometryExports.h:25
IPSDKGEOMETRY_API std::ostream & operator<<(std::ostream &os, const BoundingBox2d< T > &boundingBox)
output operator on bounding box
ipReal32 Shape2dDataType
underlying data type associated to shape 2d
Definition: Shape2dTypes.h:48
IPSDKGEOMETRY_API bool operator==(const BoundingBox2d< T > &boundingBox1, const BoundingBox2d< T > &boundingBox2)
comparison operators for ipsdk::geom::BoundingBox2d class
Predefined types for shape 2d management.