~ubuntu-branches/ubuntu/vivid/grass/vivid-proposed

« back to all changes in this revision

Viewing changes to display/d.grid/local_proto.h

  • Committer: Package Import Robot
  • Author(s): Bas Couwenberg
  • Date: 2015-02-20 23:12:08 UTC
  • mfrom: (8.2.6 experimental)
  • Revision ID: package-import@ubuntu.com-20150220231208-1u6qvqm84v430b10
Tags: 7.0.0-1~exp1
* New upstream release.
* Update python-ctypes-ternary.patch to use if/else instead of and/or.
* Drop check4dev patch, rely on upstream check.
* Add build dependency on libpq-dev to grass-dev for libpq-fe.h.
* Drop patches applied upstream, refresh remaining patches.
* Update symlinks for images switched from jpg to png.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#include <grass/gprojects.h>
2
2
 
 
3
#define DIRN_BOTH 0 
 
4
#define DIRN_LAT  1
 
5
#define DIRN_LON  2
 
6
 
3
7
/* plot.c */
4
 
int plot_grid(double, double, double, int, int, int, int, int, double);
 
8
int plot_grid(double, double, double, int, int, int, int, int, double, int);
5
9
int plot_geogrid(double, struct pj_info, struct pj_info, int, int, int, int,
6
 
                 int, double);
 
10
                 int, double, int);
7
11
void init_proj(struct pj_info *, struct pj_info *, int);
8
12
void get_ll_bounds(double *, double *, double *, double *, struct Cell_head,
9
13
                   struct pj_info, struct pj_info);
12
16
float get_heading(double, double);
13
17
 
14
18
/* plotborder.c */
15
 
int plot_border(double, double, double);
 
19
int plot_border(double, double, double, int);
16
20
 
17
21
#define MARK_GRID     0
18
22
#define MARK_CROSS    1