USGS

Isis 3.0 Developer's Reference (API)

Home

NaifStatus.h

Go to the documentation of this file.
00001 #ifndef NaifStatus_h
00002 #define NaifStatus_h
00003 
00026 namespace Isis {
00037   class NaifStatus {
00038     public:
00039       static void CheckErrors(bool resetNaif = true);
00040     private:
00041       static bool initialized;
00042   };
00043 };
00044 
00045 #endif