isce3
0.25.0
Loading...
Searching...
No Matches
cxx
isce3
error
ErrorCode.h
1
#pragma once
2
3
#include <string>
4
5
namespace
isce3
{
namespace
error {
6
8
enum class
ErrorCode {
9
Success = 0,
10
OrbitInterpSizeError,
11
OrbitInterpDomainError,
12
OrbitInterpUnknownMethod,
13
OutOfBoundsDem,
14
InvalidDem,
15
FailedToConverge,
16
WrongLookSide,
17
OutOfBoundsLookup,
18
NullDereference,
19
InvalidTolerance,
20
InvalidInterval,
21
};
22
24
std::string getErrorString(ErrorCode);
25
26
}}
// namespace isce3::error
isce3
base interpolator is an abstract base class
Definition
BinarySearchFunc.cpp:5
Generated for ISCE3.0 by
1.13.2.