comparison OrthancStone/Sources/Scene2D/MacroSceneLayer.h @ 1791:9b650ab68d4c

replaced unneeded use of boost::share_ptr for MeasureCommand mementos by std::unique_ptr
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 17 May 2021 16:11:17 +0200
parents 9ac2a65d4172
children c5e6379b9cd0
comparison
equal deleted inserted replaced
1790:b325761e0bd3 1791:9b650ab68d4c
30 30
31 namespace OrthancStone 31 namespace OrthancStone
32 { 32 {
33 /** 33 /**
34 * A "macro layer" is a group of sublayers that are handled as a 34 * A "macro layer" is a group of sublayers that are handled as a
35 * whole. 35 * whole, and that share the same depth in the scene.
36 **/ 36 **/
37 class MacroSceneLayer : public ISceneLayer 37 class MacroSceneLayer : public ISceneLayer
38 { 38 {
39 private: 39 private:
40 std::vector<ISceneLayer*> layers_; 40 std::vector<ISceneLayer*> layers_;