comparison Framework/Radiography/RadiographyScene.h @ 452:9a8fe40acfff

improved inheritence of RadiographyScene
author Alain Mazy <alain@mazy.be>
date Thu, 17 Jan 2019 21:41:38 +0100
parents a750f11892ec
children 3c28542229a3
comparison
equal deleted inserted replaced
451:24a7d6cfa59e 452:9a8fe40acfff
104 104
105 RadiographyLayer& GetLayer() const; 105 RadiographyLayer& GetLayer() const;
106 }; 106 };
107 107
108 108
109 private: 109 protected:
110 typedef std::map<size_t, RadiographyLayer*> Layers; 110 typedef std::map<size_t, RadiographyLayer*> Layers;
111 111
112 size_t countLayers_; 112 size_t countLayers_;
113 bool hasWindowing_; 113 bool hasWindowing_;
114 float windowingCenter_; 114 float windowingCenter_;