]> Creatis software - gdcm.git/blobdiff - Example/CMakeLists.txt
minor improvements
[gdcm.git] / Example / CMakeLists.txt
index 52da0972d2cb53f2ee2c3414af09204b0094ca8b..d98b401df0a18c6c009b7126aa5bb7d46d5f0321 100644 (file)
@@ -9,6 +9,8 @@ SET(EXAMPLE_SOURCES
   #Txt2Mat  
   #exDicomRTStructSetFile  
   #exExtractCSA
+ exPresentationState
   exReadPapyrus  
   exReadWriteFile  
   exColorToRGB  
@@ -24,11 +26,14 @@ SET(EXAMPLE_SOURCES
   exSerieHelper
   exXCoherentFileSet
   exMoveImagesToSingleSerieUID
-  exExtractSegmentedPalette
+  #exExtractSegmentedPalette
   exMakeIcon
   
   # the following are utilities
-  #----------------------------  
+  #----------------------------
+  #BrukerToMhd
+  RawToInTagDicom
+  RawToDicomStack  
   PrintDicomDir  
   PrintFile  
   MakeDicomDir  
@@ -36,6 +41,7 @@ SET(EXAMPLE_SOURCES
   Anonymize             # for full gdcm readable files  
   AnonymizeNoLoad       # without loading the Pixel Data  
   AnonymizeMultiPatient # without loading the Pixel Data  
+  AnonymizeReWriteMultiPatient # without loading the Pixel Data  
   PatchHeader  
   ToInTag  
   ReWrite  
@@ -43,11 +49,17 @@ SET(EXAMPLE_SOURCES
   RawToDicom  
   TestValidate
   
+ SplitIntoDirectories
+ SplitIntoXCoherentDirectories
+ SplitIntoXCoherentDirectoriesIgnoreSerieUID 
+  
   # the following produce usable files for some softwares.
   #------------------------------------------------------   
   ToMRIregister
   DenseMultiFramesToDicom
   Dense2007ToDicom
+  PcpdenseToDicom
+    
   #BatchUncompress
     
   #the following will be transformed into 'examples', or 'utilities'