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

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

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

Go to the source code of this file.

Classes

class  ipsdk::geom::Cube3d< T >
 3d cube class 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 >
IPSDKGEOMETRY_API std::ostream & ipsdk::geom::operator<< (std::ostream &os, const Cube3d< T > &cube)
 output operator on cube
 
template<typename T >
IPSDKGEOMETRY_API bool ipsdk::geom::operator== (const Cube3d< T > &cube1, const Cube3d< T > &cube2)
 comparison operators for ipsdk::geom::Cube3d class
 
template<typename T >
IPSDKGEOMETRY_API bool ipsdk::geom::operator!= (const Cube3d< T > &cube1, const Cube3d< T > &cube2)
 comparison operators for ipsdk::geom::Cube3d class
 

Detailed Description

Basic operators used for cube 3d management.

Author
R. Abbal
Date
2015/06/25