IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
MeasureGlobalInfoTypes.h
Go to the documentation of this file.
1 // MeasureGlobalInfoTypes.h:
3 // -------------------------
4 //
15 
16 #ifndef __IPSDKBASESHAPEANALYSIS_MEASUREGLOBALINFOTYPES_H__
17 #define __IPSDKBASESHAPEANALYSIS_MEASUREGLOBALINFOTYPES_H__
18 
20 #include <boost/shared_ptr.hpp>
21 
22 namespace ipsdk {
23 namespace shape {
24 namespace analysis {
25 
27 
30 
32 typedef boost::shared_ptr<MeasureGlobalInfo> MsrGlobalInfoPtr;
33 
35 typedef boost::shared_ptr<const MeasureGlobalInfo> MsrGlobalInfoConstPtr;
36 
39 
40 } // end of namespace analysis
41 } // end of namespace shape
42 } // end of namespace ipsdk
43 
44 #endif // __IPSDKBASESHAPEANALYSIS_MEASUREGLOBALINFOTYPES_H__
boost::shared_ptr< const MeasureGlobalInfo > MsrGlobalInfoConstPtr
shared pointer to const measure global information object
Definition: MeasureGlobalInfoTypes.h:35
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Predefined types for image geometry management.
boost::shared_ptr< MeasureGlobalInfo > MsrGlobalInfoPtr
shared pointer to measure global information object
Definition: MeasureGlobalInfoTypes.h:26
Predefined types for shape measurement operations global informations.
Definition: MeasureGlobalInfo.h:36