IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
LabelShapeExtraction3dLvl1.h
1 // LabelShapeExtraction3dLvl1.h:
3 // -------------------------------
4 //
14 
15 #ifndef __IPSDKIPLSHAPESEGMENTATION_LABELSHAPEEXTRACTION3DLVL1_H__
16 #define __IPSDKIPLSHAPESEGMENTATION_LABELSHAPEEXTRACTION3DLVL1_H__
17 
21 
22 // Attributes headers
23 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Input/3d/InLabelImg3d.h>
24 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/DataItem/InOptSurfaceExtractionSettings.h>
25 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/GeometryEntityColl/OutPILabelsShape3d.h>
26 
27 namespace ipsdk {
28 namespace imaproc {
29 namespace shape {
30 namespace segmentation {
31 
34 
35 // declare processor class
36 IPSDK_DECLARE_LVL1_PROCESSOR(ASYNC2, IPSDKIPLShapeSegmentation, LabelShapeExtraction3d,
37  ipsdk::imaproc::matchImagePlans(_pOutPILabelsShape3d, _pInLabelImg3d, eImagePlansMatchPolicy::eIPMP_CT),
38  (((ipsdk)(imaproc)(attr))(InLabelImg3d))
39  (((ipsdk)(imaproc)(attr))(InOptSurfaceExtractionSettings))
40  (((ipsdk)(imaproc)(attr))(OutPILabelsShape3d)(ipsdk::imaproc::fromImage)(_pInLabelImg3d)))
41 
42 // methods
43 public:
44 
45 protected:
46 
47 // attributes
48 protected:
49 };
50 
53 
54 } // end of namespace segmentation
55 } // end of namespace shape
56 } // end of namespace imaproc
57 } // end of namespace ipsdk
58 
59 #endif // __IPSDKIPLSHAPESEGMENTATION_LABELSHAPEEXTRACTION3DLVL1_H__
Definition of import/export macro for library.
#define IPSDK_DECLARE_LVL1_PROCESSOR(ProcType, libraryName, algoName, RuleString, attributeSeq)
processor::OutputInitializerPtr fromImage(const boost::weak_ptr< OutputAttributeType > &pOutputAttribute, const ImageAttributeConstWeakPtr &pInputImageAttribute, const eFromImagePlanIndexedPolicy &fromImagePlanIndexedPolicy)