Inheritance diagram for Cleaner:
Public Types | |
NO_RETURN | |
PRECIP | |
CLUTTER | |
AP | |
CHAFF | |
NON_ECHO | |
enum | Label { NO_RETURN, PRECIP, CLUTTER, AP, CHAFF, NON_ECHO } |
Public Member Functions | |
Cleaner (const std::string &inputURL, const std::string &inputType, const std::string &precipURL, const std::string &precipType, const std::string &outputDir, float thresh) | |
virtual | ~Cleaner () |
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] |
Cleaner::Cleaner | ( | const std::string & | inputURL, | |
const std::string & | inputType, | |||
const std::string & | precipURL, | |||
const std::string & | precipType, | |||
const std::string & | outputDir, | |||
float | thresh | |||
) | [inline] |
virtual Cleaner::~Cleaner | ( | ) | [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> Cleaner::processPolarGrid | ( | PolarGrid & | input | ) | [inline, virtual] |
Implements TruthCreator.
void TruthCreator::writeProduct | ( | code::DataType & | dt | ) | [inline, inherited] |