IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
CustomImageInfoTypes.h
Go to the documentation of this file.
1 // CustomImageInfoTypes.h:
3 // -----------------------
4 //
14 
15 #ifndef __IPSDKIMAGEPROCESSING_CUSTOMIMAGEINFOTYPES_H__
16 #define __IPSDKIMAGEPROCESSING_CUSTOMIMAGEINFOTYPES_H__
17 
21 #include <boost/shared_ptr.hpp>
22 
23 namespace ipsdk {
24 namespace imaproc {
25 
27 
30 
32 typedef boost::shared_ptr<BaseCustomImageInfo> CustomImageInfoPtr;
33 
35 typedef boost::shared_ptr<const BaseCustomImageInfo> CustomImageInfoConstPtr;
36 
39 
40 } // end of namespace imaproc
41 } // end of namespace ipsdk
42 
43 #endif // __IPSDKIMAGEPROCESSING_CUSTOMIMAGEINFOTYPES_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Definition of import/export macro for library.
boost::shared_ptr< const BaseCustomImageInfo > CustomImageInfoConstPtr
shared pointer to const CustomImageInfo
Definition: CustomImageInfoTypes.h:35
Predefined types for image geometry management.
Base class for custom image informations.
Definition: BaseCustomImageInfo.h:33
boost::shared_ptr< BaseCustomImageInfo > CustomImageInfoPtr
shared pointer to CustomImageInfo
Definition: CustomImageInfoTypes.h:26
Predefined types for image initializer management.