![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Basic operators used for ellipsoid 3d management. More...
Go to the source code of this file.
Classes | |
| class | ipsdk::geom::Ellipsoid3d< T > |
| 3d ellipsoid associated to cartesian 3d coordinates For a non rotated ellipse, the major radius follows the x axis, the medium axis follows the y axis and the minor axis follows the z axis. 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 Ellipsoid3d< T > &ellipsoid1, const Ellipsoid3d< T > &ellipsoid2, const T epsilon=ipsdk::NumericLimits< T >::sqrt_epsilon(), const ipReal64 epsilonOrientation=ipsdk::NumericLimits< ipReal64 >::sqrt_epsilon()) |
| function allowing to compare ellipsoids with tolerance | |
| template<typename T > | |
| IPSDKGEOMETRY_API std::ostream & | ipsdk::geom::operator<< (std::ostream &os, const Ellipsoid3d< T > &ellipsoid) |
| output operator on ellipsoid | |
| template<typename T > | |
| IPSDKGEOMETRY_API bool | ipsdk::geom::operator== (const Ellipsoid3d< T > &ellipsoid1, const Ellipsoid3d< T > &ellipsoid2) |
| comparison operators for ipsdk::geom::Ellipsoid3d class | |
| template<typename T > | |
| IPSDKGEOMETRY_API bool | ipsdk::geom::operator!= (const Ellipsoid3d< T > &ellipsoid1, const Ellipsoid3d< T > &ellipsoid2) |
| comparison operators for ipsdk::geom::Ellipsoid3d class | |
Basic operators used for ellipsoid 3d management.
1.8.14