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