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

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

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

Go to the source code of this file.

Classes

class  ipsdk::geom::Segment3d< T >
 3d segment associated to two points 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 Segment3d< T > &segment)
 output operator on segment
 
template<typename T >
IPSDKGEOMETRY_API bool ipsdk::geom::operator== (const Segment3d< T > &segment1, const Segment3d< T > &segment2)
 comparison operators for ipsdk::geom::Segment3d class
 
template<typename T >
IPSDKGEOMETRY_API bool ipsdk::geom::operator!= (const Segment3d< T > &segment1, const Segment3d< T > &segment2)
 comparison operators for ipsdk::geom::Segment3d class
 

Detailed Description

Operators associated to segment 3d entities.

Author
E.Noirfalise
Date
2016/08/03