IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
PlanIndexedMeasureSet.h
1 // PlanIndexedMeasureSet.h:
3 // ------------------------
4 //
14 
15 #ifndef __IPSDKBASESHAPEANALYSIS_PLANINDEXEDMEASURESET_H__
16 #define __IPSDKBASESHAPEANALYSIS_PLANINDEXEDMEASURESET_H__
17 
21 
22 namespace ipsdk {
23 namespace shape {
24 namespace analysis {
25 
28 
29 IPSDK_DECLARE_PLAN_INDEXED_COLL(IPSDKBaseShapeAnalysis,
31  MeasureSet)
32 };
33 
36 
37 } // end of namespace analysis
38 } // end of namespace shape
39 } // end of namespace ipsdk
40 
41 #endif // __IPSDKBASESHAPEANALYSIS_PLANINDEXEDMEASURESET_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Definition of import/export macro for library.
Object allowing to agregate a collection of measure.
Definition: MeasureSet.h:38
Collection of plan indexed measure set objects.
Definition: PlanIndexedMeasureSet.h:29
Header part of plan indexed collection declaration macros.
Predefined types for measures management.
#define IPSDK_DECLARE_PLAN_INDEXED_COLL(libraryName, className, dataType)
macro allowing to declare a plan indexed collection object
Definition: PlanIndexedCollHdrMacros.h:25