diff Framework/dev.h @ 390:0cb925325470

renamed SiblingSliceLocation as ReferenceLine
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 09 Nov 2018 17:37:34 +0100
parents 20f149669c1f
children ed7146fa2c98
line wrap: on
line diff
--- a/Framework/dev.h	Fri Nov 09 17:28:32 2018 +0100
+++ b/Framework/dev.h	Fri Nov 09 17:37:34 2018 +0100
@@ -862,7 +862,7 @@
 
 
 
-  class SliceLocationSource : public LayerSourceBase
+  class ReferenceLineSource : public LayerSourceBase
   {
   private:
     class RendererFactory : public LayerReadyMessage::IRendererFactory
@@ -897,7 +897,8 @@
     SliceViewerWidget&  otherPlane_;
 
   public:
-    SliceLocationSource(MessageBroker& broker, SliceViewerWidget&  otherPlane) :
+    ReferenceLineSource(MessageBroker& broker, 
+                        SliceViewerWidget&  otherPlane) :
       LayerSourceBase(broker),
       otherPlane_(otherPlane)
     {