IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
LogicFormulaMsrParams.h
1 // LogicFormulaMsrParams.h:
3 // ------------------------
4 //
15 
16 #ifndef __IPSDKIPLSHAPEANALYSIS_LOGICFORMULAMSRPARAMS_H__
17 #define __IPSDKIPLSHAPEANALYSIS_LOGICFORMULAMSRPARAMS_H__
18 
21 
22 namespace ipsdk {
23 namespace imaproc {
24 namespace shape {
25 namespace analysis {
26 
29 
30 IPSDK_DECLARE_NODE_DATA(IPSDKIPLShapeAnalysis, LogicFormulaMsrParams,
31  ((LEAF)(Formula)(std::string)))
32 };
33 
36 
38 typedef boost::shared_ptr<LogicFormulaMsrParams> LogicFormulaMsrParamsPtr;
39 
41 typedef boost::shared_ptr<const LogicFormulaMsrParams> LogicFormulaMsrParamsConstPtr;
42 
45 
49 createLogicFormulaMsrParams(const std::string& formulaStr);
50 
53 
54 } // end of namespace analysis
55 } // end of namespace shape
56 } // end of namespace imaproc
57 } // end of namespace ipsdk
58 
59 #endif // __IPSDKIPLSHAPEANALYSIS_LOGICFORMULAMSRPARAMS_H__
#define IPSDK_DECLARE_NODE_DATA(libraryName, className, childSeq)
IPSDKIPLSHAPEANALYSIS_API LogicFormulaMsrParamsPtr createLogicFormulaMsrParams(const std::string &formulaStr)
function allowing to create a new parameter object for LogicFormula measure
boost::shared_ptr< const LogicFormulaMsrParams > LogicFormulaMsrParamsConstPtr
shared pointer to const LogicFormulaMsrParams
Definition: LogicFormulaMsrParams.h:102
Definition of import/export macro for library.
boost::shared_ptr< LogicFormulaMsrParams > LogicFormulaMsrParamsPtr
shared pointer to LogicFormulaMsrParams
Definition: LogicFormulaMsrParams.h:99
#define IPSDKIPLSHAPEANALYSIS_API
Import/Export macro for library IPSDKIPLShapeAnalysis.
Definition: IPSDKIPLShapeAnalysisExports.h:25