![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Basic operators used for sphere 3d management. More...
Go to the source code of this file.
Classes | |
| class | ipsdk::geom::Sphere3d< T > |
| 3d sphere 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 > | |
| bool | ipsdk::geom::compare (const Sphere3d< T > &sphere1, const Sphere3d< T > &sphere2, const T epsilon=ipsdk::NumericLimits< T >::sqrt_epsilon()) |
| function allowing to compare spheres with tolerance | |
| template<typename T > | |
| IPSDKGEOMETRY_API std::ostream & | ipsdk::geom::operator<< (std::ostream &os, const Sphere3d< T > &sphere) |
| output operator on sphere | |
| template<typename T > | |
| IPSDKGEOMETRY_API bool | ipsdk::geom::operator== (const Sphere3d< T > &sphere1, const Sphere3d< T > &sphere2) |
| comparison operators for ipsdk::geom::Sphere3d class | |
| template<typename T > | |
| IPSDKGEOMETRY_API bool | ipsdk::geom::operator!= (const Sphere3d< T > &sphere1, const Sphere3d< T > &sphere2) |
| comparison operators for ipsdk::geom::Sphere3d class | |
Basic operators used for sphere 3d management.
1.8.14