#3595 Implement auto naming for contour maps

This commit is contained in:
Gaute Lindkvist
2018-11-09 10:12:33 +01:00
parent 551bf099d3
commit 72d3a6b46f
11 changed files with 238 additions and 9 deletions

View File

@@ -71,6 +71,7 @@ public:
double meanValue() const;
double sumAllValues() const;
double sampleSpacing() const;
double sampleSpacingFactor() const;
bool showContourLines() const;
const std::vector<double>& aggregatedResults() const;