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