Isis 3 Programmer Reference
NaifStatus.h
Go to the documentation of this file.
1 #ifndef NaifStatus_h
2 #define NaifStatus_h
3 
26 namespace Isis {
37  class NaifStatus {
38  public:
39  static void CheckErrors(bool resetNaif = true);
40  private:
41  static bool initialized;
42  };
43 };
44 
45 #endif
static void CheckErrors(bool resetNaif=true)
This method looks for any naif errors that might have occurred.
Definition: NaifStatus.cpp:43
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31
Class for checking for errors in the NAIF library.
Definition: NaifStatus.h:37