IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
ResampleCustomZStack3dImgLvl2.h
1 // ResampleCustomZStack3dImgLvl2.h:
3 // --------------------------------
4 //
14 
15 #ifndef __IPSDKIPLGEOMETRICTRANSFORM_RESAMPLECUSTOMZSTACK3DIMGLVL2_H__
16 #define __IPSDKIPLGEOMETRICTRANSFORM_RESAMPLECUSTOMZSTACK3DIMGLVL2_H__
17 
20 
21 // Attributes headers
22 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/DataItem/InZSteps.h>
23 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Enumerate/InInterpolationPolicy.h>
24 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/SubImage/Input/3d/InSubImg3d.h>
25 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Output/OutImg.h>
26 
27 namespace ipsdk {
28 namespace imaproc {
29 namespace gtrans {
30 
33 
34 // declare processor class
35 IPSDK_DECLARE_LVL2_PROCESSOR(ASYNC1, IPSDKIPLGeometricTransform, ResampleCustomZStack3dImg,
37  (((ipsdk)(imaproc)(attr))(InSubImg3d))
38  (((ipsdk)(imaproc)(attr))(InZSteps))
39  (((ipsdk)(imaproc)(attr))(InInterpolationPolicy))
40  (((ipsdk)(imaproc)(attr))(OutImg)))
41 
42 // methods
43 public:
44 
45 protected:
46 
47 // attributes
48 protected:
49 
50 };
51 
54 
55 } // end of namespace gtrans
56 } // end of namespace imaproc
57 } // end of namespace ipsdk
58 
59 #endif // __IPSDKIPLGEOMETRICTRANSFORM_RESAMPLECUSTOMZSTACK3DIMGLVL2_H__
#define IPSDK_DECLARE_LVL2_PROCESSOR(ProcType, libraryName, algoName, RuleString, attributeSeq)
IPSDKBASEPROCESSING_API RulePtr none()
Definition of import/export macro for library.