![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Basic operators used for cuboid 3d management. More...
Go to the source code of this file.
Classes | |
| class | ipsdk::geom::Cuboid3d< T > |
| 3d cuboid (rectangular parallelepiped) 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 std::ostream & | ipsdk::geom::operator<< (std::ostream &os, const Cuboid3d< T > &cuboid) |
| output operator on cuboid | |
| template<typename T > | |
| IPSDKGEOMETRY_API bool | ipsdk::geom::operator== (const Cuboid3d< T > &cuboid1, const Cuboid3d< T > &cuboid2) |
| comparison operators for ipsdk::geom::Cuboid3d class | |
| template<typename T > | |
| IPSDKGEOMETRY_API bool | ipsdk::geom::operator!= (const Cuboid3d< T > &cuboid1, const Cuboid3d< T > &cuboid2) |
| comparison operators for ipsdk::geom::Cuboid3d class | |
Basic operators used for cuboid 3d management.
1.8.14