IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
PutROI3dImgLvl3.h
1 // PutROI3dImgLvl3.h:
3 // --------------
4 //
14 
15 #ifndef __IPSDKIPLUTILITY_PUTROI3DIMGLVL3_H__
16 #define __IPSDKIPLUTILITY_PUTROI3DIMGLVL3_H__
17 
20 
21 // Attributes headers
22 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/DataItem/InInputImg3dOffset.h>
23 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Strip/ZStrip3d/InZStrip3d.h>
24 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Strip/ZStrip3d/InOutZStrip3d.h>
25 
26 namespace ipsdk {
27 namespace imaproc {
28 namespace util {
29 
32 
33 // declare processing algorithm
34 IPSDK_DECLARE_PROCESSING_ALGORITHM(IPSDKIPLUtility, PutROI3dImg,
36  (((ipsdk)(imaproc)(attr))(InZStrip3d))
37  (((ipsdk)(imaproc)(attr))(InInputImg3dOffset))
38  (((ipsdk)(imaproc)(attr))(InOutZStrip3d)))
39 
40  // implementation of image processing data identifier retrieval method
41  // for function selector usage
42  IPSDK_DECLARE_ALGORITHM_FUNCTION_SELECTOR(((STRIP)(InZStrip3d)));
43 
44  // declaration of parsed data during processing
46 
47 // methods
48 public:
49 
50 protected:
52  template <typename BufType, 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 util
64 } // end of namespace imaproc
65 } // end of namespace ipsdk
66 
67 #endif // __IPSDKIPLUTILITY_PUTROI3DIMGLVL3_H__
#define IPSDK_DECLARE_ALGORITHM_NOPARSED_DATA()
IPSDKBASEPROCESSING_API RulePtr none()
Definition of import/export macro for library.
#define IPSDK_DECLARE_PROCESSING_ALGORITHM(libraryName, algoName, RuleString, attributeSeq)
#define IPSDK_DECLARE_ALGORITHM_FUNCTION_SELECTOR(dataTypeSeq)