Public Member Functions | |
MgzJOutputStream (OptionManager &mgr, const std::string &descrName="MgzJ Output Stream", const std::string &tagName="MgzJOutputStream") | |
void | setConfigInfo (const std::string &filestem) |
Configure the FrameOstream object in a type-dependent manner. | |
void | setFileStem (const std::string &s) |
Definition at line 44 of file MgzJOutputStream.H.
void MgzJOutputStream::setConfigInfo | ( | const std::string & | cfg | ) | [virtual] |
Configure the FrameOstream object in a type-dependent manner.
The string is expected to be some piece of user input (e.g. from the command-line) specifying key information for the FrameOstream (e.g., the filename stem for a RasterOutputSeries).
The default implementation does nothing; derived classes can override if they need to receive such user input.
Reimplemented from FrameOstream.
Definition at line 71 of file MgzJOutputStream.C.