#3499 Add seperate legend for 2d projection view

This commit is contained in:
Gaute Lindkvist
2018-10-16 10:11:37 +02:00
parent 222ac5137f
commit e053ec211a
4 changed files with 45 additions and 6 deletions

View File

@@ -68,6 +68,7 @@ public:
size_t gridIndex(uint i, uint j) const;
cvf::Vec2ui ijFromGridIndex(size_t gridIndex) const;
void updateLegendData();
protected:
cvf::Vec2d globalPos2d(uint i, uint j) const;
const std::vector<size_t>& cellsAtPos2d(uint i, uint j) const;