Classes | |
class | LatLonToPolar |
Algorithm main class, whose methods are invoked by various listeners in w2latlon2polar_main.cc Interface code auto-generated by w2algcreator. More... | |
class | AbsMaxVolumeCreator |
A blended volume creator whose blending strategy is to take the (signed) value whose magnitude is maximum. More... | |
class | AlreadyMergedVolumeCreator |
This class can be used to create volumes when the input is already merged lat-lon-grids. More... | |
class | BeamSpreadVolumeCreator |
A blended volume creator whose blending strategy is to weight each value by the amount of beam spreading that has to happen at that point. More... | |
class | BestRadar |
Keeps track of the best radar contributing to each pixel in the grid. More... | |
class | BlendedVolumeCreator |
The base class of those Volume Creators who attempt to blend all the data values (in a time interval) that can be lifted to a grid point. More... | |
class | DistanceWeightedVolumeCreator |
A blended volume creator whose blending strategy is to weight each value by the distance that the datum is from the radar it came from. More... | |
class | DistributeZVolumeCreator |
A blended volume creator whose blending strategy is to distribute the value of Z within a pulse volume among the 3D voxels contained within it (assuming a Gaussian beam profile and a 3 dB beam). More... | |
class | ElevationWeight_MaxThresh |
An inline-class that helps decide whether to use a set of elevation weights based on the whether at least one of those weights passes a threshold. More... | |
class | ElevationWeight_SumThresh |
An inline-class that helps decide whether to use a set of elevation weights based on the whether the cumulative total passes a threshold. More... | |
class | ExpDistInterpZVolumeCreator |
A blended volume creator whose blending strategy is to weight each value by the distance that the datum is from the radar it came from except that interpolation is done by first transforming the values to Z (assumes values are dBZ). More... | |
class | ExpTimeDistVolumeCreator |
A blended volume creator whose blending strategy is to weight each value by the distance that the datum is from the radar it came from and the age of the data, such that older observations are weighted less. More... | |
class | HDA |
Computes Hail parameters. More... | |
class | HeightSpacing |
Deals with both uniform and non-uniform spacing set in w2merger.xml. More... | |
class | LayerAverage |
Computes Hail parameters. More... | |
class | MaxVolumeCreator |
A blended volume creator whose blending strategy is to take the maximum. More... | |
class | MaxWeightVolumeCreator |
A blended volume creator whose blending strategy is to use the observation that has the maximum weight. More... | |
class | MinVolumeCreator |
A blended volume creator whose blending strategy is to take the minimum (without getting blindsided by bad values). More... | |
class | MultiDopplerUVWVolumeCreator |
This extends the MultiDopplerVolumeCreator to add a vertical wind ("w") component. More... | |
class | MultiDopplerVolumeCreator |
This is a volume creator specially created for blending velocity data. More... | |
class | NSEGrid |
Listens to the NSE grids and provides access to interested algorithms. More... | |
class | RadialSetLookup |
A look up table for updating a LatLonHeightGrid with a radial set. More... | |
struct | RawObservationStruct |
A data structure to store mapped values on disk. More... | |
class | RawObservationsVolumeCreator |
A VolumeCreator which simply writes out the raw observations after remapping them. More... | |
class | SCIT |
class | TerrainBlockage |
Computes the amount by which each radar bin is blocked by terrain. More... | |
class | ThreadPool |
class | TimeDistVolumeCreator |
A blended volume creator whose blending strategy is to weight each value by the distance that the datum is from the radar it came from and the age of the data, such that older observations are weighted less. More... | |
class | TimeUpdater |
A memory-efficient way of keeping track of time of large grids. More... | |
class | VADVolumeCreator |
This is a volume creator specially created for blending low-level velocity data. More... | |
class | VelocityConverter |
To convert from m/sec to pixels/frame Reduced from the more full-fledged version in w2kmeans. More... | |
class | VerticalAbsMax |
Computes the composite of just the magnitude, but keeps the sign in the result. More... | |
class | VerticalAverage |
Computes VerticalAverage. More... | |
class | VerticalMaximum |
Computes the composite. More... | |
class | VerticalMinimum |
Computes the composite. More... | |
class | VIL |
Computes VIL. More... | |
class | VolumeCreator |
A class that hangs on to an updated LatLonHeight grid of the appropriate dimension and constantly updates the grid in response to calls to process(). More... | |
class | VolumeCreatorFactory |
Allows you to create different types of VolumeCreators. More... | |
class | VolumeGridAlgorithm |
Base class of algorithms that operate on the volume grid. More... | |
class | VolumeUpdater |
Controls a VolumeCreator, feeding it appropriate data. More... | |
struct | WeightedObservationStruct |
A data structure to store mapped values and their weights on disk. More... | |
Typedefs | |
typedef ElevationWeight_MaxThresh | ElevationWeightThreshold |