comparison 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
comparison
equal deleted inserted replaced
389:3e6e10a5a6c8 390:0cb925325470
860 } 860 }
861 }; 861 };
862 862
863 863
864 864
865 class SliceLocationSource : public LayerSourceBase 865 class ReferenceLineSource : public LayerSourceBase
866 { 866 {
867 private: 867 private:
868 class RendererFactory : public LayerReadyMessage::IRendererFactory 868 class RendererFactory : public LayerReadyMessage::IRendererFactory
869 { 869 {
870 private: 870 private:
895 }; 895 };
896 896
897 SliceViewerWidget& otherPlane_; 897 SliceViewerWidget& otherPlane_;
898 898
899 public: 899 public:
900 SliceLocationSource(MessageBroker& broker, SliceViewerWidget& otherPlane) : 900 ReferenceLineSource(MessageBroker& broker,
901 SliceViewerWidget& otherPlane) :
901 LayerSourceBase(broker), 902 LayerSourceBase(broker),
902 otherPlane_(otherPlane) 903 otherPlane_(otherPlane)
903 { 904 {
904 NotifyGeometryReady(); 905 NotifyGeometryReady();
905 } 906 }