IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
PlanIndexedNCCResult.h
1 // PlanIndexedNCCResult.h:
3 // ---------------------
4 //
15 
16 #ifndef __IPSDKIPLATTRIBUTES_PLANINDEXEDNCCRESULT_H__
17 #define __IPSDKIPLATTRIBUTES_PLANINDEXEDNCCRESULT_H__
18 
21 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/NCCResult.h>
22 
23 namespace ipsdk {
24 namespace imaproc {
25 namespace attr {
26 
32 
35  NCCResult)
36 };
37 
40 
43 typedef boost::shared_ptr<ipsdk::imaproc::attr::PlanIndexedNCCResult> PlanIndexedNCCResultPtr;
44 
47 typedef boost::shared_ptr<const ipsdk::imaproc::attr::PlanIndexedNCCResult> PlanIndexedNCCResultConstPtr;
48 
51 
52 } // end of namespace attr
53 } // end of namespace imaproc
54 } // end of namespace ipsdk
55 
56 #endif // __IPSDKIPLATTRIBUTES_PLANINDEXEDNCCRESULT_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
Result of the global normalized-cross correlation between two images.
Definition: NCCResult.h:56
Definition of import/export macro for library.
Plan indexed collection of doubles.
Definition: PlanIndexedNCCResult.h:33
#define IPSDK_DECLARE_PLAN_INDEXED_COLL(libraryName, className, dataType)