IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
IPSDK_Nightly
include
public
IPSDKIPL
IPSDKIPLShapeAnalysis
Measure
Geometry
Inertia
InertiaLambdaMax
InertiaLambdaMaxMsrInfo.h
1
// InertiaLambdaMaxMsrInfo.h:
3
// --------------------------
4
//
15
16
#ifndef __IPSDKIPLSHAPEANALYSIS_INERTIALAMBDAMAXMSRINFO_H__
17
#define __IPSDKIPLSHAPEANALYSIS_INERTIALAMBDAMAXMSRINFO_H__
18
19
#include <
IPSDKIPL/IPSDKIPLShapeAnalysis/IPSDKIPLShapeAnalysisExports.h
>
20
#include <
IPSDKBaseShapeAnalysis/Measure/Info/MeasureInfoHdrMacros.h
>
21
22
namespace
ipsdk
{
23
namespace
imaproc {
24
namespace
shape {
25
namespace
analysis {
26
29
30
// declare a measure information
31
IPSDK_DECLARE_GENERIC_MEASURE_INFO_WITHOUT_PARAMS
(IPSDKIPLShapeAnalysis,
32
InertiaLambdaMax,
33
ipsdk::shape::analysis::ValueMeasureResult<ipsdk::ipReal64>
,
34
((eMVP_2d)(Inertia)(Inertia2d))
35
((eMVP_3d)(Inertia)(Inertia3d)),
36
eMUF_LengthUnit)
37
38
// methods
39
public
:
40
41
protected
:
42
43
// attributs
44
protected
:
45
46
};
47
50
51
}
// end of namespace analysis
52
}
// end of namespace shape
53
}
// end of namespace imaproc
54
}
// end of namespace ipsdk
55
56
#endif // __IPSDKIPLSHAPEANALYSIS_INERTIALAMBDAMAXMSRINFO_H__
ipsdk::shape::analysis::ValueMeasureResult
IPSDK_DECLARE_GENERIC_MEASURE_INFO_WITHOUT_PARAMS
#define IPSDK_DECLARE_GENERIC_MEASURE_INFO_WITHOUT_PARAMS(libraryName, msrName, msrResultType, msrDependSeq, msrUnitFormat)
IPSDKIPLShapeAnalysisExports.h
Definition of import/export macro for library.
MeasureInfoHdrMacros.h
ipsdk
Generated on Tue Apr 15 2025 16:24:00 for IPSDK by
1.8.14