IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Classes | Namespaces | Functions
Ellipsoid3dOperators.h File Reference

Basic operators used for ellipsoid 3d management. More...

#include <IPSDKGeometry/IPSDKGeometryExports.h>
#include <IPSDKMath/Constants.h>

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
 

Detailed Description

Basic operators used for ellipsoid 3d management.

Author
R. Abbal
Date
2015/06/24