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

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

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

Go to the source code of this file.

Classes

class  ipsdk::geom::Cuboid3d< T >
 3d cuboid (rectangular parallelepiped) 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 Cuboid3d< T > &cuboid)
 output operator on cuboid
 
template<typename T >
IPSDKGEOMETRY_API bool ipsdk::geom::operator== (const Cuboid3d< T > &cuboid1, const Cuboid3d< T > &cuboid2)
 comparison operators for ipsdk::geom::Cuboid3d class
 
template<typename T >
IPSDKGEOMETRY_API bool ipsdk::geom::operator!= (const Cuboid3d< T > &cuboid1, const Cuboid3d< T > &cuboid2)
 comparison operators for ipsdk::geom::Cuboid3d class
 

Detailed Description

Basic operators used for cuboid 3d management.

Author
R. Abbal
Date
2015/06/25