IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
ZResampleRuleUtils.h
Go to the documentation of this file.
1 // ZResampleRuleUtils.h:
3 // ---------------------
4 //
14 
15 #ifndef __IPSDKIPLGEOMETRICTRANSFORM_ZRESAMPLERULEUTILS_H__
16 #define __IPSDKIPLGEOMETRICTRANSFORM_ZRESAMPLERULEUTILS_H__
17 
19 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/DataItem/InZSteps.h>
21 
22 namespace ipsdk {
23 namespace imaproc {
24 namespace gtrans {
25 
28 
32 matchZStepsCollSize(const ImageAttributeConstPtr& pInputAttribute,
33  const boost::shared_ptr<const attr::InZSteps>& pZStepsAttribute);
34 
37 
38 } // end of namespace gtrans
39 } // end of namespace imaproc
40 } // end of namespace ipsdk
41 
42 #endif // __IPSDKIPLGEOMETRICTRANSFORM_ZRESAMPLERULEUTILS_H__
Definition of import/export macro for library.
boost::shared_ptr< BaseCustomCheckedImageProperty > CustomCheckedImagePropertyPtr
boost::shared_ptr< const BaseImageAttribute > ImageAttributeConstPtr
IPSDKIPLGEOMETRICTRANSFORM_API CustomCheckedImagePropertyPtr matchZStepsCollSize(const ImageAttributeConstPtr &pInputAttribute, const boost::shared_ptr< const attr::InZSteps > &pZStepsAttribute)
#define IPSDKIPLGEOMETRICTRANSFORM_API
Import/Export macro for library IPSDKIPLGeometricTransform.
Definition: IPSDKIPLGeometricTransformExports.h:25