3 #include "HeatmapShapes.h"
6 #include "HeatmapShapeArgs.h"
39 bool IsPendingViewRecreate(IShapeModel::IdType heatmapId)
const;
40 bool CanHandle(IShapeModel::IdType heatmapId)
const;
41 void UpdateInterpolatedDensityByZoom(
const HeatmapShapeModel& heatmapModel,
double zoom)
const;
57 std::vector<IShapeModel::IdType> m_pendingViewRecreate;
58 std::vector<HeatmapShapeModel*> m_needUpdateDensityByZoom;