diff Framework/Widgets/LayerWidget.h @ 110:53025eecbc95 wasm

renamed SliceGeometry as CoordinateSystem3D
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 14 Jun 2017 15:50:38 +0200
parents 53bd9277b025
children 7665ccbf33db
line wrap: on
line diff
--- a/Framework/Widgets/LayerWidget.h	Wed Jun 14 15:34:08 2017 +0200
+++ b/Framework/Widgets/LayerWidget.h	Wed Jun 14 15:50:38 2017 +0200
@@ -42,7 +42,7 @@
     LayersIndex                 layersIndex_;
     std::vector<ILayerSource*>  layers_;
     std::vector<RenderStyle>    styles_;
-    SliceGeometry               slice_;
+    CoordinateSystem3D          slice_;
     std::auto_ptr<Scene>        currentScene_;
     std::auto_ptr<Scene>        pendingScene_;
     std::vector<bool>           changedLayers_;
@@ -100,9 +100,9 @@
     void SetLayerStyle(size_t layer,
                        const RenderStyle& style);
 
-    void SetSlice(const SliceGeometry& slice);
+    void SetSlice(const CoordinateSystem3D& slice);
 
-    const SliceGeometry& GetSlice() const
+    const CoordinateSystem3D& GetSlice() const
     {
       return slice_;
     }