Isis 3 Developer Reference
|
#include <QString>
#include <vector>
Go to the source code of this file.
Namespaces | |
Isis | |
Namespace for ISIS/Bullet specific routines. | |
Functions | |
QString | Isis::Message::ArraySubscriptNotInRange (int index) |
This error should be used when an Isis object or application is checking array bounds and the legal range has been violated. More... | |
QString | Isis::Message::KeywordAmbiguous (const QString &key) |
This error should be used when a supplied keyword for an Isis application parameter does not contain enough characters to distinguish it from another keyword. More... | |
QString | Isis::Message::KeywordUnrecognized (const QString &key) |
This error should be used when a supplied keyword for an Isis application parameter does not match any of the parameters for that application. More... | |
QString | Isis::Message::KeywordDuplicated (const QString &key) |
This error should be used when a supplied keyword for an Isis application parameter is the same as one previously supplied. More... | |
QString | Isis::Message::KeywordNotArray (const QString &key) |
This error should be used when a supplied keyword is being used as an array (i.e., with a subscript) but is only a scaler entity. More... | |
QString | Isis::Message::KeywordNotFound (const QString &key) |
This error should be used when a supplied keyword is not defined in the application. More... | |
QString | Isis::Message::KeywordBlockInvalid (const QString &block) |
This error has been deprecated and should not be used in new code. More... | |
QString | Isis::Message::KeywordBlockStartMissing (const QString &block, const QString &found) |
This error has been deprecated and should not be used in new code. More... | |
QString | Isis::Message::KeywordBlockEndMissing (const QString &block, const QString &found) |
This error has been deprecated and should not be used in new code. More... | |
QString | Isis::Message::KeywordValueBad (const QString &key) |
This error should be used when a supplied keyword does not appear in the list (e.g., an Isis cube label). More... | |
QString | Isis::Message::KeywordValueBad (const QString &key, const QString &value) |
This error should be used when the value of a supplied keyword is incorrect. More... | |
QString | Isis::Message::KeywordValueExpected (const QString &key) |
This error should be used when the value of a supplied keyword was expected but not present. More... | |
QString | Isis::Message::KeywordValueNotInRange (const QString &key, const QString &value, const QString &range) |
This error should be used when the value of a supplied keyword is not within a specific range. More... | |
QString | Isis::Message::KeywordValueNotInList (const QString &key, const QString &value, const std::vector< QString > &list) |
This error should be used when the value of a supplied keyword is not one of a specific list of possible values. More... | |
QString | Isis::Message::MissingDelimiter (const char delimiter) |
This error should be used when a delimiter is missing. More... | |
QString | Isis::Message::MissingDelimiter (const char delimiter, const QString &near) |
This error should be used when a delimiter is missing. More... | |
QString | Isis::Message::FileOpen (const QString &filename) |
This error should be used when a file could not be opened. More... | |
QString | Isis::Message::FileCreate (const QString &filename) |
This error should be used when a file could not be created. More... | |
QString | Isis::Message::FileRead (const QString &filename) |
This error should be used when an error accrues during a read of a file. More... | |
QString | Isis::Message::FileWrite (const QString &filename) |
This error should be used when an error accrues during a write to a file. More... | |
QString | Isis::Message::MemoryAllocationFailed () |
This error should be used when an error accrues during a memory allocation such as "new". More... | |
Unless noted otherwise, the portions of Isis written by the USGS are public domain. See individual third-party library and package descriptions for intellectual property information, user agreements, and related information.
Although Isis has been used by the USGS, no warranty, expressed or implied, is made by the USGS as to the accuracy and functioning of such software and related material nor shall the fact of distribution constitute any such warranty, and no responsibility is assumed by the USGS in connection therewith.
For additional information, launch $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see the Privacy & Disclaimers page on the Isis website, http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on http://www.usgs.gov/privacy.html.