IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
ImagePlanGeometryUtils.h
Go to the documentation of this file.
1 // ImagePlanGeometryUtils.h:
3 // -------------------------
4 //
14 
15 #ifndef __IPSDKIMAGE_IMAGEPLANGEOMETRYUTILS_H__
16 #define __IPSDKIMAGE_IMAGEPLANGEOMETRYUTILS_H__
17 
19 
20 namespace ipsdk {
21 namespace image {
22 
23 class ImagePlanGeometry;
24 
27 
31 IPSDKIMAGE_API bool
32 isEqual(const ImagePlanGeometry& planGeometry1,
33  const ImagePlanGeometry& planGeometry2);
34 
37 
38 } // end of namespace image
39 } // end of namespace ipsdk
40 
41 #endif // __IPSDKIMAGE_IMAGEPLANGEOMETRYUTILS_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
IPSDKIMAGE_API bool isEqual(const VolumeGeometry &volumeGeometry1, const VolumeGeometry &volumeGeometry2)
compare two volume geometry
Definition of import/export macro for library.
#define IPSDKIMAGE_API
Import/Export macro for library IPSDKImage.
Definition: IPSDKImageExports.h:27