Inheritance diagram for InitialLabeler:
Public Types | |
NO_RETURN | |
PRECIP | |
CLUTTER | |
AP | |
CHAFF | |
NON_ECHO | |
enum | Label { NO_RETURN, PRECIP, CLUTTER, AP, CHAFF, NON_ECHO } |
Public Member Functions | |
InitialLabeler (const std::string &indexURL, const std::string &outputDir, const std::string &inputType, float thresh=0) | |
virtual | ~InitialLabeler () |
virtual SmartPtr< DataType > | processPolarGrid (PolarGrid &input) |
void | process () |
create truth file. | |
void | writeProduct (code::DataType &dt) |
virtual SmartPtr< DataType > | processInput (const Index::Record &rec) |
enum TruthCreator::Label [inherited] |
InitialLabeler::InitialLabeler | ( | const std::string & | indexURL, | |
const std::string & | outputDir, | |||
const std::string & | inputType, | |||
float | thresh = 0 | |||
) | [inline] |
virtual InitialLabeler::~InitialLabeler | ( | ) | [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> InitialLabeler::processPolarGrid | ( | PolarGrid & | input | ) | [inline, virtual] |
Implements TruthCreator.
void TruthCreator::writeProduct | ( | code::DataType & | dt | ) | [inline, inherited] |