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