File failed to load: https://isis.astrogeology.usgs.gov/6.0.0/Object/assets/jax/output/NativeMML/config.js
Isis 3 Programmer Reference
NaifStatus.h
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::NaifStatus::CheckErrors
static void CheckErrors(bool resetNaif=true)
This method looks for any naif errors that might have occurred.
Definition: NaifStatus.cpp:28
Isis::NaifStatus
Class for checking for errors in the NAIF library.
Definition: NaifStatus.h:21
Isis
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16

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/13/2023 15:16:55