isce3 0.25.0
Loading...
Searching...
No Matches
LookSide.h
1// -*- C++ -*-
2// -*- coding: utf-8 -*-
3
4#pragma once
5
6#include "forward.h"
7#include <iostream>
8#include <string>
9
10namespace isce3 { namespace core {
11
13enum class LookSide {
14 // NOTE choice of +-1 is deliberate and used for arithmetic. Do not change!
15 Left = 1,
16 Right = -1
17};
18
20LookSide parseLookSide(const std::string & str);
21
23std::string to_string(LookSide d);
24
25std::ostream & operator<<(std::ostream & out, const LookSide d);
26
27}} // isce3::core
base interpolator is an abstract base class
Definition BinarySearchFunc.cpp:5

Generated for ISCE3.0 by doxygen 1.13.2.