comparison Framework/Radiography/RadiographyLayer.h @ 630:0c5398c3b994 am-dev

fix
author Alain Mazy <alain@mazy.be>
date Wed, 08 May 2019 16:49:01 +0200
parents 8d66efecd91c
children 63982c8c294a
comparison
equal deleted inserted replaced
629:8d66efecd91c 630:0c5398c3b994
181 bool GetFlipVertical() const 181 bool GetFlipVertical() const
182 { 182 {
183 return flipVertical_; 183 return flipVertical_;
184 } 184 }
185 185
186 bool GetHorizontalVertical() const 186 bool GetFlipHorizontal() const
187 { 187 {
188 return flipHorizontal_; 188 return flipHorizontal_;
189 } 189 }
190 190
191 double GetScalingX() const 191 double GetScalingX() const