aboutsummaryrefslogtreecommitdiff
path: root/projectionhistory.h
diff options
context:
space:
mode:
authorSamuel Fadel <samuelfadel@gmail.com>2016-03-02 15:47:24 -0300
committerSamuel Fadel <samuelfadel@gmail.com>2016-03-02 15:47:24 -0300
commit3ce49858c6859fccc2e4d35839c34685348790d1 (patch)
tree9919729ae2d094ab3bed9fb45184c027713d9127 /projectionhistory.h
parent00efaedf4e328604598975a07a497d1ce769bb19 (diff)
Improvements related to ColorScale and screenshots.
* ColorScale: now a pointer whenever needed. main() takes care of updating extents * New class DivergentColorScale: works specifically for divergent scales, always has 3 colors as input: negative values, 0, positive values * ManipulationHandler: ProjectionHistory no longer needed
Diffstat (limited to 'projectionhistory.h')
-rw-r--r--projectionhistory.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/projectionhistory.h b/projectionhistory.h
index a18af0c..79519f9 100644
--- a/projectionhistory.h
+++ b/projectionhistory.h
@@ -33,9 +33,9 @@ signals:
void resetPerformed() const;
void currentMapChanged(const arma::mat &Y) const;
- void valuesChanged(const arma::vec &values) const;
- void cpValuesChanged(const arma::vec &values) const;
- void rpValuesChanged(const arma::vec &values) const;
+ void valuesChanged(const arma::vec &values, bool rescale) const;
+ void cpValuesChanged(const arma::vec &values, bool rescale) const;
+ void rpValuesChanged(const arma::vec &values, bool rescale) const;
void mapRewound(const arma::mat &Y) const;
void valuesRewound(const arma::vec &values) const;