comparison OrthancStone/Sources/Scene2D/AnnotationsSceneLayer.h @ 1976:d71acf30970a

fixed serialization of pixel probes
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 29 Oct 2022 13:02:21 +0200
parents 5a434f5889f8
children ba971d9082d3
comparison
equal deleted inserted replaced
1975:5a434f5889f8 1976:d71acf30970a
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);
149 }; 151 };
150 } 152 }