File failed to load: https://isis.astrogeology.usgs.gov/8.3.0/Object/assets/jax/output/NativeMML/config.js
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 */
10namespace Isis {
21 class NaifStatus {
22 public:
23 static void CheckErrors(bool resetNaif = true);
24 private:
25 static bool initialized;
26 };
27};
28
29#endif
Class for checking for errors in the NAIF library.
Definition NaifStatus.h:21
static void CheckErrors(bool resetNaif=true)
This method looks for any naif errors that might have occurred.
Definition NaifStatus.cpp:28
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: 02/24/2025 16:10:59