Inheritance diagram for Scorer:
Public Types | |
NO_RETURN | |
PRECIP | |
CLUTTER | |
AP | |
CHAFF | |
NON_ECHO | |
enum | Label { NO_RETURN, PRECIP, CLUTTER, AP, CHAFF, NON_ECHO } |
Public Member Functions | |
Scorer (const std::string &targetURL, const std::string &algURL, const std::string &outputDir) | |
virtual | ~Scorer () |
virtual SmartPtr< DataType > | processPolarGrid (PolarGrid &target) |
void | process () |
create truth file. | |
void | writeProduct (code::DataType &dt) |
virtual SmartPtr< DataType > | processInput (const Index::Record &rec) |
enum TruthCreator::Label [inherited] |
Scorer::Scorer | ( | const std::string & | targetURL, | |
const std::string & | algURL, | |||
const std::string & | outputDir | |||
) | [inline] |
virtual Scorer::~Scorer | ( | ) | [inline, virtual] |
void TruthCreator::process | ( | ) | [inline, inherited] |
create truth file.
virtual SmartPtr<DataType> TruthCreator::processInput | ( | const Index::Record & | rec | ) | [inline, virtual, inherited] |
virtual SmartPtr<DataType> Scorer::processPolarGrid | ( | PolarGrid & | target | ) | [inline, virtual] |
Implements TruthCreator.
void TruthCreator::writeProduct | ( | code::DataType & | dt | ) | [inline, inherited] |