5 ${GDCM_BINARY_DIR}/src)
7 #names starting with 'ex' are examples
8 #-------------------------------------
10 #exDicomRTStructSetFile
21 exExtractOverlaysACR # Extracts ACR-NEMA style overlays
22 exExtractOverlaysDCM # Extracts DICOM style overlays
28 exMoveImagesToSingleSerieUID
29 #exExtractSegmentedPalette
32 # the following are utilities
33 #----------------------------
40 AnonymizeDicomDir # without loading it as a gdcm::DicomDir
41 Anonymize # for full gdcm readable files
42 AnonymizeNoLoad # without loading the Pixel Data
43 AnonymizeMultiPatient # without loading the Pixel Data
44 AnonymizeReWriteMultiPatient # without loading the Pixel Data
53 SplitIntoXCoherentDirectories
54 SplitIntoXCoherentDirectoriesIgnoreSerieUID
56 # the following produce usable files for some softwares.
57 #------------------------------------------------------
59 DenseMultiFramesToDicom
65 #the following will be transformed into 'examples', or 'utilities'
67 # Better you don't use them (not fully checked ...)
74 #WriteDicomAsJPEG2000 #Use ReWrite ... mode=2
75 #WriteDicomAsJPEG #Use ReWrite ... mode=j
81 FOREACH(name ${EXAMPLE_SOURCES})
82 ADD_EXECUTABLE(${name} ${name}.cxx )
83 TARGET_LINK_LIBRARIES(${name} gdcm)
84 INSTALL_TARGETS(/bin/ ${name})