17 "Performs registration given list of images.";
35 usageString +=
" registration [options] <input-raster-file> <input-raster-file> [...]";
50 if ( ap.
read(
"--myoption", sp1))
51 m_kwl.addPair(
"myoption", ts1);
53 processRemainingArgs(ap);
67 m_kwl.addList( kwl,
true );
70 value = m_kwl.findKey(
"myoption");
96 value<<
"<float> (optional, defaults to <ADD DEFAULT>)";
97 kwl.
addPair(
"myoption", value.str());
std::string getApplicationName() const
return the application name, as specified by argv[0]
void addCommandLineOption(const ossimString &option, const ossimString &explanation)
std::basic_ostringstream< char > ostringstream
Class for char output memory streams.
Represents serializable keyword/value map.
bool read(const std::string &str)
search for an occurance of a string in the argument list, on sucess remove that occurance from the li...
void addPair(const std::string &key, const std::string &value, bool overwrite=true)
void setCommandLineUsage(const ossimString &explanation)
ossimApplicationUsage * getApplicationUsage()