Isis 3.0 Programmer Reference
Back
|
Home
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
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
Isis::NaifStatus::CheckErrors
static void CheckErrors(bool resetNaif=true)
This method looks for any naif errors that might have occurred.
Definition:
NaifStatus.cpp:43
Isis::NaifStatus
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
ISIS Support Center
File Modified: 07/12/2023 23:24:26