File tree Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Original file line number Diff line number Diff line change
1
+ /* **************************************************************************
2
+ qgsrelief.cpp - description
3
+ ---------------------------
4
+ begin : November 2011
5
+ copyright : (C) 20011 by Marco Hugentobler
6
+ email : marco dot hugentobler at sourcepole dot ch
7
+ ***************************************************************************/
8
+
9
+ /* **************************************************************************
10
+ * *
11
+ * This program is free software; you can redistribute it and/or modify *
12
+ * it under the terms of the GNU General Public License as published by *
13
+ * the Free Software Foundation; either version 2 of the License, or *
14
+ * (at your option) any later version. *
15
+ * *
16
+ ***************************************************************************/
17
+
1
18
#include " qgsrelief.h"
2
19
#include " qgsaspectfilter.h"
3
20
#include " qgshillshadefilter.h"
Original file line number Diff line number Diff line change
1
+ /* **************************************************************************
2
+ qgsrelief.h - description
3
+ ---------------------------
4
+ begin : November 2011
5
+ copyright : (C) 20011 by Marco Hugentobler
6
+ email : marco dot hugentobler at sourcepole dot ch
7
+ ***************************************************************************/
8
+
9
+ /* **************************************************************************
10
+ * *
11
+ * This program is free software; you can redistribute it and/or modify *
12
+ * it under the terms of the GNU General Public License as published by *
13
+ * the Free Software Foundation; either version 2 of the License, or *
14
+ * (at your option) any later version. *
15
+ * *
16
+ ***************************************************************************/
17
+
1
18
#ifndef QGSRELIEF_H
2
19
#define QGSRELIEF_H
3
20
You can’t perform that action at this time.
0 commit comments