comparison Resources/CMake/OrthancStoneConfiguration.cmake @ 742:fa5febe0f0c2

moved OrientedBoundingBox in the Volumes folder
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 22 May 2019 09:41:03 +0200
parents 31487d066d1d
children c44c1d2d3598
comparison
equal deleted inserted replaced
741:c1d6a566dfd3 742:fa5febe0f0c2
407 ${ORTHANC_STONE_ROOT}/Framework/Scene2DViewport/MeasureTrackers.h 407 ${ORTHANC_STONE_ROOT}/Framework/Scene2DViewport/MeasureTrackers.h
408 ${ORTHANC_STONE_ROOT}/Framework/Scene2DViewport/OneGesturePointerTracker.cpp 408 ${ORTHANC_STONE_ROOT}/Framework/Scene2DViewport/OneGesturePointerTracker.cpp
409 ${ORTHANC_STONE_ROOT}/Framework/Scene2DViewport/OneGesturePointerTracker.h 409 ${ORTHANC_STONE_ROOT}/Framework/Scene2DViewport/OneGesturePointerTracker.h
410 ${ORTHANC_STONE_ROOT}/Framework/Scene2DViewport/PointerTypes.h 410 ${ORTHANC_STONE_ROOT}/Framework/Scene2DViewport/PointerTypes.h
411 ${ORTHANC_STONE_ROOT}/Framework/Scene2DViewport/ViewportController.cpp 411 ${ORTHANC_STONE_ROOT}/Framework/Scene2DViewport/ViewportController.cpp
412 ${ORTHANC_STONE_ROOT}/Framework/Scene2DViewport/ViewportController.h 412 ${ORTHANC_STONE_ROOT}/Framework/Scene2DViewport/ViewportController.h
413 413
414 ${ORTHANC_STONE_ROOT}/Framework/Fonts/FontRenderer.cpp 414 ${ORTHANC_STONE_ROOT}/Framework/Fonts/FontRenderer.cpp
415 ${ORTHANC_STONE_ROOT}/Framework/Fonts/Glyph.cpp 415 ${ORTHANC_STONE_ROOT}/Framework/Fonts/Glyph.cpp
416 ${ORTHANC_STONE_ROOT}/Framework/Fonts/GlyphAlphabet.cpp 416 ${ORTHANC_STONE_ROOT}/Framework/Fonts/GlyphAlphabet.cpp
417 ${ORTHANC_STONE_ROOT}/Framework/Fonts/GlyphBitmapAlphabet.cpp 417 ${ORTHANC_STONE_ROOT}/Framework/Fonts/GlyphBitmapAlphabet.cpp
418 ${ORTHANC_STONE_ROOT}/Framework/Fonts/GlyphTextureAlphabet.cpp 418 ${ORTHANC_STONE_ROOT}/Framework/Fonts/GlyphTextureAlphabet.cpp
446 ${ORTHANC_STONE_ROOT}/Framework/Toolbox/FiniteProjectiveCamera.cpp 446 ${ORTHANC_STONE_ROOT}/Framework/Toolbox/FiniteProjectiveCamera.cpp
447 ${ORTHANC_STONE_ROOT}/Framework/Toolbox/GeometryToolbox.cpp 447 ${ORTHANC_STONE_ROOT}/Framework/Toolbox/GeometryToolbox.cpp
448 ${ORTHANC_STONE_ROOT}/Framework/Toolbox/ImageGeometry.cpp 448 ${ORTHANC_STONE_ROOT}/Framework/Toolbox/ImageGeometry.cpp
449 ${ORTHANC_STONE_ROOT}/Framework/Toolbox/LinearAlgebra.cpp 449 ${ORTHANC_STONE_ROOT}/Framework/Toolbox/LinearAlgebra.cpp
450 ${ORTHANC_STONE_ROOT}/Framework/Toolbox/MessagingToolbox.cpp 450 ${ORTHANC_STONE_ROOT}/Framework/Toolbox/MessagingToolbox.cpp
451 ${ORTHANC_STONE_ROOT}/Framework/Toolbox/OrientedBoundingBox.cpp
452
453 ${ORTHANC_STONE_ROOT}/Framework/Toolbox/ParallelSlices.cpp 451 ${ORTHANC_STONE_ROOT}/Framework/Toolbox/ParallelSlices.cpp
454 ${ORTHANC_STONE_ROOT}/Framework/Toolbox/ParallelSlicesCursor.cpp 452 ${ORTHANC_STONE_ROOT}/Framework/Toolbox/ParallelSlicesCursor.cpp
455 ${ORTHANC_STONE_ROOT}/Framework/Toolbox/ShearWarpProjectiveTransform.cpp 453 ${ORTHANC_STONE_ROOT}/Framework/Toolbox/ShearWarpProjectiveTransform.cpp
456 ${ORTHANC_STONE_ROOT}/Framework/Toolbox/SlicesSorter.cpp 454 ${ORTHANC_STONE_ROOT}/Framework/Toolbox/SlicesSorter.cpp
457 ${ORTHANC_STONE_ROOT}/Framework/Toolbox/UndoRedoStack.cpp 455 ${ORTHANC_STONE_ROOT}/Framework/Toolbox/UndoRedoStack.cpp
458 ${ORTHANC_STONE_ROOT}/Framework/Toolbox/VolumeImageGeometry.cpp
459 ${ORTHANC_STONE_ROOT}/Framework/Viewport/CairoContext.cpp 456 ${ORTHANC_STONE_ROOT}/Framework/Viewport/CairoContext.cpp
460 ${ORTHANC_STONE_ROOT}/Framework/Viewport/CairoSurface.cpp 457 ${ORTHANC_STONE_ROOT}/Framework/Viewport/CairoSurface.cpp
461 ${ORTHANC_STONE_ROOT}/Framework/Volumes/ImageBuffer3D.cpp 458 ${ORTHANC_STONE_ROOT}/Framework/Volumes/ImageBuffer3D.cpp
459 ${ORTHANC_STONE_ROOT}/Framework/Volumes/OrientedVolumeBoundingBox.cpp
460 ${ORTHANC_STONE_ROOT}/Framework/Volumes/VolumeImageGeometry.cpp
462 ${ORTHANC_STONE_ROOT}/Framework/Volumes/VolumeReslicer.cpp 461 ${ORTHANC_STONE_ROOT}/Framework/Volumes/VolumeReslicer.cpp
463 462
464 ${ORTHANC_STONE_ROOT}/Framework/Messages/ICallable.h 463 ${ORTHANC_STONE_ROOT}/Framework/Messages/ICallable.h
465 ${ORTHANC_STONE_ROOT}/Framework/Messages/IMessage.h 464 ${ORTHANC_STONE_ROOT}/Framework/Messages/IMessage.h
466 ${ORTHANC_STONE_ROOT}/Framework/Messages/IObservable.cpp 465 ${ORTHANC_STONE_ROOT}/Framework/Messages/IObservable.cpp