mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-11-01 23:30:05 +00:00
Load level 2 radar data for rendering
This commit is contained in:
parent
3a3843c280
commit
421c600ed0
5 changed files with 239 additions and 44 deletions
|
|
@ -1,6 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <scwx/common/types.hpp>
|
||||
#include <scwx/wsr88d/ar2v_file.hpp>
|
||||
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
|
|
@ -28,7 +29,11 @@ public:
|
|||
|
||||
const std::vector<float>& coordinates(common::RadialSize radialSize) const;
|
||||
|
||||
// TODO: Improve this interface
|
||||
std::shared_ptr<const wsr88d::Ar2vFile> level2_data() const;
|
||||
|
||||
void Initialize();
|
||||
void LoadLevel2Data(const std::string& filename);
|
||||
|
||||
private:
|
||||
std::unique_ptr<RadarManagerImpl> p;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue