comparison OrthancStone/Resources/CMake/OrthancStoneConfiguration.cmake @ 1595:621e4e11783d

doxygen target, more consistent ORTHANC_STONE_ROOT
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 26 Oct 2020 17:42:13 +0100
parents 5887a4f8594b
children f9e3a9c21c0f
comparison
equal deleted inserted replaced
1594:74ed691f9c64 1595:621e4e11783d
77 ## Configure optional third-party components 77 ## Configure optional third-party components
78 ##################################################################### 78 #####################################################################
79 79
80 if (ENABLE_WEB_CLIENT) 80 if (ENABLE_WEB_CLIENT)
81 list(APPEND ORTHANC_STONE_SOURCES 81 list(APPEND ORTHANC_STONE_SOURCES
82 ${ORTHANC_STONE_ROOT}/Sources/Toolbox/OrthancDatasets/OrthancHttpConnection.cpp 82 ${ORTHANC_STONE_ROOT}/Toolbox/OrthancDatasets/OrthancHttpConnection.cpp
83 ) 83 )
84 endif() 84 endif()
85 85
86 86
87 if (ENABLE_THREADS) 87 if (ENABLE_THREADS)
166 ## All the source files required to build Stone of Orthanc 166 ## All the source files required to build Stone of Orthanc
167 ##################################################################### 167 #####################################################################
168 168
169 if (ENABLE_DCMTK) 169 if (ENABLE_DCMTK)
170 list(APPEND ORTHANC_STONE_SOURCES 170 list(APPEND ORTHANC_STONE_SOURCES
171 ${ORTHANC_STONE_ROOT}/Sources/Oracle/ParseDicomSuccessMessage.cpp 171 ${ORTHANC_STONE_ROOT}/Oracle/ParseDicomSuccessMessage.cpp
172 ${ORTHANC_STONE_ROOT}/Sources/Toolbox/OrthancDatasets/SimplifiedOrthancDataset.cpp 172 ${ORTHANC_STONE_ROOT}/Toolbox/OrthancDatasets/SimplifiedOrthancDataset.cpp
173 ${ORTHANC_STONE_ROOT}/Sources/Toolbox/ParsedDicomCache.cpp 173 ${ORTHANC_STONE_ROOT}/Toolbox/ParsedDicomCache.cpp
174 ${ORTHANC_STONE_ROOT}/Sources/Toolbox/ParsedDicomDataset.cpp 174 ${ORTHANC_STONE_ROOT}/Toolbox/ParsedDicomDataset.cpp
175 ) 175 )
176 endif() 176 endif()
177 177
178 178
179 if (NOT ORTHANC_SANDBOXED AND ENABLE_THREADS AND ENABLE_WEB_CLIENT) 179 if (NOT ORTHANC_SANDBOXED AND ENABLE_THREADS AND ENABLE_WEB_CLIENT)
180 list(APPEND ORTHANC_STONE_SOURCES 180 list(APPEND ORTHANC_STONE_SOURCES
181 ${ORTHANC_STONE_ROOT}/Sources/Loaders/GenericLoadersContext.cpp 181 ${ORTHANC_STONE_ROOT}/Loaders/GenericLoadersContext.cpp
182 ${ORTHANC_STONE_ROOT}/Sources/Loaders/GenericLoadersContext.h 182 ${ORTHANC_STONE_ROOT}/Loaders/GenericLoadersContext.h
183 ${ORTHANC_STONE_ROOT}/Sources/Oracle/GenericOracleRunner.cpp 183 ${ORTHANC_STONE_ROOT}/Oracle/GenericOracleRunner.cpp
184 ${ORTHANC_STONE_ROOT}/Sources/Oracle/ThreadedOracle.cpp 184 ${ORTHANC_STONE_ROOT}/Oracle/ThreadedOracle.cpp
185 ) 185 )
186 endif() 186 endif()
187 187
188 188
189 if (ENABLE_PUGIXML) 189 if (ENABLE_PUGIXML)
190 list(APPEND ORTHANC_STONE_SOURCES 190 list(APPEND ORTHANC_STONE_SOURCES
191 ${ORTHANC_STONE_ROOT}/Sources/Toolbox/OsiriX/AngleAnnotation.cpp 191 ${ORTHANC_STONE_ROOT}/Toolbox/OsiriX/AngleAnnotation.cpp
192 ${ORTHANC_STONE_ROOT}/Sources/Toolbox/OsiriX/Annotation.cpp 192 ${ORTHANC_STONE_ROOT}/Toolbox/OsiriX/Annotation.cpp
193 ${ORTHANC_STONE_ROOT}/Sources/Toolbox/OsiriX/ArrayValue.cpp 193 ${ORTHANC_STONE_ROOT}/Toolbox/OsiriX/ArrayValue.cpp
194 ${ORTHANC_STONE_ROOT}/Sources/Toolbox/OsiriX/CollectionOfAnnotations.cpp 194 ${ORTHANC_STONE_ROOT}/Toolbox/OsiriX/CollectionOfAnnotations.cpp
195 ${ORTHANC_STONE_ROOT}/Sources/Toolbox/OsiriX/DictionaryValue.cpp 195 ${ORTHANC_STONE_ROOT}/Toolbox/OsiriX/DictionaryValue.cpp
196 ${ORTHANC_STONE_ROOT}/Sources/Toolbox/OsiriX/IValue.cpp 196 ${ORTHANC_STONE_ROOT}/Toolbox/OsiriX/IValue.cpp
197 ${ORTHANC_STONE_ROOT}/Sources/Toolbox/OsiriX/LineAnnotation.cpp 197 ${ORTHANC_STONE_ROOT}/Toolbox/OsiriX/LineAnnotation.cpp
198 ${ORTHANC_STONE_ROOT}/Sources/Toolbox/OsiriX/StringValue.cpp 198 ${ORTHANC_STONE_ROOT}/Toolbox/OsiriX/StringValue.cpp
199 ${ORTHANC_STONE_ROOT}/Sources/Toolbox/OsiriX/TextAnnotation.cpp 199 ${ORTHANC_STONE_ROOT}/Toolbox/OsiriX/TextAnnotation.cpp
200 ) 200 )
201 endif() 201 endif()
202 202
203 203
204 list(APPEND ORTHANC_STONE_SOURCES 204 list(APPEND ORTHANC_STONE_SOURCES
205 ${ORTHANC_STONE_ROOT}/Sources/Toolbox/OrthancDatasets/DicomDatasetReader.cpp 205 ${ORTHANC_STONE_ROOT}/Toolbox/OrthancDatasets/DicomDatasetReader.cpp
206 ${ORTHANC_STONE_ROOT}/Sources/Toolbox/OrthancDatasets/DicomPath.cpp 206 ${ORTHANC_STONE_ROOT}/Toolbox/OrthancDatasets/DicomPath.cpp
207 ${ORTHANC_STONE_ROOT}/Sources/Toolbox/OrthancDatasets/FullOrthancDataset.cpp 207 ${ORTHANC_STONE_ROOT}/Toolbox/OrthancDatasets/FullOrthancDataset.cpp
208 ${ORTHANC_STONE_ROOT}/Sources/Toolbox/OrthancDatasets/IOrthancConnection.cpp 208 ${ORTHANC_STONE_ROOT}/Toolbox/OrthancDatasets/IOrthancConnection.cpp
209 209
210 ${ORTHANC_STONE_ROOT}/Sources/Fonts/FontRenderer.cpp 210 ${ORTHANC_STONE_ROOT}/Fonts/FontRenderer.cpp
211 ${ORTHANC_STONE_ROOT}/Sources/Fonts/Glyph.cpp 211 ${ORTHANC_STONE_ROOT}/Fonts/Glyph.cpp
212 ${ORTHANC_STONE_ROOT}/Sources/Fonts/GlyphAlphabet.cpp 212 ${ORTHANC_STONE_ROOT}/Fonts/GlyphAlphabet.cpp
213 ${ORTHANC_STONE_ROOT}/Sources/Fonts/GlyphBitmapAlphabet.cpp 213 ${ORTHANC_STONE_ROOT}/Fonts/GlyphBitmapAlphabet.cpp
214 ${ORTHANC_STONE_ROOT}/Sources/Fonts/GlyphTextureAlphabet.cpp 214 ${ORTHANC_STONE_ROOT}/Fonts/GlyphTextureAlphabet.cpp
215 ${ORTHANC_STONE_ROOT}/Sources/Fonts/TextBoundingBox.cpp 215 ${ORTHANC_STONE_ROOT}/Fonts/TextBoundingBox.cpp
216 216
217 ${ORTHANC_STONE_ROOT}/Sources/Loaders/BasicFetchingItemsSorter.cpp 217 ${ORTHANC_STONE_ROOT}/Loaders/BasicFetchingItemsSorter.cpp
218 ${ORTHANC_STONE_ROOT}/Sources/Loaders/BasicFetchingItemsSorter.h 218 ${ORTHANC_STONE_ROOT}/Loaders/BasicFetchingItemsSorter.h
219 ${ORTHANC_STONE_ROOT}/Sources/Loaders/BasicFetchingStrategy.cpp 219 ${ORTHANC_STONE_ROOT}/Loaders/BasicFetchingStrategy.cpp
220 ${ORTHANC_STONE_ROOT}/Sources/Loaders/BasicFetchingStrategy.h 220 ${ORTHANC_STONE_ROOT}/Loaders/BasicFetchingStrategy.h
221 ${ORTHANC_STONE_ROOT}/Sources/Loaders/DicomResourcesLoader.cpp 221 ${ORTHANC_STONE_ROOT}/Loaders/DicomResourcesLoader.cpp
222 ${ORTHANC_STONE_ROOT}/Sources/Loaders/DicomSource.cpp 222 ${ORTHANC_STONE_ROOT}/Loaders/DicomSource.cpp
223 ${ORTHANC_STONE_ROOT}/Sources/Loaders/DicomStructureSetLoader.cpp 223 ${ORTHANC_STONE_ROOT}/Loaders/DicomStructureSetLoader.cpp
224 ${ORTHANC_STONE_ROOT}/Sources/Loaders/DicomStructureSetLoader.h 224 ${ORTHANC_STONE_ROOT}/Loaders/DicomStructureSetLoader.h
225 ${ORTHANC_STONE_ROOT}/Sources/Loaders/DicomVolumeLoader.cpp 225 ${ORTHANC_STONE_ROOT}/Loaders/DicomVolumeLoader.cpp
226 ${ORTHANC_STONE_ROOT}/Sources/Loaders/IFetchingItemsSorter.h 226 ${ORTHANC_STONE_ROOT}/Loaders/IFetchingItemsSorter.h
227 ${ORTHANC_STONE_ROOT}/Sources/Loaders/IFetchingStrategy.h 227 ${ORTHANC_STONE_ROOT}/Loaders/IFetchingStrategy.h
228 ${ORTHANC_STONE_ROOT}/Sources/Loaders/LoadedDicomResources.cpp 228 ${ORTHANC_STONE_ROOT}/Loaders/LoadedDicomResources.cpp
229 ${ORTHANC_STONE_ROOT}/Sources/Loaders/LoaderStateMachine.cpp 229 ${ORTHANC_STONE_ROOT}/Loaders/LoaderStateMachine.cpp
230 ${ORTHANC_STONE_ROOT}/Sources/Loaders/LoaderStateMachine.h 230 ${ORTHANC_STONE_ROOT}/Loaders/LoaderStateMachine.h
231 ${ORTHANC_STONE_ROOT}/Sources/Loaders/OrthancMultiframeVolumeLoader.cpp 231 ${ORTHANC_STONE_ROOT}/Loaders/OrthancMultiframeVolumeLoader.cpp
232 ${ORTHANC_STONE_ROOT}/Sources/Loaders/OrthancMultiframeVolumeLoader.h 232 ${ORTHANC_STONE_ROOT}/Loaders/OrthancMultiframeVolumeLoader.h
233 ${ORTHANC_STONE_ROOT}/Sources/Loaders/OracleScheduler.cpp 233 ${ORTHANC_STONE_ROOT}/Loaders/OracleScheduler.cpp
234 ${ORTHANC_STONE_ROOT}/Sources/Loaders/OrthancSeriesVolumeProgressiveLoader.cpp 234 ${ORTHANC_STONE_ROOT}/Loaders/OrthancSeriesVolumeProgressiveLoader.cpp
235 ${ORTHANC_STONE_ROOT}/Sources/Loaders/OrthancSeriesVolumeProgressiveLoader.h 235 ${ORTHANC_STONE_ROOT}/Loaders/OrthancSeriesVolumeProgressiveLoader.h
236 ${ORTHANC_STONE_ROOT}/Sources/Loaders/SeriesFramesLoader.cpp 236 ${ORTHANC_STONE_ROOT}/Loaders/SeriesFramesLoader.cpp
237 ${ORTHANC_STONE_ROOT}/Sources/Loaders/SeriesMetadataLoader.cpp 237 ${ORTHANC_STONE_ROOT}/Loaders/SeriesMetadataLoader.cpp
238 ${ORTHANC_STONE_ROOT}/Sources/Loaders/SeriesOrderedFrames.cpp 238 ${ORTHANC_STONE_ROOT}/Loaders/SeriesOrderedFrames.cpp
239 ${ORTHANC_STONE_ROOT}/Sources/Loaders/SeriesThumbnailsLoader.cpp 239 ${ORTHANC_STONE_ROOT}/Loaders/SeriesThumbnailsLoader.cpp
240 240
241 ${ORTHANC_STONE_ROOT}/Sources/Messages/ICallable.h 241 ${ORTHANC_STONE_ROOT}/Messages/ICallable.h
242 ${ORTHANC_STONE_ROOT}/Sources/Messages/IMessage.h 242 ${ORTHANC_STONE_ROOT}/Messages/IMessage.h
243 ${ORTHANC_STONE_ROOT}/Sources/Messages/IMessageEmitter.h 243 ${ORTHANC_STONE_ROOT}/Messages/IMessageEmitter.h
244 ${ORTHANC_STONE_ROOT}/Sources/Messages/IObservable.cpp 244 ${ORTHANC_STONE_ROOT}/Messages/IObservable.cpp
245 ${ORTHANC_STONE_ROOT}/Sources/Messages/IObservable.h 245 ${ORTHANC_STONE_ROOT}/Messages/IObservable.h
246 ${ORTHANC_STONE_ROOT}/Sources/Messages/IObserver.h 246 ${ORTHANC_STONE_ROOT}/Messages/IObserver.h
247 ${ORTHANC_STONE_ROOT}/Sources/Messages/ObserverBase.h 247 ${ORTHANC_STONE_ROOT}/Messages/ObserverBase.h
248 248
249 ${ORTHANC_STONE_ROOT}/Sources/Oracle/GetOrthancImageCommand.cpp 249 ${ORTHANC_STONE_ROOT}/Oracle/GetOrthancImageCommand.cpp
250 ${ORTHANC_STONE_ROOT}/Sources/Oracle/GetOrthancWebViewerJpegCommand.cpp 250 ${ORTHANC_STONE_ROOT}/Oracle/GetOrthancWebViewerJpegCommand.cpp
251 ${ORTHANC_STONE_ROOT}/Sources/Oracle/HttpCommand.cpp 251 ${ORTHANC_STONE_ROOT}/Oracle/HttpCommand.cpp
252 ${ORTHANC_STONE_ROOT}/Sources/Oracle/OracleCommandBase.cpp 252 ${ORTHANC_STONE_ROOT}/Oracle/OracleCommandBase.cpp
253 ${ORTHANC_STONE_ROOT}/Sources/Oracle/OrthancRestApiCommand.cpp 253 ${ORTHANC_STONE_ROOT}/Oracle/OrthancRestApiCommand.cpp
254 ${ORTHANC_STONE_ROOT}/Sources/Oracle/ParseDicomFromFileCommand.cpp 254 ${ORTHANC_STONE_ROOT}/Oracle/ParseDicomFromFileCommand.cpp
255 ${ORTHANC_STONE_ROOT}/Sources/Oracle/ParseDicomFromWadoCommand.cpp 255 ${ORTHANC_STONE_ROOT}/Oracle/ParseDicomFromWadoCommand.cpp
256 256
257 ${ORTHANC_STONE_ROOT}/Sources/Scene2D/CairoCompositor.cpp 257 ${ORTHANC_STONE_ROOT}/Scene2D/CairoCompositor.cpp
258 ${ORTHANC_STONE_ROOT}/Sources/Scene2D/CairoCompositor.h 258 ${ORTHANC_STONE_ROOT}/Scene2D/CairoCompositor.h
259 ${ORTHANC_STONE_ROOT}/Sources/Scene2D/Color.h 259 ${ORTHANC_STONE_ROOT}/Scene2D/Color.h
260 ${ORTHANC_STONE_ROOT}/Sources/Scene2D/ColorSceneLayer.h 260 ${ORTHANC_STONE_ROOT}/Scene2D/ColorSceneLayer.h
261 ${ORTHANC_STONE_ROOT}/Sources/Scene2D/ColorTextureSceneLayer.cpp 261 ${ORTHANC_STONE_ROOT}/Scene2D/ColorTextureSceneLayer.cpp
262 ${ORTHANC_STONE_ROOT}/Sources/Scene2D/ColorTextureSceneLayer.h 262 ${ORTHANC_STONE_ROOT}/Scene2D/ColorTextureSceneLayer.h
263 ${ORTHANC_STONE_ROOT}/Sources/Scene2D/FloatTextureSceneLayer.cpp 263 ${ORTHANC_STONE_ROOT}/Scene2D/FloatTextureSceneLayer.cpp
264 ${ORTHANC_STONE_ROOT}/Sources/Scene2D/FloatTextureSceneLayer.h 264 ${ORTHANC_STONE_ROOT}/Scene2D/FloatTextureSceneLayer.h
265 ${ORTHANC_STONE_ROOT}/Sources/Scene2D/GrayscaleStyleConfigurator.cpp 265 ${ORTHANC_STONE_ROOT}/Scene2D/GrayscaleStyleConfigurator.cpp
266 ${ORTHANC_STONE_ROOT}/Sources/Scene2D/GrayscaleStyleConfigurator.h 266 ${ORTHANC_STONE_ROOT}/Scene2D/GrayscaleStyleConfigurator.h
267 ${ORTHANC_STONE_ROOT}/Sources/Scene2D/GrayscaleWindowingSceneTracker.cpp 267 ${ORTHANC_STONE_ROOT}/Scene2D/GrayscaleWindowingSceneTracker.cpp
268 ${ORTHANC_STONE_ROOT}/Sources/Scene2D/GrayscaleWindowingSceneTracker.h 268 ${ORTHANC_STONE_ROOT}/Scene2D/GrayscaleWindowingSceneTracker.h
269 ${ORTHANC_STONE_ROOT}/Sources/Scene2D/ICompositor.h 269 ${ORTHANC_STONE_ROOT}/Scene2D/ICompositor.h
270 ${ORTHANC_STONE_ROOT}/Sources/Scene2D/ILayerStyleConfigurator.h 270 ${ORTHANC_STONE_ROOT}/Scene2D/ILayerStyleConfigurator.h
271 ${ORTHANC_STONE_ROOT}/Sources/Scene2D/ISceneLayer.h 271 ${ORTHANC_STONE_ROOT}/Scene2D/ISceneLayer.h
272 ${ORTHANC_STONE_ROOT}/Sources/Scene2D/InfoPanelSceneLayer.cpp 272 ${ORTHANC_STONE_ROOT}/Scene2D/InfoPanelSceneLayer.cpp
273 ${ORTHANC_STONE_ROOT}/Sources/Scene2D/InfoPanelSceneLayer.h 273 ${ORTHANC_STONE_ROOT}/Scene2D/InfoPanelSceneLayer.h
274 ${ORTHANC_STONE_ROOT}/Sources/Scene2D/LookupTableStyleConfigurator.cpp 274 ${ORTHANC_STONE_ROOT}/Scene2D/LookupTableStyleConfigurator.cpp
275 ${ORTHANC_STONE_ROOT}/Sources/Scene2D/LookupTableStyleConfigurator.h 275 ${ORTHANC_STONE_ROOT}/Scene2D/LookupTableStyleConfigurator.h
276 ${ORTHANC_STONE_ROOT}/Sources/Scene2D/LookupTableTextureSceneLayer.cpp 276 ${ORTHANC_STONE_ROOT}/Scene2D/LookupTableTextureSceneLayer.cpp
277 ${ORTHANC_STONE_ROOT}/Sources/Scene2D/LookupTableTextureSceneLayer.h 277 ${ORTHANC_STONE_ROOT}/Scene2D/LookupTableTextureSceneLayer.h
278 ${ORTHANC_STONE_ROOT}/Sources/Scene2D/NullLayer.h 278 ${ORTHANC_STONE_ROOT}/Scene2D/NullLayer.h
279 ${ORTHANC_STONE_ROOT}/Sources/Scene2D/PanSceneTracker.cpp 279 ${ORTHANC_STONE_ROOT}/Scene2D/PanSceneTracker.cpp
280 ${ORTHANC_STONE_ROOT}/Sources/Scene2D/PanSceneTracker.h 280 ${ORTHANC_STONE_ROOT}/Scene2D/PanSceneTracker.h
281 ${ORTHANC_STONE_ROOT}/Sources/Scene2D/PointerEvent.cpp 281 ${ORTHANC_STONE_ROOT}/Scene2D/PointerEvent.cpp
282 ${ORTHANC_STONE_ROOT}/Sources/Scene2D/PointerEvent.h 282 ${ORTHANC_STONE_ROOT}/Scene2D/PointerEvent.h
283 ${ORTHANC_STONE_ROOT}/Sources/Scene2D/PolylineSceneLayer.cpp 283 ${ORTHANC_STONE_ROOT}/Scene2D/PolylineSceneLayer.cpp
284 ${ORTHANC_STONE_ROOT}/Sources/Scene2D/PolylineSceneLayer.h 284 ${ORTHANC_STONE_ROOT}/Scene2D/PolylineSceneLayer.h
285 ${ORTHANC_STONE_ROOT}/Sources/Scene2D/RotateSceneTracker.cpp 285 ${ORTHANC_STONE_ROOT}/Scene2D/RotateSceneTracker.cpp
286 ${ORTHANC_STONE_ROOT}/Sources/Scene2D/RotateSceneTracker.h 286 ${ORTHANC_STONE_ROOT}/Scene2D/RotateSceneTracker.h
287 ${ORTHANC_STONE_ROOT}/Sources/Scene2D/Scene2D.cpp 287 ${ORTHANC_STONE_ROOT}/Scene2D/Scene2D.cpp
288 ${ORTHANC_STONE_ROOT}/Sources/Scene2D/Scene2D.h 288 ${ORTHANC_STONE_ROOT}/Scene2D/Scene2D.h
289 ${ORTHANC_STONE_ROOT}/Sources/Scene2D/ScenePoint2D.h 289 ${ORTHANC_STONE_ROOT}/Scene2D/ScenePoint2D.h
290 ${ORTHANC_STONE_ROOT}/Sources/Scene2D/TextSceneLayer.cpp 290 ${ORTHANC_STONE_ROOT}/Scene2D/TextSceneLayer.cpp
291 ${ORTHANC_STONE_ROOT}/Sources/Scene2D/TextSceneLayer.h 291 ${ORTHANC_STONE_ROOT}/Scene2D/TextSceneLayer.h
292 ${ORTHANC_STONE_ROOT}/Sources/Scene2D/TextureBaseSceneLayer.cpp 292 ${ORTHANC_STONE_ROOT}/Scene2D/TextureBaseSceneLayer.cpp
293 ${ORTHANC_STONE_ROOT}/Sources/Scene2D/TextureBaseSceneLayer.h 293 ${ORTHANC_STONE_ROOT}/Scene2D/TextureBaseSceneLayer.h
294 ${ORTHANC_STONE_ROOT}/Sources/Scene2D/ZoomSceneTracker.cpp 294 ${ORTHANC_STONE_ROOT}/Scene2D/ZoomSceneTracker.cpp
295 ${ORTHANC_STONE_ROOT}/Sources/Scene2D/ZoomSceneTracker.h 295 ${ORTHANC_STONE_ROOT}/Scene2D/ZoomSceneTracker.h
296 296
297 ${ORTHANC_STONE_ROOT}/Sources/Scene2D/Internals/CairoBaseRenderer.h 297 ${ORTHANC_STONE_ROOT}/Scene2D/Internals/CairoBaseRenderer.h
298 ${ORTHANC_STONE_ROOT}/Sources/Scene2D/Internals/CairoColorTextureRenderer.cpp 298 ${ORTHANC_STONE_ROOT}/Scene2D/Internals/CairoColorTextureRenderer.cpp
299 ${ORTHANC_STONE_ROOT}/Sources/Scene2D/Internals/CairoColorTextureRenderer.h 299 ${ORTHANC_STONE_ROOT}/Scene2D/Internals/CairoColorTextureRenderer.h
300 ${ORTHANC_STONE_ROOT}/Sources/Scene2D/Internals/CairoFloatTextureRenderer.cpp 300 ${ORTHANC_STONE_ROOT}/Scene2D/Internals/CairoFloatTextureRenderer.cpp
301 ${ORTHANC_STONE_ROOT}/Sources/Scene2D/Internals/CairoFloatTextureRenderer.h 301 ${ORTHANC_STONE_ROOT}/Scene2D/Internals/CairoFloatTextureRenderer.h
302 ${ORTHANC_STONE_ROOT}/Sources/Scene2D/Internals/CairoInfoPanelRenderer.cpp 302 ${ORTHANC_STONE_ROOT}/Scene2D/Internals/CairoInfoPanelRenderer.cpp
303 ${ORTHANC_STONE_ROOT}/Sources/Scene2D/Internals/CairoInfoPanelRenderer.h 303 ${ORTHANC_STONE_ROOT}/Scene2D/Internals/CairoInfoPanelRenderer.h
304 ${ORTHANC_STONE_ROOT}/Sources/Scene2D/Internals/CairoLookupTableTextureRenderer.cpp 304 ${ORTHANC_STONE_ROOT}/Scene2D/Internals/CairoLookupTableTextureRenderer.cpp
305 ${ORTHANC_STONE_ROOT}/Sources/Scene2D/Internals/CairoLookupTableTextureRenderer.h 305 ${ORTHANC_STONE_ROOT}/Scene2D/Internals/CairoLookupTableTextureRenderer.h
306 ${ORTHANC_STONE_ROOT}/Sources/Scene2D/Internals/CairoPolylineRenderer.cpp 306 ${ORTHANC_STONE_ROOT}/Scene2D/Internals/CairoPolylineRenderer.cpp
307 ${ORTHANC_STONE_ROOT}/Sources/Scene2D/Internals/CairoPolylineRenderer.h 307 ${ORTHANC_STONE_ROOT}/Scene2D/Internals/CairoPolylineRenderer.h
308 ${ORTHANC_STONE_ROOT}/Sources/Scene2D/Internals/CairoTextRenderer.cpp 308 ${ORTHANC_STONE_ROOT}/Scene2D/Internals/CairoTextRenderer.cpp
309 ${ORTHANC_STONE_ROOT}/Sources/Scene2D/Internals/CairoTextRenderer.h 309 ${ORTHANC_STONE_ROOT}/Scene2D/Internals/CairoTextRenderer.h
310 ${ORTHANC_STONE_ROOT}/Sources/Scene2D/Internals/CompositorHelper.cpp 310 ${ORTHANC_STONE_ROOT}/Scene2D/Internals/CompositorHelper.cpp
311 ${ORTHANC_STONE_ROOT}/Sources/Scene2D/Internals/CompositorHelper.h 311 ${ORTHANC_STONE_ROOT}/Scene2D/Internals/CompositorHelper.h
312 ${ORTHANC_STONE_ROOT}/Sources/Scene2D/Internals/FixedPointAligner.cpp 312 ${ORTHANC_STONE_ROOT}/Scene2D/Internals/FixedPointAligner.cpp
313 ${ORTHANC_STONE_ROOT}/Sources/Scene2D/Internals/FixedPointAligner.h 313 ${ORTHANC_STONE_ROOT}/Scene2D/Internals/FixedPointAligner.h
314 ${ORTHANC_STONE_ROOT}/Sources/Scene2D/Internals/ICairoContextProvider.h 314 ${ORTHANC_STONE_ROOT}/Scene2D/Internals/ICairoContextProvider.h
315 315
316 ${ORTHANC_STONE_ROOT}/Sources/Scene2DViewport/AngleMeasureTool.cpp 316 ${ORTHANC_STONE_ROOT}/Scene2DViewport/AngleMeasureTool.cpp
317 ${ORTHANC_STONE_ROOT}/Sources/Scene2DViewport/AngleMeasureTool.h 317 ${ORTHANC_STONE_ROOT}/Scene2DViewport/AngleMeasureTool.h
318 ${ORTHANC_STONE_ROOT}/Sources/Scene2DViewport/CreateAngleMeasureCommand.cpp 318 ${ORTHANC_STONE_ROOT}/Scene2DViewport/CreateAngleMeasureCommand.cpp
319 ${ORTHANC_STONE_ROOT}/Sources/Scene2DViewport/CreateAngleMeasureCommand.h 319 ${ORTHANC_STONE_ROOT}/Scene2DViewport/CreateAngleMeasureCommand.h
320 ${ORTHANC_STONE_ROOT}/Sources/Scene2DViewport/CreateAngleMeasureTracker.cpp 320 ${ORTHANC_STONE_ROOT}/Scene2DViewport/CreateAngleMeasureTracker.cpp
321 ${ORTHANC_STONE_ROOT}/Sources/Scene2DViewport/CreateAngleMeasureTracker.h 321 ${ORTHANC_STONE_ROOT}/Scene2DViewport/CreateAngleMeasureTracker.h
322 ${ORTHANC_STONE_ROOT}/Sources/Scene2DViewport/CreateCircleMeasureTracker.cpp 322 ${ORTHANC_STONE_ROOT}/Scene2DViewport/CreateCircleMeasureTracker.cpp
323 ${ORTHANC_STONE_ROOT}/Sources/Scene2DViewport/CreateCircleMeasureTracker.h 323 ${ORTHANC_STONE_ROOT}/Scene2DViewport/CreateCircleMeasureTracker.h
324 ${ORTHANC_STONE_ROOT}/Sources/Scene2DViewport/CreateLineMeasureCommand.cpp 324 ${ORTHANC_STONE_ROOT}/Scene2DViewport/CreateLineMeasureCommand.cpp
325 ${ORTHANC_STONE_ROOT}/Sources/Scene2DViewport/CreateLineMeasureCommand.h 325 ${ORTHANC_STONE_ROOT}/Scene2DViewport/CreateLineMeasureCommand.h
326 ${ORTHANC_STONE_ROOT}/Sources/Scene2DViewport/CreateLineMeasureTracker.cpp 326 ${ORTHANC_STONE_ROOT}/Scene2DViewport/CreateLineMeasureTracker.cpp
327 ${ORTHANC_STONE_ROOT}/Sources/Scene2DViewport/CreateLineMeasureTracker.h 327 ${ORTHANC_STONE_ROOT}/Scene2DViewport/CreateLineMeasureTracker.h
328 ${ORTHANC_STONE_ROOT}/Sources/Scene2DViewport/CreateMeasureTracker.cpp 328 ${ORTHANC_STONE_ROOT}/Scene2DViewport/CreateMeasureTracker.cpp
329 ${ORTHANC_STONE_ROOT}/Sources/Scene2DViewport/CreateMeasureTracker.h 329 ${ORTHANC_STONE_ROOT}/Scene2DViewport/CreateMeasureTracker.h
330 ${ORTHANC_STONE_ROOT}/Sources/Scene2DViewport/EditAngleMeasureCommand.cpp 330 ${ORTHANC_STONE_ROOT}/Scene2DViewport/EditAngleMeasureCommand.cpp
331 ${ORTHANC_STONE_ROOT}/Sources/Scene2DViewport/EditAngleMeasureCommand.h 331 ${ORTHANC_STONE_ROOT}/Scene2DViewport/EditAngleMeasureCommand.h
332 ${ORTHANC_STONE_ROOT}/Sources/Scene2DViewport/EditAngleMeasureTracker.cpp 332 ${ORTHANC_STONE_ROOT}/Scene2DViewport/EditAngleMeasureTracker.cpp
333 ${ORTHANC_STONE_ROOT}/Sources/Scene2DViewport/EditAngleMeasureTracker.h 333 ${ORTHANC_STONE_ROOT}/Scene2DViewport/EditAngleMeasureTracker.h
334 ${ORTHANC_STONE_ROOT}/Sources/Scene2DViewport/EditLineMeasureCommand.cpp 334 ${ORTHANC_STONE_ROOT}/Scene2DViewport/EditLineMeasureCommand.cpp
335 ${ORTHANC_STONE_ROOT}/Sources/Scene2DViewport/EditLineMeasureCommand.h 335 ${ORTHANC_STONE_ROOT}/Scene2DViewport/EditLineMeasureCommand.h
336 ${ORTHANC_STONE_ROOT}/Sources/Scene2DViewport/EditLineMeasureTracker.cpp 336 ${ORTHANC_STONE_ROOT}/Scene2DViewport/EditLineMeasureTracker.cpp
337 ${ORTHANC_STONE_ROOT}/Sources/Scene2DViewport/EditLineMeasureTracker.h 337 ${ORTHANC_STONE_ROOT}/Scene2DViewport/EditLineMeasureTracker.h
338 ${ORTHANC_STONE_ROOT}/Sources/Scene2DViewport/IFlexiblePointerTracker.h 338 ${ORTHANC_STONE_ROOT}/Scene2DViewport/IFlexiblePointerTracker.h
339 ${ORTHANC_STONE_ROOT}/Sources/Scene2DViewport/LayerHolder.cpp 339 ${ORTHANC_STONE_ROOT}/Scene2DViewport/LayerHolder.cpp
340 ${ORTHANC_STONE_ROOT}/Sources/Scene2DViewport/LayerHolder.h 340 ${ORTHANC_STONE_ROOT}/Scene2DViewport/LayerHolder.h
341 ${ORTHANC_STONE_ROOT}/Sources/Scene2DViewport/LineMeasureTool.cpp 341 ${ORTHANC_STONE_ROOT}/Scene2DViewport/LineMeasureTool.cpp
342 ${ORTHANC_STONE_ROOT}/Sources/Scene2DViewport/LineMeasureTool.h 342 ${ORTHANC_STONE_ROOT}/Scene2DViewport/LineMeasureTool.h
343 ${ORTHANC_STONE_ROOT}/Sources/Scene2DViewport/MeasureCommands.cpp 343 ${ORTHANC_STONE_ROOT}/Scene2DViewport/MeasureCommands.cpp
344 ${ORTHANC_STONE_ROOT}/Sources/Scene2DViewport/MeasureCommands.h 344 ${ORTHANC_STONE_ROOT}/Scene2DViewport/MeasureCommands.h
345 ${ORTHANC_STONE_ROOT}/Sources/Scene2DViewport/MeasureTool.cpp 345 ${ORTHANC_STONE_ROOT}/Scene2DViewport/MeasureTool.cpp
346 ${ORTHANC_STONE_ROOT}/Sources/Scene2DViewport/MeasureTool.h 346 ${ORTHANC_STONE_ROOT}/Scene2DViewport/MeasureTool.h
347 ${ORTHANC_STONE_ROOT}/Sources/Scene2DViewport/MeasureToolsToolbox.cpp 347 ${ORTHANC_STONE_ROOT}/Scene2DViewport/MeasureToolsToolbox.cpp
348 ${ORTHANC_STONE_ROOT}/Sources/Scene2DViewport/MeasureToolsToolbox.h 348 ${ORTHANC_STONE_ROOT}/Scene2DViewport/MeasureToolsToolbox.h
349 ${ORTHANC_STONE_ROOT}/Sources/Scene2DViewport/MeasureTrackers.cpp 349 ${ORTHANC_STONE_ROOT}/Scene2DViewport/MeasureTrackers.cpp
350 ${ORTHANC_STONE_ROOT}/Sources/Scene2DViewport/MeasureTrackers.h 350 ${ORTHANC_STONE_ROOT}/Scene2DViewport/MeasureTrackers.h
351 ${ORTHANC_STONE_ROOT}/Sources/Scene2DViewport/OneGesturePointerTracker.cpp 351 ${ORTHANC_STONE_ROOT}/Scene2DViewport/OneGesturePointerTracker.cpp
352 ${ORTHANC_STONE_ROOT}/Sources/Scene2DViewport/OneGesturePointerTracker.h 352 ${ORTHANC_STONE_ROOT}/Scene2DViewport/OneGesturePointerTracker.h
353 ${ORTHANC_STONE_ROOT}/Sources/Scene2DViewport/PredeclaredTypes.h 353 ${ORTHANC_STONE_ROOT}/Scene2DViewport/PredeclaredTypes.h
354 ${ORTHANC_STONE_ROOT}/Sources/Scene2DViewport/UndoStack.cpp 354 ${ORTHANC_STONE_ROOT}/Scene2DViewport/UndoStack.cpp
355 ${ORTHANC_STONE_ROOT}/Sources/Scene2DViewport/UndoStack.h 355 ${ORTHANC_STONE_ROOT}/Scene2DViewport/UndoStack.h
356 ${ORTHANC_STONE_ROOT}/Sources/Scene2DViewport/ViewportController.cpp 356 ${ORTHANC_STONE_ROOT}/Scene2DViewport/ViewportController.cpp
357 ${ORTHANC_STONE_ROOT}/Sources/Scene2DViewport/ViewportController.h 357 ${ORTHANC_STONE_ROOT}/Scene2DViewport/ViewportController.h
358 ${ORTHANC_STONE_ROOT}/Sources/StoneEnumerations.cpp 358 ${ORTHANC_STONE_ROOT}/StoneEnumerations.cpp
359 ${ORTHANC_STONE_ROOT}/Sources/StoneException.h 359 ${ORTHANC_STONE_ROOT}/StoneException.h
360 ${ORTHANC_STONE_ROOT}/Sources/StoneInitialization.cpp 360 ${ORTHANC_STONE_ROOT}/StoneInitialization.cpp
361 361
362 ${ORTHANC_STONE_ROOT}/Sources/Toolbox/AffineTransform2D.cpp 362 ${ORTHANC_STONE_ROOT}/Toolbox/AffineTransform2D.cpp
363 ${ORTHANC_STONE_ROOT}/Sources/Toolbox/AffineTransform2D.h 363 ${ORTHANC_STONE_ROOT}/Toolbox/AffineTransform2D.h
364 ${ORTHANC_STONE_ROOT}/Sources/Toolbox/CoordinateSystem3D.cpp 364 ${ORTHANC_STONE_ROOT}/Toolbox/CoordinateSystem3D.cpp
365 ${ORTHANC_STONE_ROOT}/Sources/Toolbox/CoordinateSystem3D.h 365 ${ORTHANC_STONE_ROOT}/Toolbox/CoordinateSystem3D.h
366 ${ORTHANC_STONE_ROOT}/Sources/Toolbox/DicomInstanceParameters.cpp 366 ${ORTHANC_STONE_ROOT}/Toolbox/DicomInstanceParameters.cpp
367 ${ORTHANC_STONE_ROOT}/Sources/Toolbox/DicomInstanceParameters.h 367 ${ORTHANC_STONE_ROOT}/Toolbox/DicomInstanceParameters.h
368 ${ORTHANC_STONE_ROOT}/Sources/Toolbox/DicomStructure2.cpp 368 ${ORTHANC_STONE_ROOT}/Toolbox/DicomStructure2.cpp
369 ${ORTHANC_STONE_ROOT}/Sources/Toolbox/DicomStructure2.h 369 ${ORTHANC_STONE_ROOT}/Toolbox/DicomStructure2.h
370 ${ORTHANC_STONE_ROOT}/Sources/Toolbox/DicomStructurePolygon2.cpp 370 ${ORTHANC_STONE_ROOT}/Toolbox/DicomStructurePolygon2.cpp
371 ${ORTHANC_STONE_ROOT}/Sources/Toolbox/DicomStructurePolygon2.h 371 ${ORTHANC_STONE_ROOT}/Toolbox/DicomStructurePolygon2.h
372 ${ORTHANC_STONE_ROOT}/Sources/Toolbox/DicomStructureSet.cpp 372 ${ORTHANC_STONE_ROOT}/Toolbox/DicomStructureSet.cpp
373 ${ORTHANC_STONE_ROOT}/Sources/Toolbox/DicomStructureSet.h 373 ${ORTHANC_STONE_ROOT}/Toolbox/DicomStructureSet.h
374 ${ORTHANC_STONE_ROOT}/Sources/Toolbox/DicomStructureSet2.cpp 374 ${ORTHANC_STONE_ROOT}/Toolbox/DicomStructureSet2.cpp
375 ${ORTHANC_STONE_ROOT}/Sources/Toolbox/DicomStructureSet2.h 375 ${ORTHANC_STONE_ROOT}/Toolbox/DicomStructureSet2.h
376 ${ORTHANC_STONE_ROOT}/Sources/Toolbox/DicomStructureSetUtils.cpp 376 ${ORTHANC_STONE_ROOT}/Toolbox/DicomStructureSetUtils.cpp
377 ${ORTHANC_STONE_ROOT}/Sources/Toolbox/DicomStructureSetUtils.h 377 ${ORTHANC_STONE_ROOT}/Toolbox/DicomStructureSetUtils.h
378 ${ORTHANC_STONE_ROOT}/Sources/Toolbox/DisjointDataSet.h 378 ${ORTHANC_STONE_ROOT}/Toolbox/DisjointDataSet.h
379 ${ORTHANC_STONE_ROOT}/Sources/Toolbox/DynamicBitmap.cpp 379 ${ORTHANC_STONE_ROOT}/Toolbox/DynamicBitmap.cpp
380 ${ORTHANC_STONE_ROOT}/Sources/Toolbox/DynamicBitmap.h 380 ${ORTHANC_STONE_ROOT}/Toolbox/DynamicBitmap.h
381 ${ORTHANC_STONE_ROOT}/Sources/Toolbox/Extent2D.cpp 381 ${ORTHANC_STONE_ROOT}/Toolbox/Extent2D.cpp
382 ${ORTHANC_STONE_ROOT}/Sources/Toolbox/Extent2D.h 382 ${ORTHANC_STONE_ROOT}/Toolbox/Extent2D.h
383 ${ORTHANC_STONE_ROOT}/Sources/Toolbox/FiniteProjectiveCamera.cpp 383 ${ORTHANC_STONE_ROOT}/Toolbox/FiniteProjectiveCamera.cpp
384 ${ORTHANC_STONE_ROOT}/Sources/Toolbox/FiniteProjectiveCamera.h 384 ${ORTHANC_STONE_ROOT}/Toolbox/FiniteProjectiveCamera.h
385 ${ORTHANC_STONE_ROOT}/Sources/Toolbox/GenericToolbox.cpp 385 ${ORTHANC_STONE_ROOT}/Toolbox/GenericToolbox.cpp
386 ${ORTHANC_STONE_ROOT}/Sources/Toolbox/GenericToolbox.h 386 ${ORTHANC_STONE_ROOT}/Toolbox/GenericToolbox.h
387 ${ORTHANC_STONE_ROOT}/Sources/Toolbox/GeometryToolbox.cpp 387 ${ORTHANC_STONE_ROOT}/Toolbox/GeometryToolbox.cpp
388 ${ORTHANC_STONE_ROOT}/Sources/Toolbox/GeometryToolbox.h 388 ${ORTHANC_STONE_ROOT}/Toolbox/GeometryToolbox.h
389 ${ORTHANC_STONE_ROOT}/Sources/Toolbox/ImageGeometry.cpp 389 ${ORTHANC_STONE_ROOT}/Toolbox/ImageGeometry.cpp
390 ${ORTHANC_STONE_ROOT}/Sources/Toolbox/ImageGeometry.h 390 ${ORTHANC_STONE_ROOT}/Toolbox/ImageGeometry.h
391 ${ORTHANC_STONE_ROOT}/Sources/Toolbox/ImageToolbox.cpp 391 ${ORTHANC_STONE_ROOT}/Toolbox/ImageToolbox.cpp
392 ${ORTHANC_STONE_ROOT}/Sources/Toolbox/ImageToolbox.h 392 ${ORTHANC_STONE_ROOT}/Toolbox/ImageToolbox.h
393 ${ORTHANC_STONE_ROOT}/Sources/Toolbox/LinearAlgebra.cpp 393 ${ORTHANC_STONE_ROOT}/Toolbox/LinearAlgebra.cpp
394 ${ORTHANC_STONE_ROOT}/Sources/Toolbox/LinearAlgebra.h 394 ${ORTHANC_STONE_ROOT}/Toolbox/LinearAlgebra.h
395 ${ORTHANC_STONE_ROOT}/Sources/Toolbox/PixelTestPatterns.h 395 ${ORTHANC_STONE_ROOT}/Toolbox/PixelTestPatterns.h
396 ${ORTHANC_STONE_ROOT}/Sources/Toolbox/ShearWarpProjectiveTransform.cpp 396 ${ORTHANC_STONE_ROOT}/Toolbox/ShearWarpProjectiveTransform.cpp
397 ${ORTHANC_STONE_ROOT}/Sources/Toolbox/ShearWarpProjectiveTransform.h 397 ${ORTHANC_STONE_ROOT}/Toolbox/ShearWarpProjectiveTransform.h
398 ${ORTHANC_STONE_ROOT}/Sources/Toolbox/SlicesSorter.cpp 398 ${ORTHANC_STONE_ROOT}/Toolbox/SlicesSorter.cpp
399 ${ORTHANC_STONE_ROOT}/Sources/Toolbox/SlicesSorter.h 399 ${ORTHANC_STONE_ROOT}/Toolbox/SlicesSorter.h
400 ${ORTHANC_STONE_ROOT}/Sources/Toolbox/SortedFrames.cpp 400 ${ORTHANC_STONE_ROOT}/Toolbox/SortedFrames.cpp
401 ${ORTHANC_STONE_ROOT}/Sources/Toolbox/SortedFrames.h 401 ${ORTHANC_STONE_ROOT}/Toolbox/SortedFrames.h
402 ${ORTHANC_STONE_ROOT}/Sources/Toolbox/SubpixelReader.h 402 ${ORTHANC_STONE_ROOT}/Toolbox/SubpixelReader.h
403 ${ORTHANC_STONE_ROOT}/Sources/Toolbox/SubvoxelReader.h 403 ${ORTHANC_STONE_ROOT}/Toolbox/SubvoxelReader.h
404 ${ORTHANC_STONE_ROOT}/Sources/Toolbox/TextRenderer.cpp 404 ${ORTHANC_STONE_ROOT}/Toolbox/TextRenderer.cpp
405 ${ORTHANC_STONE_ROOT}/Sources/Toolbox/TextRenderer.h 405 ${ORTHANC_STONE_ROOT}/Toolbox/TextRenderer.h
406 ${ORTHANC_STONE_ROOT}/Sources/Toolbox/UndoRedoStack.cpp 406 ${ORTHANC_STONE_ROOT}/Toolbox/UndoRedoStack.cpp
407 ${ORTHANC_STONE_ROOT}/Sources/Toolbox/UndoRedoStack.h 407 ${ORTHANC_STONE_ROOT}/Toolbox/UndoRedoStack.h
408 408
409 ${ORTHANC_STONE_ROOT}/Sources/Viewport/IViewport.h 409 ${ORTHANC_STONE_ROOT}/Viewport/IViewport.h
410 ${ORTHANC_STONE_ROOT}/Sources/Viewport/DefaultViewportInteractor.cpp 410 ${ORTHANC_STONE_ROOT}/Viewport/DefaultViewportInteractor.cpp
411 411
412 ${ORTHANC_STONE_ROOT}/Sources/Volumes/IGeometryProvider.h 412 ${ORTHANC_STONE_ROOT}/Volumes/IGeometryProvider.h
413 ${ORTHANC_STONE_ROOT}/Sources/Volumes/IVolumeSlicer.cpp 413 ${ORTHANC_STONE_ROOT}/Volumes/IVolumeSlicer.cpp
414 ${ORTHANC_STONE_ROOT}/Sources/Volumes/IVolumeSlicer.h 414 ${ORTHANC_STONE_ROOT}/Volumes/IVolumeSlicer.h
415 ${ORTHANC_STONE_ROOT}/Sources/Volumes/OrientedVolumeBoundingBox.cpp 415 ${ORTHANC_STONE_ROOT}/Volumes/OrientedVolumeBoundingBox.cpp
416 ${ORTHANC_STONE_ROOT}/Sources/Volumes/OrientedVolumeBoundingBox.h 416 ${ORTHANC_STONE_ROOT}/Volumes/OrientedVolumeBoundingBox.h
417 417
418 ${ORTHANC_STONE_ROOT}/Sources/Volumes/VolumeImageGeometry.cpp 418 ${ORTHANC_STONE_ROOT}/Volumes/VolumeImageGeometry.cpp
419 ${ORTHANC_STONE_ROOT}/Sources/Volumes/VolumeImageGeometry.h 419 ${ORTHANC_STONE_ROOT}/Volumes/VolumeImageGeometry.h
420 ${ORTHANC_STONE_ROOT}/Sources/Volumes/VolumeReslicer.cpp 420 ${ORTHANC_STONE_ROOT}/Volumes/VolumeReslicer.cpp
421 ${ORTHANC_STONE_ROOT}/Sources/Volumes/VolumeReslicer.h 421 ${ORTHANC_STONE_ROOT}/Volumes/VolumeReslicer.h
422 ${ORTHANC_STONE_ROOT}/Sources/Volumes/VolumeSceneLayerSource.cpp 422 ${ORTHANC_STONE_ROOT}/Volumes/VolumeSceneLayerSource.cpp
423 ${ORTHANC_STONE_ROOT}/Sources/Volumes/VolumeSceneLayerSource.h 423 ${ORTHANC_STONE_ROOT}/Volumes/VolumeSceneLayerSource.h
424 ${ORTHANC_STONE_ROOT}/Sources/Volumes/DicomStructureSetSlicer2.cpp 424 ${ORTHANC_STONE_ROOT}/Volumes/DicomStructureSetSlicer2.cpp
425 ${ORTHANC_STONE_ROOT}/Sources/Volumes/DicomStructureSetSlicer2.h 425 ${ORTHANC_STONE_ROOT}/Volumes/DicomStructureSetSlicer2.h
426 ${ORTHANC_STONE_ROOT}/Sources/Volumes/DicomVolumeImage.h 426 ${ORTHANC_STONE_ROOT}/Volumes/DicomVolumeImage.h
427 ${ORTHANC_STONE_ROOT}/Sources/Volumes/DicomVolumeImage.cpp 427 ${ORTHANC_STONE_ROOT}/Volumes/DicomVolumeImage.cpp
428 ${ORTHANC_STONE_ROOT}/Sources/Volumes/DicomVolumeImage.h 428 ${ORTHANC_STONE_ROOT}/Volumes/DicomVolumeImage.h
429 ${ORTHANC_STONE_ROOT}/Sources/Volumes/DicomVolumeImageMPRSlicer.cpp 429 ${ORTHANC_STONE_ROOT}/Volumes/DicomVolumeImageMPRSlicer.cpp
430 ${ORTHANC_STONE_ROOT}/Sources/Volumes/DicomVolumeImageMPRSlicer.h 430 ${ORTHANC_STONE_ROOT}/Volumes/DicomVolumeImageMPRSlicer.h
431 ${ORTHANC_STONE_ROOT}/Sources/Volumes/DicomVolumeImageReslicer.cpp 431 ${ORTHANC_STONE_ROOT}/Volumes/DicomVolumeImageReslicer.cpp
432 ${ORTHANC_STONE_ROOT}/Sources/Volumes/DicomVolumeImageReslicer.h 432 ${ORTHANC_STONE_ROOT}/Volumes/DicomVolumeImageReslicer.h
433 ${ORTHANC_STONE_ROOT}/Sources/Volumes/ImageBuffer3D.cpp 433 ${ORTHANC_STONE_ROOT}/Volumes/ImageBuffer3D.cpp
434 ${ORTHANC_STONE_ROOT}/Sources/Volumes/ImageBuffer3D.h 434 ${ORTHANC_STONE_ROOT}/Volumes/ImageBuffer3D.h
435 435
436 ${ORTHANC_STONE_ROOT}/Sources/Wrappers/CairoContext.cpp 436 ${ORTHANC_STONE_ROOT}/Wrappers/CairoContext.cpp
437 ${ORTHANC_STONE_ROOT}/Sources/Wrappers/CairoSurface.cpp 437 ${ORTHANC_STONE_ROOT}/Wrappers/CairoSurface.cpp
438 438
439 ${PLATFORM_SOURCES} 439 ${PLATFORM_SOURCES}
440 ${APPLICATIONS_SOURCES} 440 ${APPLICATIONS_SOURCES}
441 ${ORTHANC_CORE_SOURCES} 441 ${ORTHANC_CORE_SOURCES}
442 ${ORTHANC_DICOM_SOURCES} 442 ${ORTHANC_DICOM_SOURCES}
451 ) 451 )
452 452
453 453
454 if (ENABLE_OPENGL) 454 if (ENABLE_OPENGL)
455 list(APPEND ORTHANC_STONE_SOURCES 455 list(APPEND ORTHANC_STONE_SOURCES
456 ${ORTHANC_STONE_ROOT}/Sources/Fonts/OpenGLTextCoordinates.h 456 ${ORTHANC_STONE_ROOT}/Fonts/OpenGLTextCoordinates.h
457 ${ORTHANC_STONE_ROOT}/Sources/Fonts/OpenGLTextCoordinates.cpp 457 ${ORTHANC_STONE_ROOT}/Fonts/OpenGLTextCoordinates.cpp
458 ${ORTHANC_STONE_ROOT}/Sources/OpenGL/OpenGLProgram.h 458 ${ORTHANC_STONE_ROOT}/OpenGL/OpenGLProgram.h
459 ${ORTHANC_STONE_ROOT}/Sources/OpenGL/OpenGLProgram.cpp 459 ${ORTHANC_STONE_ROOT}/OpenGL/OpenGLProgram.cpp
460 ${ORTHANC_STONE_ROOT}/Sources/OpenGL/OpenGLShader.h 460 ${ORTHANC_STONE_ROOT}/OpenGL/OpenGLShader.h
461 ${ORTHANC_STONE_ROOT}/Sources/OpenGL/OpenGLShader.cpp 461 ${ORTHANC_STONE_ROOT}/OpenGL/OpenGLShader.cpp
462 ${ORTHANC_STONE_ROOT}/Sources/OpenGL/OpenGLTexture.h 462 ${ORTHANC_STONE_ROOT}/OpenGL/OpenGLTexture.h
463 ${ORTHANC_STONE_ROOT}/Sources/OpenGL/OpenGLTexture.cpp 463 ${ORTHANC_STONE_ROOT}/OpenGL/OpenGLTexture.cpp
464 ${ORTHANC_STONE_ROOT}/Sources/Scene2D/OpenGLCompositor.h 464 ${ORTHANC_STONE_ROOT}/Scene2D/OpenGLCompositor.h
465 ${ORTHANC_STONE_ROOT}/Sources/Scene2D/OpenGLCompositor.cpp 465 ${ORTHANC_STONE_ROOT}/Scene2D/OpenGLCompositor.cpp
466 466
467 ${ORTHANC_STONE_ROOT}/Sources/Scene2D/Internals/OpenGLAdvancedPolylineRenderer.cpp 467 ${ORTHANC_STONE_ROOT}/Scene2D/Internals/OpenGLAdvancedPolylineRenderer.cpp
468 ${ORTHANC_STONE_ROOT}/Sources/Scene2D/Internals/OpenGLAdvancedPolylineRenderer.h 468 ${ORTHANC_STONE_ROOT}/Scene2D/Internals/OpenGLAdvancedPolylineRenderer.h
469 ${ORTHANC_STONE_ROOT}/Sources/Scene2D/Internals/OpenGLBasicPolylineRenderer.cpp 469 ${ORTHANC_STONE_ROOT}/Scene2D/Internals/OpenGLBasicPolylineRenderer.cpp
470 ${ORTHANC_STONE_ROOT}/Sources/Scene2D/Internals/OpenGLBasicPolylineRenderer.h 470 ${ORTHANC_STONE_ROOT}/Scene2D/Internals/OpenGLBasicPolylineRenderer.h
471 ${ORTHANC_STONE_ROOT}/Sources/Scene2D/Internals/OpenGLColorTextureProgram.cpp 471 ${ORTHANC_STONE_ROOT}/Scene2D/Internals/OpenGLColorTextureProgram.cpp
472 ${ORTHANC_STONE_ROOT}/Sources/Scene2D/Internals/OpenGLColorTextureProgram.h 472 ${ORTHANC_STONE_ROOT}/Scene2D/Internals/OpenGLColorTextureProgram.h
473 ${ORTHANC_STONE_ROOT}/Sources/Scene2D/Internals/OpenGLColorTextureRenderer.cpp 473 ${ORTHANC_STONE_ROOT}/Scene2D/Internals/OpenGLColorTextureRenderer.cpp
474 ${ORTHANC_STONE_ROOT}/Sources/Scene2D/Internals/OpenGLColorTextureRenderer.h 474 ${ORTHANC_STONE_ROOT}/Scene2D/Internals/OpenGLColorTextureRenderer.h
475 ${ORTHANC_STONE_ROOT}/Sources/Scene2D/Internals/OpenGLFloatTextureProgram.cpp 475 ${ORTHANC_STONE_ROOT}/Scene2D/Internals/OpenGLFloatTextureProgram.cpp
476 ${ORTHANC_STONE_ROOT}/Sources/Scene2D/Internals/OpenGLFloatTextureProgram.h 476 ${ORTHANC_STONE_ROOT}/Scene2D/Internals/OpenGLFloatTextureProgram.h
477 ${ORTHANC_STONE_ROOT}/Sources/Scene2D/Internals/OpenGLFloatTextureRenderer.cpp 477 ${ORTHANC_STONE_ROOT}/Scene2D/Internals/OpenGLFloatTextureRenderer.cpp
478 ${ORTHANC_STONE_ROOT}/Sources/Scene2D/Internals/OpenGLFloatTextureRenderer.h 478 ${ORTHANC_STONE_ROOT}/Scene2D/Internals/OpenGLFloatTextureRenderer.h
479 ${ORTHANC_STONE_ROOT}/Sources/Scene2D/Internals/OpenGLInfoPanelRenderer.cpp 479 ${ORTHANC_STONE_ROOT}/Scene2D/Internals/OpenGLInfoPanelRenderer.cpp
480 ${ORTHANC_STONE_ROOT}/Sources/Scene2D/Internals/OpenGLInfoPanelRenderer.h 480 ${ORTHANC_STONE_ROOT}/Scene2D/Internals/OpenGLInfoPanelRenderer.h
481 ${ORTHANC_STONE_ROOT}/Sources/Scene2D/Internals/OpenGLLinesProgram.cpp 481 ${ORTHANC_STONE_ROOT}/Scene2D/Internals/OpenGLLinesProgram.cpp
482 ${ORTHANC_STONE_ROOT}/Sources/Scene2D/Internals/OpenGLLinesProgram.h 482 ${ORTHANC_STONE_ROOT}/Scene2D/Internals/OpenGLLinesProgram.h
483 ${ORTHANC_STONE_ROOT}/Sources/Scene2D/Internals/OpenGLLookupTableTextureRenderer.cpp 483 ${ORTHANC_STONE_ROOT}/Scene2D/Internals/OpenGLLookupTableTextureRenderer.cpp
484 ${ORTHANC_STONE_ROOT}/Sources/Scene2D/Internals/OpenGLLookupTableTextureRenderer.h 484 ${ORTHANC_STONE_ROOT}/Scene2D/Internals/OpenGLLookupTableTextureRenderer.h
485 ${ORTHANC_STONE_ROOT}/Sources/Scene2D/Internals/OpenGLShaderVersionDirective.h 485 ${ORTHANC_STONE_ROOT}/Scene2D/Internals/OpenGLShaderVersionDirective.h
486 ${ORTHANC_STONE_ROOT}/Sources/Scene2D/Internals/OpenGLTextProgram.cpp 486 ${ORTHANC_STONE_ROOT}/Scene2D/Internals/OpenGLTextProgram.cpp
487 ${ORTHANC_STONE_ROOT}/Sources/Scene2D/Internals/OpenGLTextProgram.h 487 ${ORTHANC_STONE_ROOT}/Scene2D/Internals/OpenGLTextProgram.h
488 ${ORTHANC_STONE_ROOT}/Sources/Scene2D/Internals/OpenGLTextRenderer.cpp 488 ${ORTHANC_STONE_ROOT}/Scene2D/Internals/OpenGLTextRenderer.cpp
489 ${ORTHANC_STONE_ROOT}/Sources/Scene2D/Internals/OpenGLTextRenderer.h 489 ${ORTHANC_STONE_ROOT}/Scene2D/Internals/OpenGLTextRenderer.h
490 ${ORTHANC_STONE_ROOT}/Sources/Scene2D/Internals/OpenGLTextureProgram.cpp 490 ${ORTHANC_STONE_ROOT}/Scene2D/Internals/OpenGLTextureProgram.cpp
491 ${ORTHANC_STONE_ROOT}/Sources/Scene2D/Internals/OpenGLTextureProgram.h 491 ${ORTHANC_STONE_ROOT}/Scene2D/Internals/OpenGLTextureProgram.h
492 ) 492 )
493 endif() 493 endif()
494 494
495 495
496 ## 496 ##