16 #ifndef __IPSDKIPLSHAPEANALYSIS_LEASTSQUARELINE2DMSRRESULTS_H__ 17 #define __IPSDKIPLSHAPEANALYSIS_LEASTSQUARELINE2DMSRRESULTS_H__ 21 #pragma warning (push) 22 #pragma warning (disable : 4251) 25 #include <IPSDKBaseShapeAnalysis/Measure/Result/BaseCustomMeasureResult.h> 26 #include <IPSDKGeometry/Entity/2d/Line/Line2d.h> 27 #include <IPSDKMath/Estimation/EstimationResults.h> 45 typedef std::pair<ipsdk::geom::Line2d, ipsdk::math::EstimationResults>
ValueType;
108 #pragma warning (push) 110 #endif // __IPSDKIPLSHAPEANALYSIS_LEASTSQUARELINE2DMSRRESULTS_H__ #define IPSDK_DECLARE_SERIAL_WITH_COPY(libraryName, className)
std::vector< ipUInt64 > UInt64Vector
std::vector< ValueType > CollType
collection type associated to object
Definition: LeastSquareLine2dMsrResults.h:48
Measurement results object for measure LeastSquareLine2d.
Definition: LeastSquareLine2dMsrResults.h:37
Definition of import/export macro for library.
std::vector< CollType > ColorCollType
color (by color plan) collection type associated to object
Definition: LeastSquareLine2dMsrResults.h:51
ColorCollType _coll
result collection associated to object
Definition: LeastSquareLine2dMsrResults.h:97
#define IPSDKIPLSHAPEANALYSIS_API
Import/Export macro for library IPSDKIPLShapeAnalysis.
Definition: IPSDKIPLShapeAnalysisExports.h:25
std::pair< ipsdk::geom::Line2d, ipsdk::math::EstimationResults > ValueType
measure type associated to object
Definition: LeastSquareLine2dMsrResults.h:45