
Very simple output source that just prints basic info about the frames it receives. More...
#include <Transport/InfoOutputSeries.H>


Classes | |
| struct | Impl |
Public Member Functions | |
| InfoOutputSeries (OptionManager &mgr) | |
| Constructor. | |
| virtual | ~InfoOutputSeries () |
| Destructor. | |
| virtual void | setConfigInfo (const std::string &filename) |
| Override from FrameOstream; just calls setFileName(). | |
| virtual void | writeFrame (const GenericFrame &frame, const std::string &shortname, const FrameInfo &auxinfo) |
| Write image statistics to the output file. | |
| virtual void | closeStream (const std::string &shortname) |
| Forget about any info we have collected so far for shortname. | |
| void | setFileName (const std::string &filename) |
| Specify the output filename for where the info should be written. | |
Very simple output source that just prints basic info about the frames it receives.
Definition at line 45 of file InfoOutputSeries.H.
| InfoOutputSeries::InfoOutputSeries | ( | OptionManager & | mgr | ) |
Constructor.
Definition at line 72 of file InfoOutputSeries.C.
| InfoOutputSeries::~InfoOutputSeries | ( | ) | [virtual] |
Destructor.
Definition at line 80 of file InfoOutputSeries.C.
| void InfoOutputSeries::closeStream | ( | const std::string & | shortname | ) | [virtual] |
Forget about any info we have collected so far for shortname.
Implements FrameOstream.
Definition at line 158 of file InfoOutputSeries.C.
| void InfoOutputSeries::setConfigInfo | ( | const std::string & | filename | ) | [virtual] |
Override from FrameOstream; just calls setFileName().
Reimplemented from FrameOstream.
Definition at line 86 of file InfoOutputSeries.C.
References setFileName().
| void InfoOutputSeries::setFileName | ( | const std::string & | filename | ) |
Specify the output filename for where the info should be written.
Definition at line 166 of file InfoOutputSeries.C.
Referenced by setConfigInfo().
| void InfoOutputSeries::writeFrame | ( | const GenericFrame & | frame, | |
| const std::string & | shortname, | |||
| const FrameInfo & | auxinfo | |||
| ) | [virtual] |
Write image statistics to the output file.
Implements FrameOstream.
Definition at line 96 of file InfoOutputSeries.C.
References GenericFrame::frameSpec(), and rutz::time::wall_clock_now().
1.6.3