Inheritance diagram for w2ltg::LightningGrid:
Public Member Functions | |
LightningGrid (const code::Location &northwestCorner, const code::Location &southeastCorner, const code::LatLonGrid::DimType &angularSpacing, int num_hts) | |
Pass in the grid location and resolution. | |
Protected Member Functions | |
code::LatLonGrid | createNewGrid (const std::string &typeName, const code::Time &latestTime, int ht_no) const |
Protected Attributes | |
code::Location | nwCorner |
const code::LatLonGrid::DimType | spacing |
int | num_lat |
int | num_lon |
float | lat_res |
float | lon_res |
int | num_hts |
code::Length | htspacing |
w2ltg::LightningGrid::LightningGrid | ( | const code::Location & | northwestCorner, | |
const code::Location & | southeastCorner, | |||
const code::LatLonGrid::DimType & | angularSpacing, | |||
int | num_hts | |||
) |
Pass in the grid location and resolution.
code::LatLonGrid w2ltg::LightningGrid::createNewGrid | ( | const std::string & | typeName, | |
const code::Time & | latestTime, | |||
int | ht_no | |||
) | const [protected] |
code::Length w2ltg::LightningGrid::htspacing [protected] |
float w2ltg::LightningGrid::lat_res [protected] |
float w2ltg::LightningGrid::lon_res [protected] |
int w2ltg::LightningGrid::num_hts [protected] |
int w2ltg::LightningGrid::num_lat [protected] |
int w2ltg::LightningGrid::num_lon [protected] |
code::Location w2ltg::LightningGrid::nwCorner [protected] |
const code::LatLonGrid::DimType w2ltg::LightningGrid::spacing [protected] |