![]() |
|
Todo: consider non-template class: More...
#include <RadarAccumulator.h>
Public Types | |
typedef std::map< int, std::string > | legend_t |
Public Member Functions | |
RadarAccumulatorBase (const RadarAccumulatorBase &base) | |
void | extractFinally (const drain::image::Accumulator &accumulator, drain::image::Accumulator::FieldType field, const ODIM &srcODIM, const DataCoder &dataCoder, ODIM &dstODIM, drain::image::Image &dstImage, const drain::Rectangle< int > &cropArea) |
const std::string & | getTargetEncoding () |
Public Attributes | |
DataSelector | dataSelector |
Input data selector. | |
legend_t | legend |
double | defaultQuality |
If source data has no quality field, this value is applied for (detected) data. | |
size_t | counter |
Book-keeping for new data. Finally, in extraction phase, added to odim.ACCnum . | |
Static Protected Member Functions | |
static bool | checkCompositingMethod (const AccumulationMethod &rule, const ODIM &dataODIM) |
Protected Attributes | |
std::string | targetEncoding |
Todo: consider non-template class:
size_t counter |
Book-keeping for new data. Finally, in extraction phase, added to odim.ACCnum .
Must be kept separate during accumulation. The accumulation array channel count keeps track of bin hits.