IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
UnrollCylinderInitializerUtils.h
1 // UnrollCylinderInitializerUtils.h:
3 // ----------------------------
4 //
15 
16 #ifndef __IPSDKIPLGEOMETRICTRANSFORM_UNROLLCYLINDERINITIALIZERUTILS_H__
17 #define __IPSDKIPLGEOMETRICTRANSFORM_UNROLLCYLINDERINITIALIZERUTILS_H__
18 
20 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Value/InOptOutSizeX.h>
23 
24 namespace ipsdk {
25 namespace imaproc {
26 namespace gtrans {
27 
30 
34  const ImageAttributeConstPtr& pInputAttribute,
35  const boost::shared_ptr<const attr::InOptOutSizeX>& pSizeAttribute);
36 
39 
40 } // end of namespace gtrans
41 } // end of namespace imaproc
42 } // end of namespace ipsdk
43 
44 #endif // __IPSDKIPLGEOMETRICTRANSFORM_UNROLLCYLINDERINITIALIZERUTILS_H__
Definition of import/export macro for library.
IPSDKIPLGEOMETRICTRANSFORM_API CustomImageInfoPtr outputUnrollCylinder(const ImageAttributeConstPtr &pInputAttribute, const boost::shared_ptr< const attr::InOptOutSizeX > &pSizeAttribute)
function allowing to create a "unroll cylinder" image initializer
boost::shared_ptr< const BaseImageAttribute > ImageAttributeConstPtr
boost::shared_ptr< BaseCustomImageInfo > CustomImageInfoPtr
#define IPSDKIPLGEOMETRICTRANSFORM_API
Import/Export macro for library IPSDKIPLGeometricTransform.
Definition: IPSDKIPLGeometricTransformExports.h:25