IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
PlanIndexedStatsResult.h
1 // PlanIndexedStatsResult.h:
3 // -------------------------
4 //
16 
17 #ifndef __IPSDKIPLATTRIBUTES_PLANINDEXEDSTATSRESULT_H__
18 #define __IPSDKIPLATTRIBUTES_PLANINDEXEDSTATSRESULT_H__
19 
21 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/StatsResult.h>
23 
24 namespace ipsdk {
25 namespace imaproc {
26 namespace attr {
27 
33 
37 };
38 
41 
44 typedef boost::shared_ptr<ipsdk::imaproc::attr::PlanIndexedStatsResult> PlanIndexedStatsResultPtr;
45 
48 typedef boost::shared_ptr<const ipsdk::imaproc::attr::PlanIndexedStatsResult> PlanIndexedStatsResultConstPtr;
49 
52 
53 } // end of namespace attr
54 } // end of namespace imaproc
55 } // end of namespace ipsdk
56 
57 #endif // __IPSDKIPLATTRIBUTES_PLANINDEXEDSTATSRESULT_H__
boost::shared_ptr< const ipsdk::imaproc::attr::PlanIndexedStatsResult > PlanIndexedStatsResultConstPtr
shared pointer to const ipsdk::imaproc::attr::PlanIndexedStatsResult
Definition: PlanIndexedStatsResult.h:54
Definition of import/export macro for library.
Plan indexed collection of results for image statistics measure operation.
Definition: PlanIndexedStatsResult.h:34
#define IPSDK_DECLARE_PLAN_INDEXED_COLL(libraryName, className, dataType)
boost::shared_ptr< ipsdk::imaproc::attr::PlanIndexedStatsResult > PlanIndexedStatsResultPtr
shared pointer to ipsdk::imaproc::attr::PlanIndexedStatsResult
Definition: PlanIndexedStatsResult.h:50
Result for image statistics measure operation.
Definition: StatsResult.h:62