![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Measurement object for measure Area3d. More...
#include <Area3dMsr.h>
Public Types | |
| typedef Area3dMsrInfo::MsrParamsConstStorageType | MsrParamsConstStorageType |
| Shared pointer to const parameter type associated to measure. | |
| typedef Area3dMsrInfo::MsrResultType | MsrResultType |
| Result type associated to measure. | |
| typedef MsrResultType::ValueType | MsrResultValueType |
| Result value type associated to measure. | |
Public Member Functions | |
| ~Area3dMsr () | |
| destructor | |
| ipReal64 | getMinArea3d () const |
| retrieve minimum area for shape collection More... | |
| ipReal64 | getMaxArea3d () const |
| retrieve maximum area for shape collection More... | |
Protected Member Functions | |
| Area3dMsr () | |
| constructor | |
| ipsdk::BoolResult | processMeasure (const ipsdk::ipUInt64 shapeIdx, const ipsdk::geom::StdShape3d &shape3d, MsrResultValueType &result) |
| process measure associated to a given shape More... | |
| void | endProcessingDerived () |
| end measure processing in derived class | |
| void | copyAdditionalResults (const BaseMeasure &subMeasure) |
| copy additionnal results from derived class while creating a sub measure | |
Protected Attributes | |
| MsrParamsConstStorageType | _pMsrParams |
| Derived parameter associated to measure. | |
| ipReal64 | _minArea3d |
| minimum area for shape collection | |
| ipReal64 | _maxArea3d |
| maximum area for shape collection | |
Measurement object for measure Area3d.
Shape 3d area measurement (measure based on polyhedral approximation)
|
protected |
process measure associated to a given shape
| shapeIdx | index of current processed shape |
| shape3d | Shape 3d object to be measured |
| result | measurement result for current shape |
| ipReal64 ipsdk::imaproc::shape::analysis::Area3dMsr::getMinArea3d | ( | ) | const |
retrieve minimum area for shape collection
| ipsdk::shape::analysis::IPSDKBaseShapeAnalysisException | if getMsrProcessingStatus() != eMsrProcessingStatus::eMPS_Ended |
| ipReal64 ipsdk::imaproc::shape::analysis::Area3dMsr::getMaxArea3d | ( | ) | const |
retrieve maximum area for shape collection
| ipsdk::shape::analysis::IPSDKBaseShapeAnalysisException | if getMsrProcessingStatus() != eMsrProcessingStatus::eMPS_Ended |
1.8.14