comparison Applications/Samples/LayoutPetCtFusionApplication.h @ 390:0cb925325470

renamed SiblingSliceLocation as ReferenceLine
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 09 Nov 2018 17:37:34 +0100
parents 7a364e44fbb4
children d257ea56b7be
comparison
equal deleted inserted replaced
389:3e6e10a5a6c8 390:0cb925325470
21 21
22 #pragma once 22 #pragma once
23 23
24 #include "SampleInteractor.h" 24 #include "SampleInteractor.h"
25 25
26 #include "../../Framework/Layers/SiblingSliceLocationFactory.h" 26 #include "../../Framework/Layers/ReferenceLineFactory.h"
27 #include "../../Framework/Layers/DicomStructureSetRendererFactory.h" 27 #include "../../Framework/Layers/DicomStructureSetRendererFactory.h"
28 #include "../../Framework/Widgets/LayoutWidget.h" 28 #include "../../Framework/Widgets/LayoutWidget.h"
29 29
30 #include <Core/Logging.h> 30 #include <Core/Logging.h>
31 31
142 142
143 void ConnectSiblingLocations(LayeredSceneWidget& axial, 143 void ConnectSiblingLocations(LayeredSceneWidget& axial,
144 LayeredSceneWidget& coronal, 144 LayeredSceneWidget& coronal,
145 LayeredSceneWidget& sagittal) 145 LayeredSceneWidget& sagittal)
146 { 146 {
147 SiblingSliceLocationFactory::Configure(axial, coronal); 147 ReferenceLineFactory::Configure(axial, coronal);
148 SiblingSliceLocationFactory::Configure(axial, sagittal); 148 ReferenceLineFactory::Configure(axial, sagittal);
149 SiblingSliceLocationFactory::Configure(coronal, sagittal); 149 ReferenceLineFactory::Configure(coronal, sagittal);
150 } 150 }
151 151
152 152
153 void SynchronizeView(const WorldSceneWidget& source, 153 void SynchronizeView(const WorldSceneWidget& source,
154 const ViewportGeometry& view, 154 const ViewportGeometry& view,