IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
PlanIndexedCompareResult.h
1 // PlanIndexedCompareResult.h:
3 // -------------------------
4 //
15 
16 #ifndef __IPSDKIPLATTRIBUTES_PLANINDEXEDCOMPARERESULT_H__
17 #define __IPSDKIPLATTRIBUTES_PLANINDEXEDCOMPARERESULT_H__
18 
20 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/CompareResult.h>
22 
23 namespace ipsdk {
24 namespace imaproc {
25 namespace attr {
26 
32 
36 };
37 
40 
43 typedef boost::shared_ptr<ipsdk::imaproc::attr::PlanIndexedCompareResult> PlanIndexedCompareResultPtr;
44 
47 typedef boost::shared_ptr<const ipsdk::imaproc::attr::PlanIndexedCompareResult> PlanIndexedCompareResultConstPtr;
48 
51 
52 } // end of namespace attr
53 } // end of namespace imaproc
54 } // end of namespace ipsdk
55 
56 #endif // __IPSDKIPLATTRIBUTES_PLANINDEXEDCOMPARERESULT_H__
Result for images comparison operation.
Definition: CompareResult.h:63
boost::shared_ptr< const ipsdk::imaproc::attr::PlanIndexedCompareResult > PlanIndexedCompareResultConstPtr
shared pointer to const ipsdk::imaproc::attr::PlanIndexedCompareResult
Definition: PlanIndexedCompareResult.h:53
Definition of import/export macro for library.
Plan indexed collection of results for image comparison operation.
Definition: PlanIndexedCompareResult.h:33
#define IPSDK_DECLARE_PLAN_INDEXED_COLL(libraryName, className, dataType)
boost::shared_ptr< ipsdk::imaproc::attr::PlanIndexedCompareResult > PlanIndexedCompareResultPtr
shared pointer to ipsdk::imaproc::attr::PlanIndexedCompareResult
Definition: PlanIndexedCompareResult.h:49