diff Applications/Samples/Common/RtViewerView.h @ 1640:52b8b96cb55f

cleaning namespaces
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 10 Nov 2020 16:55:22 +0100
parents 4c9e68291467
children 9ac2a65d4172
line wrap: on
line diff
--- a/Applications/Samples/Common/RtViewerView.h	Tue Nov 10 16:41:11 2020 +0100
+++ b/Applications/Samples/Common/RtViewerView.h	Tue Nov 10 16:55:22 2020 +0100
@@ -135,13 +135,11 @@
     boost::weak_ptr<RtViewerApp> app_;
     boost::shared_ptr<VolumeSceneLayerSource>  ctVolumeLayerSource_, doseVolumeLayerSource_, structLayerSource_;
 
-  // collection of cutting planes for this particular view
-    std::vector<OrthancStone::CoordinateSystem3D>       planes_;
-    size_t                                              currentPlane_;
-
-    VolumeProjection                                    projection_;
-
-    std::map<std::string, std::string> infoTextMap_;
+    // collection of cutting planes for this particular view
+    std::vector<CoordinateSystem3D>       planes_;
+    size_t                                currentPlane_;
+    VolumeProjection                      projection_;
+    std::map<std::string, std::string>    infoTextMap_;
 
     int FLOATING_INFOTEXT_LAYER_ZINDEX;
     int FIXED_INFOTEXT_LAYER_ZINDEX;