15 #ifndef __IPSDKGEOMETRY_CUBOID3DOPERATORS_H__ 16 #define __IPSDKGEOMETRY_CUBOID3DOPERATORS_H__ 34 operator== (
const Cuboid3d<T>& cuboid1,
const Cuboid3d<T>& cuboid2);
37 operator!= (
const Cuboid3d<T>& cuboid1,
const Cuboid3d<T>& cuboid2);
43 operator<< (std::ostream& os, const Cuboid3d<T>& cuboid);
51 #endif // __IPSDKGEOMETRY_CUBOID3DOPERATORS_H__ 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
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 bool operator==(const BoundingBox2d< T > &boundingBox1, const BoundingBox2d< T > &boundingBox2)
comparison operators for ipsdk::geom::BoundingBox2d class