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

Operators associated to plan 3d entities. More...

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

Go to the source code of this file.

Namespaces

 ipsdk
 Main namespace for IPSDK library.
 
 ipsdk::geom
 Namespace aggregating geometrical routines and classes.
 

Functions

IPSDKGEOMETRY_API bool ipsdk::geom::compare (const Plan3d &plan1, const Plan3d &plan2, const ipReal64 epsilon=ipsdk::NumericLimits< ipReal64 >::sqrt_epsilon())
 function allowing to compare plans
 
IPSDKGEOMETRY_API std::ostream & ipsdk::geom::operator<< (std::ostream &os, const Plan3d &plan)
 output operator on plan
 
IPSDKGEOMETRY_API bool ipsdk::geom::operator== (const Plan3d &plan1, const Plan3d &plan2)
 comparison operators for ipsdk::geom::Plan3d class
 
IPSDKGEOMETRY_API bool ipsdk::geom::operator!= (const Plan3d &plan1, const Plan3d &plan2)
 comparison operators for ipsdk::geom::Plan3d class
 

Detailed Description

Operators associated to plan 3d entities.

Author
E. Noirfalise
Date
2016/02/16