16 #ifndef __IPSDKIPLSHAPEANALYSIS_HISTOGRAMMSRRESULTS_H__ 17 #define __IPSDKIPLSHAPEANALYSIS_HISTOGRAMMSRRESULTS_H__ 20 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/HistogramData.h> 21 #include <IPSDKBaseShapeAnalysis/Measure/Result/BaseCustomMeasureResult.h> 39 typedef boost::shared_ptr<attr::HistogramData>
ValueType;
102 #endif // __IPSDKIPLSHAPEANALYSIS_HISTOGRAMMSRRESULTS_H__ #define IPSDK_DECLARE_SERIAL_WITH_COPY(libraryName, className)
std::vector< CollType > ColorCollType
color (by color plan) collection type associated to object
Definition: HistogramMsrResults.h:45
std::vector< ValueType > CollType
collection type associated to object
Definition: HistogramMsrResults.h:42
std::vector< ipUInt64 > UInt64Vector
Measurement results object for measure Histogram.
Definition: HistogramMsrResults.h:31
Definition of import/export macro for library.
#define IPSDKIPLSHAPEANALYSIS_API
Import/Export macro for library IPSDKIPLShapeAnalysis.
Definition: IPSDKIPLShapeAnalysisExports.h:25
boost::shared_ptr< attr::HistogramData > ValueType
measure type associated to object
Definition: HistogramMsrResults.h:39
ColorCollType _coll
result collection associated to object
Definition: HistogramMsrResults.h:91