comparison Applications/Samples/SampleList.h @ 319:daa04d15192c am-2

new SimpleViewer sample that has been split in multiple files to be able to scale it
author am@osimis.io
date Thu, 11 Oct 2018 13:16:54 +0200
parents 3c190e2bb3af
children 37ab9d83dc9b
comparison
equal deleted inserted replaced
318:3a4ca166fafa 319:daa04d15192c
27 #elif ORTHANC_STONE_SAMPLE == 7 27 #elif ORTHANC_STONE_SAMPLE == 7
28 #include "LayoutPetCtFusionApplication.h" 28 #include "LayoutPetCtFusionApplication.h"
29 typedef OrthancStone::Samples::LayoutPetCtFusionApplication SampleApplication; 29 typedef OrthancStone::Samples::LayoutPetCtFusionApplication SampleApplication;
30 30
31 #elif ORTHANC_STONE_SAMPLE == 8 31 #elif ORTHANC_STONE_SAMPLE == 8
32 #include "SimpleViewerApplication.h" 32 #include "SimpleViewerApplicationSingleFile.h"
33 typedef OrthancStone::Samples::SimpleViewerApplication SampleApplication; 33 typedef OrthancStone::Samples::SimpleViewerApplication SampleApplication;
34 34
35 #else 35 #else
36 #error Please set the ORTHANC_STONE_SAMPLE macro 36 #error Please set the ORTHANC_STONE_SAMPLE macro
37 #endif 37 #endif