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