1 #ifndef PvlTranslationManager_h
2 #define PvlTranslationManager_h
80 const QString &transFile);
83 std::istream &transStrm);
90 QString
Translate(QString nName,
int findex = 0);
Contains more than one keyword-value pair.
bool InputHasKeyword(const QString nName)
Indicates if the input keyword corresponding to the output name exists in the label.
Allows applications to translate simple text files.
const PvlKeyword & InputKeyword(const QString nName) const
Returns the ith input value assiciated with the output name argument.
A single keyword-value pair.
QString Translate(QString nName, int findex=0)
Returns a translated value.
Isis::PvlKeyword DoTranslation(const QString nName)
Translate the requested output name to output values using the input name and values or default value...
Container for cube-like labels.
Internalizes a translation table.
Isis::Pvl p_fLabel
A Pvl object for the input label file.
~PvlTranslationManager()
Destroys the TranslationManager object.