File failed to load: https://isis.astrogeology.usgs.gov/3.9.0/Object/assets/jax/output/NativeMML/config.js
Isis 3 Developer 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

U.S. Department of the Interior | U.S. Geological Survey
ISIS | Privacy & Disclaimers | Astrogeology Research Program
To contact us, please post comments and questions on the USGS Astrogeology Discussion Board
To report a bug, or suggest a feature go to: ISIS Github
File Modified: 07/12/2023 23:25:06