IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
OutPINCCResult.h
1 // OutPINCCResult.h:
3 // -----------------
4 //
15 
16 #ifndef __IPSDKIPLATTRIBUTES_OUTPINCCRESULT_H__
17 #define __IPSDKIPLATTRIBUTES_OUTPINCCRESULT_H__
18 
21 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/PlanIndexedNCCResult.h>
22 namespace ipsdk {
23 namespace imaproc {
24 namespace attr {
25 
31 
33  OutPINCCResult,
36 
39 
42 typedef boost::shared_ptr<ipsdk::imaproc::attr::PlanIndexedNCCResult> PlanIndexedNCCResultPtr;
43 
46 typedef boost::shared_ptr<const ipsdk::imaproc::attr::PlanIndexedNCCResult> PlanIndexedNCCResultConstPtr;
47 
48 } // end of namespace attr
49 } // end of namespace imaproc
50 } // end of namespace ipsdk
51 
52 #endif // __IPSDKIPLATTRIBUTES_OUTPINCCRESULT_H__
boost::shared_ptr< ipsdk::imaproc::attr::PlanIndexedNCCResult > PlanIndexedNCCResultPtr
shared pointer to ipsdk::imaproc::attr::PlanIndexedHistogramData
Definition: OutPINCCResult.h:135
boost::shared_ptr< const ipsdk::imaproc::attr::PlanIndexedNCCResult > PlanIndexedNCCResultConstPtr
shared pointer to const ipsdk::imaproc::attr::PlanIndexedHistogramData
Definition: OutPINCCResult.h:146
IPSDKBASEPROCESSING_API RulePtr none()
Definition of import/export macro for library.
Plan indexed collection of doubles.
Definition: PlanIndexedNCCResult.h:33
#define IPSDK_DECLARE_OUTPUT_PLANINDEXED_ATTRIBUTE(libraryName, className, collType, RuleString)