类 Weight
定义于 文件 Weight.h
继承关系
派生类
public gwm::BandwidthWeight
(类 BandwidthWeight)
类文档
-
class Weight
Abstract base class for calculating weight from distance. It defines some interface commonly used in spatial algorithms:
Clone this object.
Calculate distance vector for a focus point.
Get maximum distance among all points.
Get minimum distance among all points.
Pointer of this type can be put to these classes:
Subclassed by gwm::BandwidthWeight
公有成员函数
公有静态属性
-
static std::unordered_map<WeightType, std::string> TypeNameMapper