IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
BuildLines3dImgLvl3.h
1 // BuildLines3dImgLvl3.h:
3 // ----------------------
4 //
14 
15 #ifndef __IPSDKIPLUTILITY_BUILDLINES3DIMGLVL3_H__
16 #define __IPSDKIPLUTILITY_BUILDLINES3DIMGLVL3_H__
17 
20 
21 // Attributes headers
22 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Strip/ZStrip3d/OutBinZStrip3d.h>
23 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Value/InOffset.h>
24 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Value/InPhi.h>
25 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Value/InAlpha.h>
26 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Value/InTheta.h>
27 
28 namespace ipsdk {
29 namespace imaproc {
30 namespace util {
31 
34 
35 // declare processing algorithm
36 IPSDK_DECLARE_PROCESSING_ALGORITHM(IPSDKIPLUtility, BuildLines3dImg,
38  (((ipsdk)(imaproc)(attr))(InTheta))
39  (((ipsdk)(imaproc)(attr))(InPhi))
40  (((ipsdk)(imaproc)(attr))(InAlpha))
41  (((ipsdk)(imaproc)(attr))(InOffset))
42  (((ipsdk)(imaproc)(attr))(OutBinZStrip3d)))
43 
44  // implementation of image processing data identifier retrieval method
45  // for function selector usage
47 
48  // declaration of parsed data during processing
49  IPSDK_DECLARE_ALGORITHM_PARSED_DATA(((LINESTRIP)(OutBinZStrip3d)));
50 
51 // methods
52 public:
53 
54 protected:
55 
57  template <ipsdk::eInstructionSet::domain IS>
58  ipsdk::BoolResult genericProcessFunction(const ipsdk::processor::ProcessingInfo& info);
59 
60 // attributes
61 protected:
62 
63 };
64 
67 
68 } // end of namespace util
69 } // end of namespace imaproc
70 } // end of namespace ipsdk
71 
72 #endif // __IPSDKIPLUTILITY_BUILDLINES3DIMGLVL3_H__
IPSDKBASEPROCESSING_API RulePtr none()
Definition of import/export macro for library.
#define IPSDK_DECLARE_PROCESSING_ALGORITHM(libraryName, algoName, RuleString, attributeSeq)
#define IPSDK_DECLARE_ALGORITHM_PARSED_DATA(dataSeq)
#define IPSDK_DECLARE_NOTYPE_ALGORITHM_FUNCTION_SELECTOR()