Inheritance diagram for w2img::ObjectiveAnalysis::WeightStrategy:
Public Member Functions | |
virtual code::Image< float > | getWeightKernel (const std::vector< ObjectiveAnalysis::StationObservation > &observations)=0 |
virtual | ~WeightStrategy () |
Protected Member Functions | |
void | normalizeWeights (code::Image< float > &weights) |
virtual w2img::ObjectiveAnalysis::WeightStrategy::~WeightStrategy | ( | ) | [inline, virtual] |
virtual code::Image<float> w2img::ObjectiveAnalysis::WeightStrategy::getWeightKernel | ( | const std::vector< ObjectiveAnalysis::StationObservation > & | observations | ) | [pure virtual] |
void w2img::ObjectiveAnalysis::WeightStrategy::normalizeWeights | ( | code::Image< float > & | weights | ) | [protected] |