![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Basic operators used for bounding box 3d management. More...
Go to the source code of this file.
Classes | |
| class | ipsdk::geom::BoundingBox3d< T > |
| Rectangular 3d bounding box class associated to cartesian 3d coordinates. More... | |
Namespaces | |
| ipsdk | |
| Main namespace for IPSDK library. | |
| ipsdk::geom | |
| Namespace aggregating geometrical routines and classes. | |
Functions | |
| template<typename T > | |
| IPSDKGEOMETRY_API bool | ipsdk::geom::compare (const BoundingBox3d< T > &boundingBox1, const BoundingBox3d< T > &boundingBox2, const T epsilon=ipsdk::NumericLimits< T >::sqrt_epsilon()) |
| function allowing to compare bounding box More... | |
| template<typename T > | |
| IPSDKGEOMETRY_API std::ostream & | ipsdk::geom::operator<< (std::ostream &os, const BoundingBox3d< T > &boundingBox) |
| output operator on bounding box | |
| template<typename T > | |
| IPSDKGEOMETRY_API bool | ipsdk::geom::operator== (const BoundingBox3d< T > &boundingBox1, const BoundingBox3d< T > &boundingBox2) |
| comparison operators for ipsdk::geom::BoundingBox3d class | |
| template<typename T > | |
| IPSDKGEOMETRY_API bool | ipsdk::geom::operator!= (const BoundingBox3d< T > &boundingBox1, const BoundingBox3d< T > &boundingBox2) |
| comparison operators for ipsdk::geom::BoundingBox3d class | |
| template<typename T > | |
| IPSDKGEOMETRY_API bool | ipsdk::geom::operator< (const BoundingBox3d< T > &boundingBox1, const BoundingBox3d< T > &boundingBox2) |
| comparison operators for ipsdk::geom::BoundingBox3d class | |
| template<typename T > | |
| IPSDKGEOMETRY_API bool | ipsdk::geom::operator> (const BoundingBox3d< T > &boundingBox1, const BoundingBox3d< T > &boundingBox2) |
| comparison operators for ipsdk::geom::BoundingBox3d class | |
| template<typename T > | |
| IPSDKGEOMETRY_API bool | ipsdk::geom::operator<= (const BoundingBox3d< T > &boundingBox1, const BoundingBox3d< T > &boundingBox2) |
| comparison operators for ipsdk::geom::BoundingBox3d class | |
| template<typename T > | |
| IPSDKGEOMETRY_API bool | ipsdk::geom::operator>= (const BoundingBox3d< T > &boundingBox1, const BoundingBox3d< T > &boundingBox2) |
| comparison operators for ipsdk::geom::BoundingBox3d class | |
Basic operators used for bounding box 3d management.
1.8.14