Isis Developer Reference
NaifStatus.h
Go to the documentation of this file.
1 #ifndef NaifStatus_h
2 #define NaifStatus_h
3 
9 /* SPDX-License-Identifier: CC0-1.0 */
10 namespace Isis {
21  class NaifStatus {
22  public:
23  static void CheckErrors(bool resetNaif = true);
24  private:
25  static bool initialized;
26  };
27 };
28 
29 #endif
Isis::PvlKeyword
A single keyword-value pair.
Definition: PvlKeyword.h:82
Isis::PvlContainer::addKeyword
void addKeyword(const PvlKeyword &keyword, const InsertMode mode=Append)
Add a keyword to the container.
Definition: PvlContainer.cpp:202
Isis::IException::Unknown
@ Unknown
A type of error that cannot be classified as any of the other error types.
Definition: IException.h:118
Isis::PvlToPvlTranslationManager::Translate
virtual QString Translate(QString translationGroupName, int findex=0)
Returns a translated value.
Definition: PvlToPvlTranslationManager.cpp:107
NaifStatus.h
Isis::Pvl
Container for cube-like labels.
Definition: Pvl.h:119
Isis::NaifStatus::CheckErrors
static void CheckErrors(bool resetNaif=true)
This method looks for any naif errors that might have occurred.
Definition: NaifStatus.cpp:28
IString.h
Isis::PvlToPvlTranslationManager
Allows applications to translate simple text files.
Definition: PvlToPvlTranslationManager.h:65
Isis::PvlGroup
Contains multiple PvlContainers.
Definition: PvlGroup.h:41
Pvl.h
_FILEINFO_
#define _FILEINFO_
Macro for the filename and line number.
Definition: IException.h:24
Isis::IException
Isis exception class.
Definition: IException.h:91
Isis::NaifStatus
Class for checking for errors in the NAIF library.
Definition: NaifStatus.h:21
Isis::PvlObject::addGroup
void addGroup(const Isis::PvlGroup &group)
Add a group to the object.
Definition: PvlObject.h:186
IException.h
PvlToPvlTranslationManager.h
Isis
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16