5 ${GDCM_BINARY_DIR}/src)
7 #names starting with 'ex' are examples
8 #-------------------------------------
10 #SingleFrames2Multiframe
12 #exDicomRTStructSetFile
16 #exExplorePresentationState
24 exExtractOverlaysACR # Extracts ACR-NEMA style overlays
25 exExtractOverlaysDCM # Extracts DICOM style overlays
31 exMoveImagesToSingleSerieUID
32 #exExtractSegmentedPalette
35 # the following are utilities
36 #----------------------------
43 AnonymizeDicomDir # without loading it as a gdcm::DicomDir
44 Anonymize # for full gdcm readable files
45 AnonymizeNoLoad # without loading the Pixel Data
46 AnonymizeMultiPatient # without loading the Pixel Data
47 AnonymizeReWriteMultiPatient # without loading the Pixel Data
56 SplitIntoXCoherentDirectories
57 SplitIntoXCoherentDirectoriesIgnoreSerieUID
59 # the following produce usable files for some softwares.
60 #------------------------------------------------------
62 DenseMultiFramesToDicom
68 #the following will be transformed into 'examples', or 'utilities'
70 # Better you don't use them (not fully checked ...)
77 #WriteDicomAsJPEG2000 #Use ReWrite ... mode=2
78 #WriteDicomAsJPEG #Use ReWrite ... mode=j
84 FOREACH(name ${EXAMPLE_SOURCES})
85 ADD_EXECUTABLE(${name} ${name}.cxx )
86 TARGET_LINK_LIBRARIES(${name} gdcm)
87 INSTALL_TARGETS(/bin/ ${name})