isce3
0.25.0
Loading...
Searching...
No Matches
cxx
isce3
unwrap
phass
Seed.h
1
// ----------------------------------------------------------------------------
2
// Author: Xiaoqing Wu
3
//
4
5
#pragma once
6
7
#include "Point.h"
8
#include "constants.h"
9
10
using namespace
std;
11
12
struct
Seed
{
13
int
x;
14
int
y;
15
int
nr_2pi;
16
int
pc;
// pixel count
17
};
18
19
void
read_seed_file(
char
*seed_file,
int
& nr_seeds,
Seed
**seeds);
20
void
write_seeds(
char
*seed_file,
int
nr_seeds,
Seed
*seeds,
double
cp = 0);
Seed
Definition
Seed.h:12
Generated for ISCE3.0 by
1.13.2.