16 #ifndef __IPSDKIPLSHAPEANALYSIS_NEARESTNEIGHBORSMSRRESULTS_H__ 17 #define __IPSDKIPLSHAPEANALYSIS_NEARESTNEIGHBORSMSRRESULTS_H__ 21 #pragma warning (push) 22 #pragma warning (disable : 4251) 25 #include <IPSDKBaseShapeAnalysis/Measure/Result/BaseCustomMeasureResult.h> 110 #pragma warning (push) 112 #endif // __IPSDKIPLSHAPEANALYSIS_NEARESTNEIGHBORSMSRRESULTS_H__ #define IPSDK_DECLARE_SERIAL_WITH_COPY(libraryName, className)
std::vector< ipUInt64 > UInt64Vector
std::vector< ShapeInfo > ValueType
measure type associated to object
Definition: NearestNeighborsMsrResults.h:47
Definition of import/export macro for library.
std::vector< ValueType > CollType
collection type associated to object
Definition: NearestNeighborsMsrResults.h:50
Measurement results object for measure NearestNeighbors.
Definition: NearestNeighborsMsrResults.h:35
std::pair< ipUInt64, ipReal64 > ShapeInfo
Definition: NearestNeighborsMsrResults.h:44
ColorCollType _coll
result collection associated to object
Definition: NearestNeighborsMsrResults.h:99
#define IPSDKIPLSHAPEANALYSIS_API
Import/Export macro for library IPSDKIPLShapeAnalysis.
Definition: IPSDKIPLShapeAnalysisExports.h:25
std::vector< CollType > ColorCollType
color (by color plan) collection type associated to object
Definition: NearestNeighborsMsrResults.h:53