15 #ifndef __IPSDKGEOMETRY_CUBE3DOPERATORS_H__ 16 #define __IPSDKGEOMETRY_CUBE3DOPERATORS_H__ 34 operator== (
const Cube3d<T>& cube1,
const Cube3d<T>& cube2);
37 operator!= (
const Cube3d<T>& cube1,
const Cube3d<T>& cube2);
43 operator<< (std::ostream& os, const Cube3d<T>& cube);
51 #endif // __IPSDKGEOMETRY_CUBE3DOPERATORS_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