IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
FlipYImgLvl3.h
1 // FlipYImgLvl3.h:
3 // ---------------
4 //
14 
15 #ifndef __IPSDKIPLGEOMETRICTRANSFORM_FLIPYIMGLVL3_H__
16 #define __IPSDKIPLGEOMETRICTRANSFORM_FLIPYIMGLVL3_H__
17 
20 
21 // Attributes headers
22 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Strip/XStrip2d/InXStrip2d.h>
23 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Strip/XStrip2d/OutXStrip2d.h>
24 
25 namespace ipsdk {
26 namespace imaproc {
27 namespace gtrans {
28 
31 
32 // declare processing algorithm
33 IPSDK_DECLARE_PROCESSING_ALGORITHM(IPSDKIPLGeometricTransform, FlipYImg,
34  ipsdk::imaproc::matchSizeAndType(_pInXStrip2d, _pOutXStrip2d),
35  (((ipsdk)(imaproc)(attr))(InXStrip2d))
36  (((ipsdk)(imaproc)(attr))(OutXStrip2d)))
37 
38  // implementation of image processing data identifier retrieval method
39  // for function selector usage
40  IPSDK_DECLARE_ALGORITHM_FUNCTION_SELECTOR(((STRIP)(InXStrip2d)));
41 
42  // declaration of parsed data during processing
44 
45 // methods
46 public:
47 
48 protected:
49 
51  template <typename BufType,
52  ipsdk::eInstructionSet::domain IS>
53  ipsdk::BoolResult genericProcessFunction(const ipsdk::processor::ProcessingInfo& info);
54 
55 // attributes
56 protected:
57 
58 };
59 
62 
63 } // end of namespace gtrans
64 } // end of namespace imaproc
65 } // end of namespace ipsdk
66 
67 #endif // __IPSDKIPLGEOMETRICTRANSFORM_FLIPYIMGLVL3_H__
#define IPSDK_DECLARE_ALGORITHM_NOPARSED_DATA()
Definition of import/export macro for library.
#define IPSDK_DECLARE_PROCESSING_ALGORITHM(libraryName, algoName, RuleString, attributeSeq)
#define IPSDK_DECLARE_ALGORITHM_FUNCTION_SELECTOR(dataTypeSeq)