comparison OrthancStone/Sources/Scene2D/AnnotationsSceneLayer.h @ 1977:ba971d9082d3

cont pixel probe
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 29 Oct 2022 16:31:09 +0200
parents d71acf30970a
children 95449b0e064a
comparison
equal deleted inserted replaced
1976:d71acf30970a 1977:ba971d9082d3
144 144
145 int GetProbedLayer() const 145 int GetProbedLayer() const
146 { 146 {
147 return probedLayer_; 147 return probedLayer_;
148 } 148 }
149
150 void UpdateProbes(const Scene2D& scene);
151 }; 149 };
152 } 150 }