![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Basic operators used for mesh with holes 3d management. More...
#include <IPSDKGeometry/IPSDKGeometryExports.h>#include <IPSDKGeometry/Entity/3d/MeshWithHoles/MeshWithHoles3dTypes.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 | |
| template<typename T > | |
| IPSDKGEOMETRY_API bool | ipsdk::geom::compare (const MeshWithHoles3d< T > &mesh1, const MeshWithHoles3d< T > &mesh2, const T epsilon=ipsdk::NumericLimits< T >::sqrt_epsilon()) |
| function allowing to compare mesh with holes | |
| template<typename T > | |
| IPSDKGEOMETRY_API std::ostream & | ipsdk::geom::operator<< (std::ostream &os, const MeshWithHoles3d< T > &mesh) |
| output operator on mesh with holes | |
| template<typename T > | |
| IPSDKGEOMETRY_API bool | ipsdk::geom::operator== (const MeshWithHoles3d< T > &mesh1, const MeshWithHoles3d< T > &mesh2) |
| comparison operators for ipsdk::geom::MeshWithHoles3d class | |
| template<typename T > | |
| IPSDKGEOMETRY_API bool | ipsdk::geom::operator!= (const MeshWithHoles3d< T > &mesh1, const MeshWithHoles3d< T > &mesh2) |
| comparison operators for ipsdk::geom::MeshWithHoles3d class | |
| template<typename TOut , typename TIn > | |
| IPSDKGEOMETRY_API boost::shared_ptr< MeshWithHoles3d< TOut > > | ipsdk::geom::cast (const MeshWithHoles3d< TIn > &inputMesh) |
| function allowing to cast a mesh with holes data TIn type to TOut type | |
Basic operators used for mesh with holes 3d management.
1.8.14