IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
ArithmeticFormulaMsr.h
1 // ArithmeticFormulaMsr.h:
3 // -----------------------
4 //
15 
16 #ifndef __IPSDKIPLSHAPEANALYSIS_ARITHMETICFORMULAMSR_H__
17 #define __IPSDKIPLSHAPEANALYSIS_ARITHMETICFORMULAMSR_H__
18 
19 // suppression warnings
20 #pragma warning (push)
21 #pragma warning (disable : 4251)
22 
26 #include <IPSDKIPL/IPSDKIPLShapeAnalysis/Measure/Formula/ArithmeticFormula/ArithmeticFormulaMsrInfo.h>
27 
28 namespace ipsdk {
29 namespace imaproc {
30 namespace shape {
31 namespace analysis {
32 
35 
36 // declare a measure object
37 IPSDK_DECLARE_GENERIC_MEASURE(IPSDKIPLShapeAnalysis, ArithmeticFormula)
38 
39 // methods
40 public:
41 
42 protected:
44  bool hasColorDependency() const;
45 
46 // attributes
47 protected:
49  ipsdk::shape::analysis::FormulaManagerPtr _pFormulaManager;
50 
52  ipsdk::shape::analysis::ColorResultsAccessorColl _colorResultsAccessorColl;
53 };
54 
57 
58 } // end of namespace analysis
59 } // end of namespace shape
60 } // end of namespace imaproc
61 } // end of namespace ipsdk
62 
63 #pragma warning (pop)
64 
65 #endif // __IPSDKIPLSHAPEANALYSIS_ARITHMETICFORMULAMSR_H__
boost::shared_ptr< FormulaManager > FormulaManagerPtr
Definition of import/export macro for library.
#define IPSDK_DECLARE_GENERIC_MEASURE(libraryName, msrName)
std::vector< ResultsAccessorColl > ColorResultsAccessorColl