Skip to content

Commit cd9a84e

Browse files
committedJan 14, 2019
[feature] [mesh] Mesh Calculator
Similarly to raster calculator, mesh calculator can take dataset groups from current mesh layer and combine them with various aritmentic/logical operators to new dataset group.
1 parent e163caf commit cd9a84e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+4761
-76
lines changed
 

‎doc/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ IF(WITH_APIDOC)
9494
${CMAKE_SOURCE_DIR}/src/gui/raster
9595
${CMAKE_SOURCE_DIR}/src/gui/symbology
9696
${CMAKE_SOURCE_DIR}/src/analysis
97+
${CMAKE_SOURCE_DIR}/src/analysis/mesh
9798
${CMAKE_SOURCE_DIR}/src/analysis/interpolation
9899
${CMAKE_SOURCE_DIR}/src/analysis/network
99100
${CMAKE_SOURCE_DIR}/src/analysis/processing

‎images/images.qrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,7 @@
379379
<file>themes/default/mActionShowPinnedLabels.svg</file>
380380
<file>themes/default/mActionShowPluginManager.svg</file>
381381
<file>themes/default/mActionShowRasterCalculator.png</file>
382+
<file>themes/default/mActionShowMeshCalculator.png</file>
382383
<file>themes/default/mActionShowSelectedLayers.svg</file>
383384
<file>themes/default/mActionSimplify.svg</file>
384385
<file>themes/default/mActionSplitFeatures.svg</file>

0 commit comments

Comments
 (0)
Please sign in to comment.