15 #ifndef __IPSDKGEOMETRY_SKELETON2DOPERATORS_H__ 16 #define __IPSDKGEOMETRY_SKELETON2DOPERATORS_H__ 23 class SkeletonVertex2d;
32 operator== (
const SkeletonVertex2d& skeletonVertex2d1,
const SkeletonVertex2d& skeletonVertex2d2);
34 operator!= (
const SkeletonVertex2d& skeletonVertex2d1,
const SkeletonVertex2d& skeletonVertex2d2);
40 operator== (
const Skeleton2d& skeleton2d1,
const Skeleton2d& skeleton2d2);
42 operator!= (
const Skeleton2d& skeleton2d1,
const Skeleton2d& skeleton2d2);
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