IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Counting3dMsrLvl1.h
1 // Counting3dMsrLvl1.h:
3 // --------------------
4 //
16 
17 #ifndef __IPSDKIPLGLOBALMEASURE_COUNTING3DMSRLVL1_H__
18 #define __IPSDKIPLGLOBALMEASURE_COUNTING3DMSRLVL1_H__
19 
24 
25 // Attributes headers
26 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/DataItem/OutPIIndexableUInt64.h>
27 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Input/3d/InLabelImg3d.h>
28 
29 namespace ipsdk {
30 namespace imaproc {
31 namespace glbmsr {
32 
35 
36 // declare processor class
37 IPSDK_DECLARE_LVL1_PROCESSOR(ASYNC1, IPSDKIPLGlobalMeasure, Counting3dMsr,
38  ipsdk::imaproc::matchImagePlans(_pOutPIIndexableUInt64, _pInLabelImg3d, eImagePlansMatchPolicy::eIPMP_CT),
39  (((ipsdk)(imaproc)(attr))(InLabelImg3d))
40  (((ipsdk)(imaproc)(attr))(OutPIIndexableUInt64)(ipsdk::imaproc::fromImageButVolume)(_pInLabelImg3d)))
41 
42 // methods
43 public:
44 
45 protected:
46 
47 // attributes
48 protected:
49 
50 };
51 
54 
55 } // end of namespace glbmsr
56 } // end of namespace imaproc
57 } // end of namespace ipsdk
58 
59 #endif // __IPSDKIPLGLOBALMEASURE_COUNTING3DMSRLVL1_H__
processor::OutputInitializerPtr fromImageButVolume(const boost::shared_ptr< OutputAttributeType > &pOutputAttribute, const ImageAttributeConstPtr &pInputAttribute)
#define IPSDK_DECLARE_LVL1_PROCESSOR(ProcType, libraryName, algoName, RuleString, attributeSeq)
Definition of import/export macro for library.