~ubuntu-branches/ubuntu/precise/grass/precise

« back to all changes in this revision

Viewing changes to imagery/i.ortho.photo/photo.rectify/local_proto.h

  • Committer: Bazaar Package Importer
  • Author(s): Francesco Paolo Lovergine
  • Date: 2011-04-13 17:08:41 UTC
  • mfrom: (8.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20110413170841-ss1t9bic0d0uq0gz
Tags: 6.4.1-1
* New upstream version.
* Now build-dep on libjpeg-dev and current libreadline6-dev.
* Removed patch swig: obsolete.
* Policy bumped to 3.9.2, without changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* ask_elev.c */
2
 
int ask_elev_data(void);
3
 
 
4
 
/* ask_files.c */
5
 
int ask_files(char *);
6
 
int dots(char *, int);
7
 
 
8
 
/* ask_files2.c */
9
 
int ask_file_from_list(char *, char *);
10
 
 
11
 
/* ask_wind.c */
12
 
int ask_window(struct Cell_head *);
13
 
 
14
 
/* aver_z.c */
15
 
int get_aver_elev(struct Ortho_Control_Points *, double *);
16
 
 
17
 
/* compress.c */
18
 
int compress(char *);
19
 
 
20
 
/* conv.c */
21
 
int view_to_col(View *, int);
22
 
int view_to_row(View *, int);
23
 
int col_to_view(View *, int);
24
 
int row_to_view(View *, int);
25
 
double row_to_northing(struct Cell_head *, int, double);
26
 
double col_to_easting(struct Cell_head *, int, double);
27
 
double northing_to_row(struct Cell_head *, double);
28
 
double easting_to_col(struct Cell_head *, double);
29
 
 
30
 
/* cp.c */
31
 
int get_conz_points(void);
32
 
int get_ref_points(void);
33
 
 
34
 
/* elev_data.c */
35
 
int elev_data(char *, int);
36
 
 
37
 
/* env.c */
38
 
int select_current_env(void);
39
 
int select_target_env(void);
40
 
int show_env(void);
41
 
 
42
 
/* equ.c */
43
 
int Compute_ortho_equation(void);
44
 
int Compute_ref_equation(void);
45
 
 
46
 
/* exec.c */
47
 
int exec_rectify(void);
48
 
 
49
 
/* get_wind.c */
50
 
int get_target_window(void);
51
 
int georef_window(struct Cell_head *, struct Cell_head *);
52
 
 
53
 
/* matrix.c */
54
 
int compute_georef_matrix(struct Cell_head *, struct Cell_head *);
55
 
 
56
 
/* perform.c */
57
 
int perform_georef(int, void *rast);
58
 
 
59
 
/* ps_cp.c */
60
 
int get_psuedo_control_pt(int, int);
61
 
 
62
 
/* rectify.c */
63
 
int rectify(char *, char *, char *);
64
 
 
65
 
/* report.c */
66
 
int report(char *, char *, char *, long, long, int);
67
 
 
68
 
/* target.c */
69
 
int get_target(char *);
70
 
 
71
 
/* write.c */
72
 
int write_map(char *);
73
 
int write_matrix(int, int);