struct
PointsInstance
Base classes
- class PointsContainer
Constructors, destructors, conversion operators
-
PointsInstance(std::
vector <Point>&& points) explicit
Public functions
- auto get(size_t index) const -> Point override
- auto size() const -> size_t override
-
auto to_points() const -> std::
vector <Point> override -
auto to_latlons() const -> std::
pair <std::vector <double>, std::vector <double>> override - void hash(MD5&) const override