isce3 0.25.0
Loading...
Searching...
No Matches
SphGridType.h
1// Spherical Grid Type for Antenna
2#pragma once
3
4#include <algorithm>
5#include <cctype>
6#include <string>
7
8#include <isce3/except/Error.h>
9
10namespace isce3 { namespace antenna {
11
15enum class SphGridType {
16 THETA_PHI,
17 EL_AND_AZ,
18 EL_OVER_AZ,
19 AZ_OVER_EL
20};
21
27std::string toStr(SphGridType grid_type);
28
38SphGridType gridTypeFromStr(std::string str);
39
40}} // namespace isce3::antenna
41
42#include "SphGridType.icc"
base interpolator is an abstract base class
Definition BinarySearchFunc.cpp:5

Generated for ISCE3.0 by doxygen 1.13.2.