pub struct FlightMap;
👎Deprecated
Expand description
Tools for analysis of meteorological data taken from different sources (satellite, radar).
The tool allows capturing data from text, binary files, and images. Different data present in the program as layers, which can be put into each other, showed as flat figures or isolines.
Trait Implementations§
impl CPP for FlightMap
impl<Language> Developer<Language> for FlightMapwhere Language: CPP,
Whole development process and stack choosing.
impl Qt for FlightMap
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more