comparison OrthancStone/Sources/Scene2D/FloatTextureSceneLayer.cpp @ 1641:df4fd96c5706

cont
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 10 Nov 2020 16:58:27 +0100
parents 8563ea5d8ae4
children 9ac2a65d4172
comparison
equal deleted inserted replaced
1640:52b8b96cb55f 1641:df4fd96c5706
87 87
88 88
89 void FloatTextureSceneLayer::GetWindowing(float& targetCenter, 89 void FloatTextureSceneLayer::GetWindowing(float& targetCenter,
90 float& targetWidth) const 90 float& targetWidth) const
91 { 91 {
92 ::OrthancStone::ComputeWindowing(targetCenter, targetWidth, 92 ComputeWindowing(targetCenter, targetWidth,
93 windowing_, customCenter_, customWidth_); 93 windowing_, customCenter_, customWidth_);
94 } 94 }
95 95
96 96
97 void FloatTextureSceneLayer::SetInverted(bool inverted) 97 void FloatTextureSceneLayer::SetInverted(bool inverted)
98 { 98 {