Nyall Dawson
c49b5b777f
Change a lot of arguments to const references in core/gui
...
Rationale:
- there was a lot of large objects passed by value, so potentially
there's a speed bump from this
- even for implicitly shared classes like QString/QList there's still
a (small) cost for copying the objects when there's no reason to
- it's the right thing to do!
2015-10-07 12:02:04 +11:00
Juergen E. Fischer
9752c468c1
indentation update
2015-07-29 11:52:14 +02:00
Marco Hugentobler
6788fbaa6a
Add baseline buffer tolerance and simplification tolerance parameters to transect sample
2015-07-15 10:58:50 +02:00
Nyall Dawson
2863f20d67
Add a const geometry getter to QgsFeature
2015-05-11 19:46:32 +10:00
Nyall Dawson
ee7b4d2539
[FEATURE] Add extra statistics to zonal stats plugin ( fix #4430 )
...
Adds median, standard dev, min, max, range, minority, majority
and variety
2015-04-20 18:20:02 +10:00
Juergen E. Fischer
9ceb5ceab6
sip sync
2014-11-21 01:17:21 +01:00
Juergen E. Fischer
f041072e66
fix some warnings
2014-06-02 21:52:01 +02:00
Marco Hugentobler
0a78102c36
Fix sip binding for eventLayer function
2014-03-14 17:09:15 +01:00
Juergen E. Fischer
74e7314c36
update sip bindings II
2014-01-27 09:22:53 +01:00
Marco Hugentobler
f351c4f7f8
[FEATURE:] Add point sample class to analysis library
2014-01-23 16:12:26 +01:00
Marco Hugentobler
b086195888
Add qgstransectsample.sip
2014-01-23 16:12:26 +01:00
Juergen E. Fischer
45ebedf430
sip fixes: networkanalysis is a separate module
2012-09-27 11:18:52 +02:00