Public Member Functions | |
PolarListener (const std::string &odir, const std::string &lbn, const std::string &typeNameOfInputProduct) | |
void | setAlgorithm (code::SmartPtr< VolumeAlgorithmInterface > alg) |
virtual void | actionPerformed (const code::ActionEvent *e) |
handles all the events from the Index. | |
virtual | ~PolarListener () |
virtual void | processNewRecord (const code::Index::Record &rec) |
the processing in the case of a new record. | |
virtual std::string | getSubtype (const code::DataType &, const code::Angle &curr) const |
uses the current elevation being processed, by default. | |
virtual bool | needsEndOfVolumeRecord () const |
w2img::PolarListener::PolarListener | ( | const std::string & | odir, | |
const std::string & | lbn, | |||
const std::string & | typeNameOfInputProduct | |||
) |
virtual w2img::PolarListener::~PolarListener | ( | ) | [inline, virtual] |
virtual void w2img::PolarListener::actionPerformed | ( | const code::ActionEvent * | e | ) | [virtual] |
handles all the events from the Index.
virtual std::string w2img::PolarListener::getSubtype | ( | const code::DataType & | , | |
const code::Angle & | curr | |||
) | const [virtual] |
uses the current elevation being processed, by default.
virtual bool w2img::PolarListener::needsEndOfVolumeRecord | ( | ) | const [inline, virtual] |
virtual void w2img::PolarListener::processNewRecord | ( | const code::Index::Record & | rec | ) | [virtual] |
the processing in the case of a new record.
void w2img::PolarListener::setAlgorithm | ( | code::SmartPtr< VolumeAlgorithmInterface > | alg | ) | [inline] |