mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-11-01 13:10:05 +00:00
Color radar image using a color table
This commit is contained in:
parent
f004c7aee0
commit
c06230ed6c
6 changed files with 81 additions and 14 deletions
|
|
@ -1,5 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include <scwx/common/color_table.hpp>
|
||||
#include <scwx/qt/manager/radar_manager.hpp>
|
||||
|
||||
#include <memory>
|
||||
|
|
@ -35,7 +36,10 @@ public:
|
|||
const std::vector<uint16_t>& data_moments16() const;
|
||||
const std::vector<float>& vertices() const;
|
||||
|
||||
const std::vector<boost::gil::rgba8_pixel_t>& color_table() const;
|
||||
|
||||
void Initialize();
|
||||
void LoadColorTable(std::shared_ptr<common::ColorTable> colorTable);
|
||||
|
||||
private:
|
||||
std::unique_ptr<RadarViewImpl> p;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue