Mercurial > hg > svgui
comparison layer/Colour3DPlotLayer.cpp @ 1419:8e40faa56ffd
Comments
author | Chris Cannam |
---|---|
date | Thu, 14 Feb 2019 13:12:36 +0000 |
parents | fa986b91d77f |
children | af824022bffd |
comparison
equal
deleted
inserted
replaced
1417:2487521e857b | 1419:8e40faa56ffd |
---|---|
645 } | 645 } |
646 | 646 |
647 bool | 647 bool |
648 Colour3DPlotLayer::isLayerScrollable(const LayerGeometryProvider * /* v */) const | 648 Colour3DPlotLayer::isLayerScrollable(const LayerGeometryProvider * /* v */) const |
649 { | 649 { |
650 // we do our own cacheing, and don't want to be responsible for | |
651 // guaranteeing to get an invisible seam if someone else scrolls | |
652 // us and we just fill in | |
650 return false; | 653 return false; |
651 } | 654 } |
652 | 655 |
653 bool | 656 bool |
654 Colour3DPlotLayer::getValueExtents(double &min, double &max, | 657 Colour3DPlotLayer::getValueExtents(double &min, double &max, |