IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
PlanStorageUtils.h
Go to the documentation of this file.
1 // PlanStorageUtils.h:
3 // -------------------
4 //
14 
15 #ifndef __IPSDKIMAGE_PLANSTORAGEUTILS_H__
16 #define __IPSDKIMAGE_PLANSTORAGEUTILS_H__
17 
19 #include <IPSDKUtil/Tools/ProcessingResult.h>
20 
21 namespace ipsdk {
22 namespace image {
23 
24 class ImagePlanGeometry;
25 class BasePlanStorage;
26 
29 
44 canBeReInterpreted(const BasePlanStorage& originalPlanStorage,
45  const ImagePlanGeometry& targetPlanGeometry);
46 
49 
50 } // end of namespace image
51 } // end of namespace ipsdk
52 
53 #endif // __IPSDKIMAGE_PLANSTORAGEUTILS_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Definition of import/export macro for library.
#define IPSDKIMAGE_API
Import/Export macro for library IPSDKImage.
Definition: IPSDKImageExports.h:27
ProcessingResult< bool > BoolResult
typedef for boolean results associated to a string description
Definition: ProcessingResultTypes.h:29
IPSDKIMAGE_API BoolResult canBeReInterpreted(const BaseImage &originalImage, const BaseImageGeometry &targetGeometry)
fonction allowing to check whether data of an image can be re interpreted with a different geometry...