template class SimpleDistance
在文件SimpleDistance.h第21行定义。
公有成员 | |
CSimpleDistance () | |
virtual bool | init (CFeatures *l, CFeatures *r) |
virtual EFeatureClass | get_feature_class () |
virtual EFeatureType | get_feature_type () |
template<> | |
EFeatureType | get_feature_type () |
template<> | |
EFeatureType | get_feature_type () |
template<> | |
EFeatureType | get_feature_type () |
template<> | |
EFeatureType | get_feature_type () |
template<> | |
EFeatureType | get_feature_type () |
template<> | |
EFeatureType | get_feature_type () |
template<> | |
EFeatureType | get_feature_type () |
CSimpleDistance | ( | ) |
default constructor
在文件SimpleDistance.h第25行定义。
virtual EFeatureClass get_feature_class | ( | ) | [virtual] |
get feature class the distance can deal with
实现了CDistance。
在文件SimpleDistance.h第56行定义。
EFeatureType get_feature_type | ( | ) | [virtual] |
get feature type the CHAR distance can deal with
实现了CDistance。
在文件SimpleDistance.h第105行定义。
EFeatureType get_feature_type | ( | ) | [virtual] |
get feature type the BYTE distance can deal with
实现了CDistance。
在文件SimpleDistance.h第99行定义。
EFeatureType get_feature_type | ( | ) | [virtual] |
get feature type the SHORT distance can deal with
实现了CDistance。
在文件SimpleDistance.h第93行定义。
EFeatureType get_feature_type | ( | ) | [virtual] |
get feature type the WORD distance can deal with
实现了CDistance。
在文件SimpleDistance.h第87行定义。
EFeatureType get_feature_type | ( | ) | [virtual] |
get feature type the INT distance can deal with
实现了CDistance。
在文件SimpleDistance.h第81行定义。
EFeatureType get_feature_type | ( | ) | [virtual] |
get feature type the ULONG distance can deal with
实现了CDistance。
在文件SimpleDistance.h第75行定义。
EFeatureType get_feature_type | ( | ) | [virtual] |
get feature type the DREAL distance can deal with
实现了CDistance。
在文件SimpleDistance.h第69行定义。
virtual EFeatureType get_feature_type | ( | ) | [virtual] |
init distance
l | features of left-hand side | |
r | features of right-hand side |
重载CDistance。
被CBrayCurtisDistance、CCanberraMetric、CChebyshewMetric、CChiSquareDistance、CCosineDistance、CEuclidianDistance、CGeodesicMetric、CJensenMetric、CManhattanMetric、CMinkowskiMetric、CRealDistance及CTanimotoDistance重载。
在文件SimpleDistance.h第33行定义。