IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Skeleton2dOperators.h
Go to the documentation of this file.
1 // Skeleton2dOperators.h:
3 // ----------------------
4 //
14 
15 #ifndef __IPSDKGEOMETRY_SKELETON2DOPERATORS_H__
16 #define __IPSDKGEOMETRY_SKELETON2DOPERATORS_H__
17 
19 
20 namespace ipsdk {
21 namespace geom {
22 
23 class SkeletonVertex2d;
24 class Skeleton2d;
25 
28 
32 operator== (const SkeletonVertex2d& skeletonVertex2d1, const SkeletonVertex2d& skeletonVertex2d2);
34 operator!= (const SkeletonVertex2d& skeletonVertex2d1, const SkeletonVertex2d& skeletonVertex2d2);
36 
40 operator== (const Skeleton2d& skeleton2d1, const Skeleton2d& skeleton2d2);
42 operator!= (const Skeleton2d& skeleton2d1, const Skeleton2d& skeleton2d2);
44 
47 
48 } // end of namespace geom
49 } // end of namespace ipsdk
50 
51 #endif // __IPSDKGEOMETRY_SKELETON2DOPERATORS_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
IPSDKGEOMETRY_API bool operator!=(const BoundingBox2d< T > &boundingBox1, const BoundingBox2d< T > &boundingBox2)
comparison operators for ipsdk::geom::BoundingBox2d class
Definition of import/export macro for library.
#define IPSDKGEOMETRY_API
Import/Export macro for library IPSDKGeometry.
Definition: IPSDKGeometryExports.h:25
IPSDKGEOMETRY_API bool operator==(const BoundingBox2d< T > &boundingBox1, const BoundingBox2d< T > &boundingBox2)
comparison operators for ipsdk::geom::BoundingBox2d class