MANIFEST.in
README.md
gdcm.py
pyproject.toml
setup.cfg
setup.py
_gdcm/__init__.py
gdcm_src/.clang-format
gdcm_src/.git
gdcm_src/.gitattributes
gdcm_src/.gitignore
gdcm_src/.gitmodules
gdcm_src/.travis.yml
gdcm_src/AUTHORS
gdcm_src/CMakeLists.txt
gdcm_src/CTestConfig.cmake
gdcm_src/Copyright.txt
gdcm_src/INSTALL.txt
gdcm_src/PACKAGER
gdcm_src/README.Copyright.txt
gdcm_src/README.md
gdcm_src/TODO
gdcm_src/appveyor.yml
gdcm_src/.github/workflows/c-cpp.yml
gdcm_src/Applications/CMakeLists.txt
gdcm_src/Applications/README.txt
gdcm_src/Applications/Cxx/CMakeLists.txt
gdcm_src/Applications/Cxx/deflate.cxx
gdcm_src/Applications/Cxx/gdcm.cxx
gdcm_src/Applications/Cxx/gdcmanon.cxx
gdcm_src/Applications/Cxx/gdcmcheck.cxx
gdcm_src/Applications/Cxx/gdcmclean.cxx
gdcm_src/Applications/Cxx/gdcmconv.cxx
gdcm_src/Applications/Cxx/gdcmdictdump.cxx
gdcm_src/Applications/Cxx/gdcmdiff.cxx
gdcm_src/Applications/Cxx/gdcmdump.cxx
gdcm_src/Applications/Cxx/gdcmfile.cxx
gdcm_src/Applications/Cxx/gdcmgendir.cxx
gdcm_src/Applications/Cxx/gdcmimg.cxx
gdcm_src/Applications/Cxx/gdcminfo.cxx
gdcm_src/Applications/Cxx/gdcmkey.cxx
gdcm_src/Applications/Cxx/gdcmoverlay.cxx
gdcm_src/Applications/Cxx/gdcmpap3.cxx
gdcm_src/Applications/Cxx/gdcmpdf.cxx
gdcm_src/Applications/Cxx/gdcmraw.cxx
gdcm_src/Applications/Cxx/gdcmscanner.cxx
gdcm_src/Applications/Cxx/gdcmscu.cxx
gdcm_src/Applications/Cxx/gdcmstream.cxx
gdcm_src/Applications/Cxx/gdcmtar.cxx
gdcm_src/Applications/Cxx/gdcmxml.cxx
gdcm_src/Applications/Cxx/pdf2dcm.cxx
gdcm_src/Applications/Cxx/puff.c
gdcm_src/Applications/Cxx/puff.h
gdcm_src/Applications/Python/README
gdcm_src/Applications/Python/accessdata.py
gdcm_src/Applications/Python/images.py
gdcm_src/Applications/Python/lib.py
gdcm_src/Applications/Python/wado.py
gdcm_src/CMake/CMakeCSharpCompiler.cmake.in
gdcm_src/CMake/CMakeCSharpInformation.cmake
gdcm_src/CMake/CMakeDetermineCSharpCompiler.cmake
gdcm_src/CMake/CMakeTestCSharpCompiler.cmake
gdcm_src/CMake/COPYING-CMAKE-SCRIPTS
gdcm_src/CMake/CTestCustom.ctest.in
gdcm_src/CMake/FindACTIVIZ.cmake
gdcm_src/CMake/FindCSharp.cmake
gdcm_src/CMake/FindCharLS.cmake
gdcm_src/CMake/FindDCMTK.cmake
gdcm_src/CMake/FindDICOM3TOOLS.cmake
gdcm_src/CMake/FindDotNETFrameworkSDK.cmake
gdcm_src/CMake/FindJSON.cmake
gdcm_src/CMake/FindJavaProperties.cmake
gdcm_src/CMake/FindKAKADU.cmake
gdcm_src/CMake/FindKWStyle.cmake
gdcm_src/CMake/FindLJPEG.cmake
gdcm_src/CMake/FindMAGIC.cmake
gdcm_src/CMake/FindMONO.cmake
gdcm_src/CMake/FindMd5sum.cmake
gdcm_src/CMake/FindOpenJPEG.cmake
gdcm_src/CMake/FindOpenSSL.cmake
gdcm_src/CMake/FindPAPYRUS3.cmake
gdcm_src/CMake/FindPHP5.cmake
gdcm_src/CMake/FindPVRGJPEG.cmake
gdcm_src/CMake/FindPoppler.cmake
gdcm_src/CMake/FindRsync.cmake
gdcm_src/CMake/FindSOCKET++.cmake
gdcm_src/CMake/FindSQLITE3.cmake
gdcm_src/CMake/FindUUID.cmake
gdcm_src/CMake/GetSystemProperty.java
gdcm_src/CMake/InstallMacros.cmake
gdcm_src/CMake/InstallRequiredVTKLibraries.cmake
gdcm_src/CMake/Toolchain-gcc-arm-linux-gnueabi.cmake
gdcm_src/CMake/Toolchain-gcc-m32.cmake
gdcm_src/CMake/Toolchain-gcc-powerpc.cmake
gdcm_src/CMake/Toolchain-mingw32.cmake
gdcm_src/CMake/Toolchain-mingw64.cmake
gdcm_src/CMake/UseCSharp.cmake
gdcm_src/CMake/UseCSharpTest.cmake
gdcm_src/CMake/UseCopyright.cmake
gdcm_src/CMake/UseDebian.cmake
gdcm_src/CMake/UseDotNETFrameworkSDK.cmake
gdcm_src/CMake/UseJavaTest.cmake
gdcm_src/CMake/UseMONO.cmake
gdcm_src/CMake/UsePythonTest.cmake
gdcm_src/CMake/dcmqrscp.cfg.in
gdcm_src/CMake/gdcmValgrind.supp
gdcm_src/CMake/ExportConfiguration/CMakeLists.txt
gdcm_src/CMake/ExportConfiguration/GDCMConfig.cmake.in
gdcm_src/CMake/ExportConfiguration/GDCMConfigVersion.cmake.in
gdcm_src/CMake/ExportConfiguration/UseGDCM.cmake.in
gdcm_src/CMake/Release/README.cygwin.in
gdcm_src/CMake/Release/cygwin-package.sh.in
gdcm_src/CMake/Release/cygwin-patch.diff.in
gdcm_src/CMake/Release/cygwin-setup.hint.in
gdcm_src/Examples/CMakeLists.txt
gdcm_src/Examples/Csharp/BasicAnonymizer.cs
gdcm_src/Examples/Csharp/BasicImageAnonymizer.cs
gdcm_src/Examples/Csharp/CMakeLists.txt
gdcm_src/Examples/Csharp/Cleaner.cs
gdcm_src/Examples/Csharp/ClinicalTrialIdentificationWorkflow.cs
gdcm_src/Examples/Csharp/CompressLossyJPEG.cs
gdcm_src/Examples/Csharp/DecompressImage.cs
gdcm_src/Examples/Csharp/DecompressImageMultiframe.cs
gdcm_src/Examples/Csharp/DecompressJPEGFile.cs
gdcm_src/Examples/Csharp/DumpCSA.cs
gdcm_src/Examples/Csharp/ExtractEncapsulatedFile.cs
gdcm_src/Examples/Csharp/ExtractImageRegion.cs
gdcm_src/Examples/Csharp/ExtractImageRegionWithLUT.cs
gdcm_src/Examples/Csharp/ExtractOneFrame.cs
gdcm_src/Examples/Csharp/FileAnonymize.cs
gdcm_src/Examples/Csharp/FileChangeTS.cs
gdcm_src/Examples/Csharp/FileChangeTSLossy.cs
gdcm_src/Examples/Csharp/FileStreaming.cs
gdcm_src/Examples/Csharp/GenerateDICOMDIR.cs
gdcm_src/Examples/Csharp/GetArray.cs
gdcm_src/Examples/Csharp/ManipulateFile.cs
gdcm_src/Examples/Csharp/MpegVideoInfo.cs
gdcm_src/Examples/Csharp/NewSequence.cs
gdcm_src/Examples/Csharp/ReformatFile.cs
gdcm_src/Examples/Csharp/RescaleImage.cs
gdcm_src/Examples/Csharp/ScanDirectory.cs
gdcm_src/Examples/Csharp/SendFileSCU.cs
gdcm_src/Examples/Csharp/SimplePrint.cs
gdcm_src/Examples/Csharp/SimplePrintPatientName.cs
gdcm_src/Examples/Csharp/SortImage2.cs
gdcm_src/Examples/Csharp/StandardizeFiles.cs
gdcm_src/Examples/Cxx/CMakeLists.txt
gdcm_src/Examples/Cxx/CStoreQtProgress.cxx
gdcm_src/Examples/Cxx/ChangePrivateTags.cxx
gdcm_src/Examples/Cxx/ChangeSequenceUltrasound.cxx
gdcm_src/Examples/Cxx/CheckBigEndianBug.cxx
gdcm_src/Examples/Cxx/ClinicalTrialAnnotate.cxx
gdcm_src/Examples/Cxx/CompressImage.cxx
gdcm_src/Examples/Cxx/ConvertToQImage.cxx
gdcm_src/Examples/Cxx/CreateARGBImage.cxx
gdcm_src/Examples/Cxx/CreateCMYKImage.cxx
gdcm_src/Examples/Cxx/CreateJPIPDataSet.cxx
gdcm_src/Examples/Cxx/DeriveSeries.cxx
gdcm_src/Examples/Cxx/DiffFile.cxx
gdcm_src/Examples/Cxx/DiscriminateVolume.cxx
gdcm_src/Examples/Cxx/DumpADAC.cxx
gdcm_src/Examples/Cxx/DumpExamCard.cxx
gdcm_src/Examples/Cxx/DumpGEMSMovieGroup.cxx
gdcm_src/Examples/Cxx/DumpImageHeaderInfo.cxx
gdcm_src/Examples/Cxx/DumpPhilipsECHO.cxx
gdcm_src/Examples/Cxx/DumpSiemensBase64.cxx
gdcm_src/Examples/Cxx/DumpToSQLITE3.cxx
gdcm_src/Examples/Cxx/DumpToshibaDTI.cxx
gdcm_src/Examples/Cxx/DumpToshibaDTI2.cxx
gdcm_src/Examples/Cxx/DumpVisusChange.cxx
gdcm_src/Examples/Cxx/DuplicatePCDE.cxx
gdcm_src/Examples/Cxx/ELSCINT1WaveToText.cxx
gdcm_src/Examples/Cxx/EmptyMask.cxx
gdcm_src/Examples/Cxx/EncapsulateFileInRawData.cxx
gdcm_src/Examples/Cxx/ExtractEncryptedContent.cxx
gdcm_src/Examples/Cxx/ExtractIconFromFile.cxx
gdcm_src/Examples/Cxx/Extracting_All_Resolution.cxx
gdcm_src/Examples/Cxx/Fake_Image_Using_Stream_Image_Writer.cxx
gdcm_src/Examples/Cxx/FixBrokenJ2K.cxx
gdcm_src/Examples/Cxx/FixJAIBugJPEGLS.cxx
gdcm_src/Examples/Cxx/FixOrientation.cxx
gdcm_src/Examples/Cxx/GenAllVR.cxx
gdcm_src/Examples/Cxx/GenFakeIdentifyFile.cxx
gdcm_src/Examples/Cxx/GenFakeImage.cxx
gdcm_src/Examples/Cxx/GenLongSeqs.cxx
gdcm_src/Examples/Cxx/GenSeqs.cxx
gdcm_src/Examples/Cxx/GenerateStandardSOPClasses.cxx
gdcm_src/Examples/Cxx/GetJPEGSamplePrecision.cxx
gdcm_src/Examples/Cxx/GetSequenceUltrasound.cxx
gdcm_src/Examples/Cxx/GetSubSequenceData.cxx
gdcm_src/Examples/Cxx/HelloVizWorld.cxx
gdcm_src/Examples/Cxx/HelloWorld.cxx
gdcm_src/Examples/Cxx/LargeVRDSExplicit.cxx
gdcm_src/Examples/Cxx/MakeTemplate.cxx
gdcm_src/Examples/Cxx/MergeTwoFiles.cxx
gdcm_src/Examples/Cxx/MrProtocol.cxx
gdcm_src/Examples/Cxx/PatchFile.cxx
gdcm_src/Examples/Cxx/PrintLUT.cxx
gdcm_src/Examples/Cxx/PublicDict.cxx
gdcm_src/Examples/Cxx/QIDO-RS.cxx
gdcm_src/Examples/Cxx/ReadAndDumpDICOMDIR.cxx
gdcm_src/Examples/Cxx/ReadAndDumpDICOMDIR2.cxx
gdcm_src/Examples/Cxx/ReadAndPrintAttributes.cxx
gdcm_src/Examples/Cxx/ReadExplicitLengthSQIVR.cxx
gdcm_src/Examples/Cxx/ReadGEMSSDO.cxx
gdcm_src/Examples/Cxx/ReadMultiTimesException.cxx
gdcm_src/Examples/Cxx/ReadUTF8QtDir.cxx
gdcm_src/Examples/Cxx/SimpleScanner.cxx
gdcm_src/Examples/Cxx/SortImage.cxx
gdcm_src/Examples/Cxx/StreamImageReaderTest.cxx
gdcm_src/Examples/Cxx/TemplateEmptyImage.cxx
gdcm_src/Examples/Cxx/TraverseModules.cxx
gdcm_src/Examples/Cxx/VolumeSorter.cxx
gdcm_src/Examples/Cxx/csa2img.cxx
gdcm_src/Examples/Cxx/iU22tomultisc.cxx
gdcm_src/Examples/Cxx/pmsct_rgb1.cxx
gdcm_src/Examples/Cxx/rle2img.cxx
gdcm_src/Examples/Cxx/uid_unique.cxx
gdcm_src/Examples/Java/CMakeLists.txt
gdcm_src/Examples/Java/DecompressImage.java
gdcm_src/Examples/Java/DecompressPixmap.java
gdcm_src/Examples/Java/ExtractImageRegion.java
gdcm_src/Examples/Java/FileAnonymize.java
gdcm_src/Examples/Java/HelloSimple.java
gdcm_src/Examples/Java/ReadFiles.java
gdcm_src/Examples/Java/ScanDirectory.java
gdcm_src/Examples/Java/SimplePrint.java
gdcm_src/Examples/PHP/README.txt
gdcm_src/Examples/PHP/export_pnm.php
gdcm_src/Examples/PHP/hello_world.php
gdcm_src/Examples/PHP/modify_file.php
gdcm_src/Examples/PHP/qido.php
gdcm_src/Examples/PHP/rewrite_header.php
gdcm_src/Examples/Python/AddPrivateAttribute.py
gdcm_src/Examples/Python/CMakeLists.txt
gdcm_src/Examples/Python/ConvertMPL.py
gdcm_src/Examples/Python/ConvertNumpy.py
gdcm_src/Examples/Python/ConvertPIL.py
gdcm_src/Examples/Python/CreateRAWStorage.py
gdcm_src/Examples/Python/DecompressImage.py
gdcm_src/Examples/Python/DumbAnonymizer.py
gdcm_src/Examples/Python/ExtractImageRegion.py
gdcm_src/Examples/Python/FindAllPatientName.py
gdcm_src/Examples/Python/FixCommaBug.py
gdcm_src/Examples/Python/GetPortionCSAHeader.py
gdcm_src/Examples/Python/HelloWorld.py
gdcm_src/Examples/Python/ManipulateFile.py
gdcm_src/Examples/Python/ManipulateSequence.py
gdcm_src/Examples/Python/MergeFile.py
gdcm_src/Examples/Python/NewSequence.py
gdcm_src/Examples/Python/PhilipsPrivateRescaleInterceptSlope.py
gdcm_src/Examples/Python/PlaySound.py
gdcm_src/Examples/Python/PrivateDict.py
gdcm_src/Examples/Python/ReWriteSCAsMR.py
gdcm_src/Examples/Python/ReadAndDumpDICOMDIR.py
gdcm_src/Examples/Python/RemovePrivateTags.py
gdcm_src/Examples/Python/ScanDirectory.py
gdcm_src/Examples/Python/SortImage.py
gdcm_src/Examples/Python/WriteBuffer.py
gdcm_src/Source/CMakeLists.txt
gdcm_src/Source/Attribute/CMakeLists.txt
gdcm_src/Source/Attribute/README.txt
gdcm_src/Source/Common/CMakeLists.txt
gdcm_src/Source/Common/README.txt
gdcm_src/Source/Common/gdcmASN1.cxx
gdcm_src/Source/Common/gdcmASN1.h
gdcm_src/Source/Common/gdcmBase64.cxx
gdcm_src/Source/Common/gdcmBase64.h
gdcm_src/Source/Common/gdcmBoxRegion.cxx
gdcm_src/Source/Common/gdcmBoxRegion.h
gdcm_src/Source/Common/gdcmByteSwap.cxx
gdcm_src/Source/Common/gdcmByteSwap.h
gdcm_src/Source/Common/gdcmByteSwap.txx
gdcm_src/Source/Common/gdcmCAPICryptoFactory.cxx
gdcm_src/Source/Common/gdcmCAPICryptoFactory.h
gdcm_src/Source/Common/gdcmCAPICryptographicMessageSyntax.cxx
gdcm_src/Source/Common/gdcmCAPICryptographicMessageSyntax.h
gdcm_src/Source/Common/gdcmCommand.cxx
gdcm_src/Source/Common/gdcmCommand.h
gdcm_src/Source/Common/gdcmConfigure.h.in
gdcm_src/Source/Common/gdcmCryptoFactory.cxx
gdcm_src/Source/Common/gdcmCryptoFactory.h
gdcm_src/Source/Common/gdcmCryptographicMessageSyntax.cxx
gdcm_src/Source/Common/gdcmCryptographicMessageSyntax.h
gdcm_src/Source/Common/gdcmDataEvent.cxx
gdcm_src/Source/Common/gdcmDataEvent.h
gdcm_src/Source/Common/gdcmDeflateStream.cxx
gdcm_src/Source/Common/gdcmDeflateStream.h
gdcm_src/Source/Common/gdcmDirectory.cxx
gdcm_src/Source/Common/gdcmDirectory.h
gdcm_src/Source/Common/gdcmDummyValueGenerator.cxx
gdcm_src/Source/Common/gdcmDummyValueGenerator.h
gdcm_src/Source/Common/gdcmEvent.cxx
gdcm_src/Source/Common/gdcmEvent.h
gdcm_src/Source/Common/gdcmException.cxx
gdcm_src/Source/Common/gdcmException.h
gdcm_src/Source/Common/gdcmFileNameEvent.cxx
gdcm_src/Source/Common/gdcmFileNameEvent.h
gdcm_src/Source/Common/gdcmFilename.cxx
gdcm_src/Source/Common/gdcmFilename.h
gdcm_src/Source/Common/gdcmFilenameGenerator.cxx
gdcm_src/Source/Common/gdcmFilenameGenerator.h
gdcm_src/Source/Common/gdcmLegacyMacro.h
gdcm_src/Source/Common/gdcmMD5.cxx
gdcm_src/Source/Common/gdcmMD5.h
gdcm_src/Source/Common/gdcmObject.cxx
gdcm_src/Source/Common/gdcmObject.h
gdcm_src/Source/Common/gdcmOpenSSLCryptoFactory.cxx
gdcm_src/Source/Common/gdcmOpenSSLCryptoFactory.h
gdcm_src/Source/Common/gdcmOpenSSLCryptographicMessageSyntax.cxx
gdcm_src/Source/Common/gdcmOpenSSLCryptographicMessageSyntax.h
gdcm_src/Source/Common/gdcmOpenSSLP7CryptoFactory.cxx
gdcm_src/Source/Common/gdcmOpenSSLP7CryptoFactory.h
gdcm_src/Source/Common/gdcmOpenSSLP7CryptographicMessageSyntax.cxx
gdcm_src/Source/Common/gdcmOpenSSLP7CryptographicMessageSyntax.h
gdcm_src/Source/Common/gdcmProgressEvent.cxx
gdcm_src/Source/Common/gdcmProgressEvent.h
gdcm_src/Source/Common/gdcmRegion.cxx
gdcm_src/Source/Common/gdcmRegion.h
gdcm_src/Source/Common/gdcmSHA1.cxx
gdcm_src/Source/Common/gdcmSHA1.h
gdcm_src/Source/Common/gdcmSmartPointer.h
gdcm_src/Source/Common/gdcmStaticAssert.h
gdcm_src/Source/Common/gdcmString.cxx
gdcm_src/Source/Common/gdcmString.h
gdcm_src/Source/Common/gdcmSubject.cxx
gdcm_src/Source/Common/gdcmSubject.h
gdcm_src/Source/Common/gdcmSwapCode.cxx
gdcm_src/Source/Common/gdcmSwapCode.h
gdcm_src/Source/Common/gdcmSwapper.h
gdcm_src/Source/Common/gdcmSwapper.txx
gdcm_src/Source/Common/gdcmSystem.cxx
gdcm_src/Source/Common/gdcmSystem.h
gdcm_src/Source/Common/gdcmTerminal.cxx
gdcm_src/Source/Common/gdcmTerminal.h
gdcm_src/Source/Common/gdcmTestDriver.h
gdcm_src/Source/Common/gdcmTesting.cxx
gdcm_src/Source/Common/gdcmTesting.h
gdcm_src/Source/Common/gdcmTrace.cxx
gdcm_src/Source/Common/gdcmTrace.h
gdcm_src/Source/Common/gdcmTypes.h
gdcm_src/Source/Common/gdcmUnpacker12Bits.cxx
gdcm_src/Source/Common/gdcmUnpacker12Bits.h
gdcm_src/Source/Common/gdcmVersion.cxx
gdcm_src/Source/Common/gdcmVersion.h
gdcm_src/Source/Common/gdcmWin32.h
gdcm_src/Source/Common/zipstreamimpl.h
gdcm_src/Source/Common/zipstreamimpl.hpp
gdcm_src/Source/DataDictionary/06_03_list.txt
gdcm_src/Source/DataDictionary/Agfa.xml
gdcm_src/Source/DataDictionary/CMakeLists.txt
gdcm_src/Source/DataDictionary/COPYRIGHT.dicom3tools
gdcm_src/Source/DataDictionary/CSADefaultDicts.xsl
gdcm_src/Source/DataDictionary/CSAHeader.xml
gdcm_src/Source/DataDictionary/DefaultDicts.xsl
gdcm_src/Source/DataDictionary/DefaultPrivateDicts.xsl
gdcm_src/Source/DataDictionary/HarvestedPrivate.xml
gdcm_src/Source/DataDictionary/ParseDicts.py
gdcm_src/Source/DataDictionary/Part6.xml
gdcm_src/Source/DataDictionary/Part6.xsl
gdcm_src/Source/DataDictionary/Part67.xsl
gdcm_src/Source/DataDictionary/Part6PDF.xsl
gdcm_src/Source/DataDictionary/Part6todcm4che.xsl
gdcm_src/Source/DataDictionary/Part7.xsl
gdcm_src/Source/DataDictionary/Part7a.xml
gdcm_src/Source/DataDictionary/Part7b.xml
gdcm_src/Source/DataDictionary/PartToGDCM.xsl
gdcm_src/Source/DataDictionary/README.txt
gdcm_src/Source/DataDictionary/Siemens.xml
gdcm_src/Source/DataDictionary/TagKeywords.xsl
gdcm_src/Source/DataDictionary/TagToType.xsl
gdcm_src/Source/DataDictionary/TagToVR.xsl
gdcm_src/Source/DataDictionary/UIDToC++.xsl
gdcm_src/Source/DataDictionary/UIDs.xml
gdcm_src/Source/DataDictionary/VM.xsl
gdcm_src/Source/DataDictionary/cp699.xml
gdcm_src/Source/DataDictionary/dcmtk.xsl
gdcm_src/Source/DataDictionary/dicom3tools.xsl
gdcm_src/Source/DataDictionary/dicomhdr.html
gdcm_src/Source/DataDictionary/dicomhdr.xsl
gdcm_src/Source/DataDictionary/gdcmCSAHeaderDefaultDicts.cxx
gdcm_src/Source/DataDictionary/gdcmCSAHeaderDict.h
gdcm_src/Source/DataDictionary/gdcmCSAHeaderDictEntry.h
gdcm_src/Source/DataDictionary/gdcmDefaultDicts.cxx
gdcm_src/Source/DataDictionary/gdcmDefaultGroupNames.cxx
gdcm_src/Source/DataDictionary/gdcmDict.h
gdcm_src/Source/DataDictionary/gdcmDictConverter.cxx
gdcm_src/Source/DataDictionary/gdcmDictConverter.h
gdcm_src/Source/DataDictionary/gdcmDictEntry.cxx
gdcm_src/Source/DataDictionary/gdcmDictEntry.h
gdcm_src/Source/DataDictionary/gdcmDicts.cxx
gdcm_src/Source/DataDictionary/gdcmDicts.h
gdcm_src/Source/DataDictionary/gdcmGlobal.cxx
gdcm_src/Source/DataDictionary/gdcmGlobal.h
gdcm_src/Source/DataDictionary/gdcmGroupDict.cxx
gdcm_src/Source/DataDictionary/gdcmGroupDict.h
gdcm_src/Source/DataDictionary/gdcmPrepDict.cxx
gdcm_src/Source/DataDictionary/gdcmPrepGroupName.cxx
gdcm_src/Source/DataDictionary/gdcmPrivateDefaultDicts.cxx
gdcm_src/Source/DataDictionary/gdcmRoot.cxx
gdcm_src/Source/DataDictionary/gdcmSOPClassUIDToIOD.cxx
gdcm_src/Source/DataDictionary/gdcmSOPClassUIDToIOD.h
gdcm_src/Source/DataDictionary/gdcmTagKeywords.h
gdcm_src/Source/DataDictionary/gdcmTagToType.h
gdcm_src/Source/DataDictionary/gdcmUIDs.cxx
gdcm_src/Source/DataDictionary/gdcmUIDs.h
gdcm_src/Source/DataDictionary/gdcmconformancetests.xml
gdcm_src/Source/DataDictionary/getname.xsl
gdcm_src/Source/DataDictionary/getowner.xsl
gdcm_src/Source/DataDictionary/getretired.xsl
gdcm_src/Source/DataDictionary/order.xsl
gdcm_src/Source/DataDictionary/priv2html.xsl
gdcm_src/Source/DataDictionary/privatedicts.xml
gdcm_src/Source/DataDictionary/redo.xsl
gdcm_src/Source/DataDictionary/redo2.xsl
gdcm_src/Source/DataDictionary/sort.xsl
gdcm_src/Source/DataDictionary/uppercase.xsl
gdcm_src/Source/DataDictionary/vital.xml
gdcm_src/Source/DataStructureAndEncodingDefinition/CMakeLists.txt
gdcm_src/Source/DataStructureAndEncodingDefinition/README.txt
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmAttribute.h
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmBasicOffsetTable.h
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmByteBuffer.h
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmByteSwapFilter.cxx
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmByteSwapFilter.h
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmByteValue.cxx
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmByteValue.h
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmCP246ExplicitDataElement.cxx
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmCP246ExplicitDataElement.h
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmCP246ExplicitDataElement.txx
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmCSAElement.h
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmCSAHeader.cxx
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmCSAHeader.h
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmCodeString.cxx
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmCodeString.h
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmDataElement.cxx
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmDataElement.h
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmDataSet.cxx
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmDataSet.h
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmDataSet.txx
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmDataSetEvent.cxx
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmDataSetEvent.h
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmElement.h
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmExplicitDataElement.cxx
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmExplicitDataElement.h
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmExplicitDataElement.txx
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmExplicitImplicitDataElement.cxx
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmExplicitImplicitDataElement.h
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmExplicitImplicitDataElement.txx
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmFile.cxx
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmFile.h
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmFileMetaInformation.cxx
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmFileMetaInformation.h
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmFileSet.cxx
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmFileSet.h
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmFragment.cxx
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmFragment.h
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmFragment.txx
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmImplicitDataElement.cxx
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmImplicitDataElement.h
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmImplicitDataElement.txx
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmItem.cxx
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmItem.h
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmItem.txx
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmLO.h
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmMediaStorage.cxx
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmMediaStorage.h
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmMrProtocol.cxx
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmMrProtocol.h
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmPDBElement.h
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmPDBHeader.cxx
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmPDBHeader.h
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmParseException.cxx
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmParseException.h
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmParser.cxx
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmParser.h
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmPreamble.cxx
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmPreamble.h
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmPrivateTag.cxx
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmPrivateTag.h
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmReader.cxx
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmReader.h
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmReader.strict.cxx
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmSequenceOfFragments.cxx
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmSequenceOfFragments.h
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmSequenceOfFragments.txx
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmSequenceOfItems.cxx
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmSequenceOfItems.h
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmSequenceOfItems.txx
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmTag.cxx
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmTag.h
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmTagToVR.cxx
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmTagToVR.h
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmTransferSyntax.cxx
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmTransferSyntax.h
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmUNExplicitDataElement.cxx
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmUNExplicitDataElement.h
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmUNExplicitDataElement.txx
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmUNExplicitImplicitDataElement.cxx
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmUNExplicitImplicitDataElement.h
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmUNExplicitImplicitDataElement.txx
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmVL.h
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmVM.cxx
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmVM.h
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmVR.cxx
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmVR.h
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmVR16ExplicitDataElement.cxx
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmVR16ExplicitDataElement.h
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmVR16ExplicitDataElement.txx
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmValue.cxx
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmValue.h
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmValue.txx
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmValueIO.h
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmValueIO.txx
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmWriter.cxx
gdcm_src/Source/DataStructureAndEncodingDefinition/gdcmWriter.h
gdcm_src/Source/InformationObjectDefinition/CMakeLists.txt
gdcm_src/Source/InformationObjectDefinition/ParseAttributes.py
gdcm_src/Source/InformationObjectDefinition/Part3.xml
gdcm_src/Source/InformationObjectDefinition/Part3.xsl
gdcm_src/Source/InformationObjectDefinition/Part3New.xsl
gdcm_src/Source/InformationObjectDefinition/Part4.xml
gdcm_src/Source/InformationObjectDefinition/Part4.xsl
gdcm_src/Source/InformationObjectDefinition/Part4ToC++.xsl
gdcm_src/Source/InformationObjectDefinition/README.txt
gdcm_src/Source/InformationObjectDefinition/Template.xml.in
gdcm_src/Source/InformationObjectDefinition/ValueRepresentation.xsd
gdcm_src/Source/InformationObjectDefinition/extract.xsl
gdcm_src/Source/InformationObjectDefinition/gdcmDefinedTerms.cxx
gdcm_src/Source/InformationObjectDefinition/gdcmDefinedTerms.h
gdcm_src/Source/InformationObjectDefinition/gdcmDefs.cxx
gdcm_src/Source/InformationObjectDefinition/gdcmDefs.h
gdcm_src/Source/InformationObjectDefinition/gdcmEnumeratedValues.cxx
gdcm_src/Source/InformationObjectDefinition/gdcmEnumeratedValues.h
gdcm_src/Source/InformationObjectDefinition/gdcmIOD.cxx
gdcm_src/Source/InformationObjectDefinition/gdcmIOD.h
gdcm_src/Source/InformationObjectDefinition/gdcmIODEntry.cxx
gdcm_src/Source/InformationObjectDefinition/gdcmIODEntry.h
gdcm_src/Source/InformationObjectDefinition/gdcmIODs.h
gdcm_src/Source/InformationObjectDefinition/gdcmMacro.cxx
gdcm_src/Source/InformationObjectDefinition/gdcmMacro.h
gdcm_src/Source/InformationObjectDefinition/gdcmMacroEntry.h
gdcm_src/Source/InformationObjectDefinition/gdcmMacros.cxx
gdcm_src/Source/InformationObjectDefinition/gdcmMacros.h
gdcm_src/Source/InformationObjectDefinition/gdcmModule.cxx
gdcm_src/Source/InformationObjectDefinition/gdcmModule.h
gdcm_src/Source/InformationObjectDefinition/gdcmModuleEntry.h
gdcm_src/Source/InformationObjectDefinition/gdcmModules.cxx
gdcm_src/Source/InformationObjectDefinition/gdcmModules.h
gdcm_src/Source/InformationObjectDefinition/gdcmNestedModuleEntries.cxx
gdcm_src/Source/InformationObjectDefinition/gdcmNestedModuleEntries.h
gdcm_src/Source/InformationObjectDefinition/gdcmPatient.cxx
gdcm_src/Source/InformationObjectDefinition/gdcmPatient.h
gdcm_src/Source/InformationObjectDefinition/gdcmSeries.cxx
gdcm_src/Source/InformationObjectDefinition/gdcmSeries.h
gdcm_src/Source/InformationObjectDefinition/gdcmStudy.cxx
gdcm_src/Source/InformationObjectDefinition/gdcmStudy.h
gdcm_src/Source/InformationObjectDefinition/gdcmTable.cxx
gdcm_src/Source/InformationObjectDefinition/gdcmTable.h
gdcm_src/Source/InformationObjectDefinition/gdcmTableEntry.h
gdcm_src/Source/InformationObjectDefinition/gdcmTableReader.cxx
gdcm_src/Source/InformationObjectDefinition/gdcmTableReader.h
gdcm_src/Source/InformationObjectDefinition/gdcmTables.h.in
gdcm_src/Source/InformationObjectDefinition/gdcmType.cxx
gdcm_src/Source/InformationObjectDefinition/gdcmType.h
gdcm_src/Source/InformationObjectDefinition/gdcmUsage.cxx
gdcm_src/Source/InformationObjectDefinition/gdcmUsage.h
gdcm_src/Source/InformationObjectDefinition/gdcmXMLDictReader.cxx
gdcm_src/Source/InformationObjectDefinition/gdcmXMLDictReader.h
gdcm_src/Source/InformationObjectDefinition/gdcmXMLPrivateDictReader.cxx
gdcm_src/Source/InformationObjectDefinition/gdcmXMLPrivateDictReader.h
gdcm_src/Source/InformationObjectDefinition/getelements.xsl
gdcm_src/Source/InformationObjectDefinition/ma2html.xsl
gdcm_src/Source/InformationObjectDefinition/ma2pdf.xsl
gdcm_src/Source/MediaStorageAndFileFormat/CMakeLists.txt
gdcm_src/Source/MediaStorageAndFileFormat/FileMetaInformation.txt
gdcm_src/Source/MediaStorageAndFileFormat/README.txt
gdcm_src/Source/MediaStorageAndFileFormat/TODO.txt
gdcm_src/Source/MediaStorageAndFileFormat/gdcmAnonymizeEvent.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmAnonymizeEvent.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmAnonymizer.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmAnonymizer.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmApplicationEntity.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmApplicationEntity.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmAudioCodec.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmAudioCodec.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmBitmap.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmBitmap.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmBitmapToBitmapFilter.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmBitmapToBitmapFilter.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmCleaner.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmCleaner.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmCodec.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmCoder.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmConstCharWrapper.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmCurve.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmCurve.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmDICOMDIR.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmDICOMDIR.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmDICOMDIRGenerator.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmDICOMDIRGenerator.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmDPath.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmDPath.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmDataSetHelper.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmDataSetHelper.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmDecoder.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmDeltaEncodingCodec.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmDeltaEncodingCodec.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmDictPrinter.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmDictPrinter.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmDirectionCosines.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmDirectionCosines.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmDirectoryHelper.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmDirectoryHelper.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmDumper.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmDumper.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmEmptyMaskGenerator.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmEmptyMaskGenerator.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmEncapsulatedDocument.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmEncapsulatedDocument.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmEquipmentManufacturer.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmEquipmentManufacturer.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmFiducials.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmFiducials.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmFileAnonymizer.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmFileAnonymizer.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmFileChangeTransferSyntax.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmFileChangeTransferSyntax.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmFileDecompressLookupTable.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmFileDecompressLookupTable.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmFileDerivation.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmFileDerivation.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmFileExplicitFilter.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmFileExplicitFilter.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmFileStreamer.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmFileStreamer.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmIPPSorter.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmIPPSorter.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmIconImage.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmIconImage.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmIconImageFilter.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmIconImageFilter.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmIconImageGenerator.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmIconImageGenerator.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmImage.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmImage.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmImageApplyLookupTable.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmImageApplyLookupTable.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmImageChangePhotometricInterpretation.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmImageChangePhotometricInterpretation.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmImageChangePlanarConfiguration.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmImageChangePlanarConfiguration.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmImageChangeTransferSyntax.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmImageChangeTransferSyntax.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmImageCodec.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmImageCodec.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmImageConverter.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmImageConverter.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmImageFragmentSplitter.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmImageFragmentSplitter.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmImageHelper.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmImageHelper.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmImageReader.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmImageReader.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmImageRegionReader.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmImageRegionReader.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmImageToImageFilter.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmImageToImageFilter.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmImageWriter.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmImageWriter.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmJPEG12Codec.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmJPEG12Codec.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmJPEG16Codec.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmJPEG16Codec.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmJPEG2000Codec.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmJPEG2000Codec.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmJPEG8Codec.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmJPEG8Codec.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmJPEGBITSCodec.hxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmJPEGCodec.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmJPEGCodec.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmJPEGLSCodec.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmJPEGLSCodec.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmJSON.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmJSON.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmKAKADUCodec.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmKAKADUCodec.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmLookupTable.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmLookupTable.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmMEC_MR3.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmMEC_MR3.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmMeshPrimitive.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmMeshPrimitive.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmOrientation.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmOrientation.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmOverlay.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmOverlay.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmPDFCodec.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmPDFCodec.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmPGXCodec.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmPGXCodec.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmPNMCodec.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmPNMCodec.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmPVRGCodec.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmPVRGCodec.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmPersonName.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmPersonName.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmPhotometricInterpretation.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmPhotometricInterpretation.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmPixelFormat.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmPixelFormat.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmPixmap.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmPixmap.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmPixmapReader.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmPixmapReader.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmPixmapToPixmapFilter.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmPixmapToPixmapFilter.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmPixmapWriter.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmPixmapWriter.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmPrinter.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmPrinter.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmRAWCodec.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmRAWCodec.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmRLECodec.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmRLECodec.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmRescaler.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmRescaler.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmScanner.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmScanner.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmScanner2.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmScanner2.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmSegment.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmSegment.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmSegmentHelper.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmSegmentHelper.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmSegmentReader.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmSegmentReader.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmSegmentWriter.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmSegmentWriter.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmSegmentedPaletteColorLookupTable.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmSegmentedPaletteColorLookupTable.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmSerieHelper.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmSerieHelper.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmSimpleSubjectWatcher.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmSimpleSubjectWatcher.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmSorter.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmSorter.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmSpacing.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmSpacing.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmSpectroscopy.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmSpectroscopy.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmSplitMosaicFilter.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmSplitMosaicFilter.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmStreamImageReader.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmStreamImageReader.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmStreamImageWriter.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmStreamImageWriter.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmStrictScanner.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmStrictScanner.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmStrictScanner2.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmStrictScanner2.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmStringFilter.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmStringFilter.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmSurface.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmSurface.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmSurfaceHelper.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmSurfaceHelper.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmSurfaceReader.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmSurfaceReader.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmSurfaceWriter.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmSurfaceWriter.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmTagPath.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmTagPath.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmUIDGenerator.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmUIDGenerator.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmUUIDGenerator.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmUUIDGenerator.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmValidate.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmValidate.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmWaveform.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmWaveform.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcmXMLPrinter.cxx
gdcm_src/Source/MediaStorageAndFileFormat/gdcmXMLPrinter.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcm_j2k.h
gdcm_src/Source/MediaStorageAndFileFormat/gdcm_jp2.h
gdcm_src/Source/MessageExchangeDefinition/CMakeLists.txt
gdcm_src/Source/MessageExchangeDefinition/README.txt
gdcm_src/Source/MessageExchangeDefinition/gdcmAAbortPDU.cxx
gdcm_src/Source/MessageExchangeDefinition/gdcmAAbortPDU.h
gdcm_src/Source/MessageExchangeDefinition/gdcmAAssociateACPDU.cxx
gdcm_src/Source/MessageExchangeDefinition/gdcmAAssociateACPDU.h
gdcm_src/Source/MessageExchangeDefinition/gdcmAAssociateRJPDU.cxx
gdcm_src/Source/MessageExchangeDefinition/gdcmAAssociateRJPDU.h
gdcm_src/Source/MessageExchangeDefinition/gdcmAAssociateRQPDU.cxx
gdcm_src/Source/MessageExchangeDefinition/gdcmAAssociateRQPDU.h
gdcm_src/Source/MessageExchangeDefinition/gdcmARTIMTimer.cxx
gdcm_src/Source/MessageExchangeDefinition/gdcmARTIMTimer.h
gdcm_src/Source/MessageExchangeDefinition/gdcmAReleaseRPPDU.cxx
gdcm_src/Source/MessageExchangeDefinition/gdcmAReleaseRPPDU.h
gdcm_src/Source/MessageExchangeDefinition/gdcmAReleaseRQPDU.cxx
gdcm_src/Source/MessageExchangeDefinition/gdcmAReleaseRQPDU.h
gdcm_src/Source/MessageExchangeDefinition/gdcmAbstractSyntax.cxx
gdcm_src/Source/MessageExchangeDefinition/gdcmAbstractSyntax.h
gdcm_src/Source/MessageExchangeDefinition/gdcmApplicationContext.cxx
gdcm_src/Source/MessageExchangeDefinition/gdcmApplicationContext.h
gdcm_src/Source/MessageExchangeDefinition/gdcmAsynchronousOperationsWindowSub.cxx
gdcm_src/Source/MessageExchangeDefinition/gdcmAsynchronousOperationsWindowSub.h
gdcm_src/Source/MessageExchangeDefinition/gdcmBaseCompositeMessage.h
gdcm_src/Source/MessageExchangeDefinition/gdcmBaseNormalizedMessage.h
gdcm_src/Source/MessageExchangeDefinition/gdcmBasePDU.h
gdcm_src/Source/MessageExchangeDefinition/gdcmBaseQuery.cxx
gdcm_src/Source/MessageExchangeDefinition/gdcmBaseQuery.h
gdcm_src/Source/MessageExchangeDefinition/gdcmBaseRootQuery.cxx
gdcm_src/Source/MessageExchangeDefinition/gdcmBaseRootQuery.h
gdcm_src/Source/MessageExchangeDefinition/gdcmCEchoMessages.cxx
gdcm_src/Source/MessageExchangeDefinition/gdcmCEchoMessages.h
gdcm_src/Source/MessageExchangeDefinition/gdcmCFindMessages.cxx
gdcm_src/Source/MessageExchangeDefinition/gdcmCFindMessages.h
gdcm_src/Source/MessageExchangeDefinition/gdcmCMoveMessages.cxx
gdcm_src/Source/MessageExchangeDefinition/gdcmCMoveMessages.h
gdcm_src/Source/MessageExchangeDefinition/gdcmCStoreMessages.cxx
gdcm_src/Source/MessageExchangeDefinition/gdcmCStoreMessages.h
gdcm_src/Source/MessageExchangeDefinition/gdcmCommandDataSet.cxx
gdcm_src/Source/MessageExchangeDefinition/gdcmCommandDataSet.h
gdcm_src/Source/MessageExchangeDefinition/gdcmCompositeMessageFactory.cxx
gdcm_src/Source/MessageExchangeDefinition/gdcmCompositeMessageFactory.h
gdcm_src/Source/MessageExchangeDefinition/gdcmCompositeNetworkFunctions.cxx
gdcm_src/Source/MessageExchangeDefinition/gdcmCompositeNetworkFunctions.h
gdcm_src/Source/MessageExchangeDefinition/gdcmDIMSE.h
gdcm_src/Source/MessageExchangeDefinition/gdcmFindPatientRootQuery.cxx
gdcm_src/Source/MessageExchangeDefinition/gdcmFindPatientRootQuery.h
gdcm_src/Source/MessageExchangeDefinition/gdcmFindStudyRootQuery.cxx
gdcm_src/Source/MessageExchangeDefinition/gdcmFindStudyRootQuery.h
gdcm_src/Source/MessageExchangeDefinition/gdcmImplementationClassUIDSub.cxx
gdcm_src/Source/MessageExchangeDefinition/gdcmImplementationClassUIDSub.h
gdcm_src/Source/MessageExchangeDefinition/gdcmImplementationUIDSub.cxx
gdcm_src/Source/MessageExchangeDefinition/gdcmImplementationUIDSub.h
gdcm_src/Source/MessageExchangeDefinition/gdcmImplementationVersionNameSub.cxx
gdcm_src/Source/MessageExchangeDefinition/gdcmImplementationVersionNameSub.h
gdcm_src/Source/MessageExchangeDefinition/gdcmMaximumLengthSub.cxx
gdcm_src/Source/MessageExchangeDefinition/gdcmMaximumLengthSub.h
gdcm_src/Source/MessageExchangeDefinition/gdcmModalityPerformedProcedureStepCreateQuery.cxx
gdcm_src/Source/MessageExchangeDefinition/gdcmModalityPerformedProcedureStepCreateQuery.h
gdcm_src/Source/MessageExchangeDefinition/gdcmModalityPerformedProcedureStepSetQuery.cxx
gdcm_src/Source/MessageExchangeDefinition/gdcmModalityPerformedProcedureStepSetQuery.h
gdcm_src/Source/MessageExchangeDefinition/gdcmMovePatientRootQuery.cxx
gdcm_src/Source/MessageExchangeDefinition/gdcmMovePatientRootQuery.h
gdcm_src/Source/MessageExchangeDefinition/gdcmMoveStudyRootQuery.cxx
gdcm_src/Source/MessageExchangeDefinition/gdcmMoveStudyRootQuery.h
gdcm_src/Source/MessageExchangeDefinition/gdcmNActionMessages.cxx
gdcm_src/Source/MessageExchangeDefinition/gdcmNActionMessages.h
gdcm_src/Source/MessageExchangeDefinition/gdcmNCreateMessages.cxx
gdcm_src/Source/MessageExchangeDefinition/gdcmNCreateMessages.h
gdcm_src/Source/MessageExchangeDefinition/gdcmNDeleteMessages.cxx
gdcm_src/Source/MessageExchangeDefinition/gdcmNDeleteMessages.h
gdcm_src/Source/MessageExchangeDefinition/gdcmNEventReportMessages.cxx
gdcm_src/Source/MessageExchangeDefinition/gdcmNEventReportMessages.h
gdcm_src/Source/MessageExchangeDefinition/gdcmNGetMessages.cxx
gdcm_src/Source/MessageExchangeDefinition/gdcmNGetMessages.h
gdcm_src/Source/MessageExchangeDefinition/gdcmNSetMessages.cxx
gdcm_src/Source/MessageExchangeDefinition/gdcmNSetMessages.h
gdcm_src/Source/MessageExchangeDefinition/gdcmNetworkEvents.h
gdcm_src/Source/MessageExchangeDefinition/gdcmNetworkStateID.h
gdcm_src/Source/MessageExchangeDefinition/gdcmNormalizedMessageFactory.cxx
gdcm_src/Source/MessageExchangeDefinition/gdcmNormalizedMessageFactory.h
gdcm_src/Source/MessageExchangeDefinition/gdcmNormalizedNetworkFunctions.cxx
gdcm_src/Source/MessageExchangeDefinition/gdcmNormalizedNetworkFunctions.h
gdcm_src/Source/MessageExchangeDefinition/gdcmPDUFactory.cxx
gdcm_src/Source/MessageExchangeDefinition/gdcmPDUFactory.h
gdcm_src/Source/MessageExchangeDefinition/gdcmPDataTFPDU.cxx
gdcm_src/Source/MessageExchangeDefinition/gdcmPDataTFPDU.h
gdcm_src/Source/MessageExchangeDefinition/gdcmPresentationContext.cxx
gdcm_src/Source/MessageExchangeDefinition/gdcmPresentationContext.h
gdcm_src/Source/MessageExchangeDefinition/gdcmPresentationContextAC.cxx
gdcm_src/Source/MessageExchangeDefinition/gdcmPresentationContextAC.h
gdcm_src/Source/MessageExchangeDefinition/gdcmPresentationContextGenerator.cxx
gdcm_src/Source/MessageExchangeDefinition/gdcmPresentationContextGenerator.h
gdcm_src/Source/MessageExchangeDefinition/gdcmPresentationContextRQ.cxx
gdcm_src/Source/MessageExchangeDefinition/gdcmPresentationContextRQ.h
gdcm_src/Source/MessageExchangeDefinition/gdcmPresentationDataValue.cxx
gdcm_src/Source/MessageExchangeDefinition/gdcmPresentationDataValue.h
gdcm_src/Source/MessageExchangeDefinition/gdcmQueryBase.cxx
gdcm_src/Source/MessageExchangeDefinition/gdcmQueryBase.h
gdcm_src/Source/MessageExchangeDefinition/gdcmQueryFactory.cxx
gdcm_src/Source/MessageExchangeDefinition/gdcmQueryFactory.h
gdcm_src/Source/MessageExchangeDefinition/gdcmQueryImage.cxx
gdcm_src/Source/MessageExchangeDefinition/gdcmQueryImage.h
gdcm_src/Source/MessageExchangeDefinition/gdcmQueryPatient.cxx
gdcm_src/Source/MessageExchangeDefinition/gdcmQueryPatient.h
gdcm_src/Source/MessageExchangeDefinition/gdcmQuerySeries.cxx
gdcm_src/Source/MessageExchangeDefinition/gdcmQuerySeries.h
gdcm_src/Source/MessageExchangeDefinition/gdcmQueryStudy.cxx
gdcm_src/Source/MessageExchangeDefinition/gdcmQueryStudy.h
gdcm_src/Source/MessageExchangeDefinition/gdcmRoleSelectionSub.cxx
gdcm_src/Source/MessageExchangeDefinition/gdcmRoleSelectionSub.h
gdcm_src/Source/MessageExchangeDefinition/gdcmSOPClassExtendedNegociationSub.cxx
gdcm_src/Source/MessageExchangeDefinition/gdcmSOPClassExtendedNegociationSub.h
gdcm_src/Source/MessageExchangeDefinition/gdcmServiceClassApplicationInformation.cxx
gdcm_src/Source/MessageExchangeDefinition/gdcmServiceClassApplicationInformation.h
gdcm_src/Source/MessageExchangeDefinition/gdcmServiceClassUser.cxx
gdcm_src/Source/MessageExchangeDefinition/gdcmServiceClassUser.h
gdcm_src/Source/MessageExchangeDefinition/gdcmTransferSyntaxSub.cxx
gdcm_src/Source/MessageExchangeDefinition/gdcmTransferSyntaxSub.h
gdcm_src/Source/MessageExchangeDefinition/gdcmULAction.h
gdcm_src/Source/MessageExchangeDefinition/gdcmULActionAA.cxx
gdcm_src/Source/MessageExchangeDefinition/gdcmULActionAA.h
gdcm_src/Source/MessageExchangeDefinition/gdcmULActionAE.cxx
gdcm_src/Source/MessageExchangeDefinition/gdcmULActionAE.h
gdcm_src/Source/MessageExchangeDefinition/gdcmULActionAR.cxx
gdcm_src/Source/MessageExchangeDefinition/gdcmULActionAR.h
gdcm_src/Source/MessageExchangeDefinition/gdcmULActionDT.cxx
gdcm_src/Source/MessageExchangeDefinition/gdcmULActionDT.h
gdcm_src/Source/MessageExchangeDefinition/gdcmULBasicCallback.cxx
gdcm_src/Source/MessageExchangeDefinition/gdcmULBasicCallback.h
gdcm_src/Source/MessageExchangeDefinition/gdcmULConnection.cxx
gdcm_src/Source/MessageExchangeDefinition/gdcmULConnection.h
gdcm_src/Source/MessageExchangeDefinition/gdcmULConnectionCallback.h
gdcm_src/Source/MessageExchangeDefinition/gdcmULConnectionInfo.cxx
gdcm_src/Source/MessageExchangeDefinition/gdcmULConnectionInfo.h
gdcm_src/Source/MessageExchangeDefinition/gdcmULConnectionManager.cxx
gdcm_src/Source/MessageExchangeDefinition/gdcmULConnectionManager.h
gdcm_src/Source/MessageExchangeDefinition/gdcmULEvent.h
gdcm_src/Source/MessageExchangeDefinition/gdcmULTransitionTable.cxx
gdcm_src/Source/MessageExchangeDefinition/gdcmULTransitionTable.h
gdcm_src/Source/MessageExchangeDefinition/gdcmULWritingCallback.cxx
gdcm_src/Source/MessageExchangeDefinition/gdcmULWritingCallback.h
gdcm_src/Source/MessageExchangeDefinition/gdcmUserInformation.cxx
gdcm_src/Source/MessageExchangeDefinition/gdcmUserInformation.h
gdcm_src/Source/MessageExchangeDefinition/gdcmWLMFindQuery.cxx
gdcm_src/Source/MessageExchangeDefinition/gdcmWLMFindQuery.h
gdcm_src/Utilities/CMakeLists.txt
gdcm_src/Utilities/gdcm_charls.h
gdcm_src/Utilities/gdcm_expat.h
gdcm_src/Utilities/gdcm_ljpeg12.h
gdcm_src/Utilities/gdcm_ljpeg16.h
gdcm_src/Utilities/gdcm_ljpeg8.h
gdcm_src/Utilities/gdcm_md5.h
gdcm_src/Utilities/gdcm_openjpeg.h
gdcm_src/Utilities/gdcm_uuid.h
gdcm_src/Utilities/gdcm_zlib.h
gdcm_src/Utilities/KWStyle/CMakeLists.txt
gdcm_src/Utilities/KWStyle/GDCM.kws.xml.in
gdcm_src/Utilities/KWStyle/GDCMFiles.txt.in
gdcm_src/Utilities/KWStyle/GDCMHeader.h
gdcm_src/Utilities/KWStyle/GDCMOverwrite.txt
gdcm_src/Utilities/Release/README.md
gdcm_src/Utilities/Release/README.txt
gdcm_src/Utilities/Release/bootstrap.sh
gdcm_src/Utilities/Release/config.linux
gdcm_src/Utilities/Release/config.win32
gdcm_src/Utilities/Release/makerelease.sh
gdcm_src/Utilities/Release/release.bat
gdcm_src/Utilities/Release/release.sh
gdcm_src/Utilities/Release/upload.sh
gdcm_src/Utilities/VTK/.NoDartCoverage
gdcm_src/Utilities/VTK/AssemblyInfo.cs.in
gdcm_src/Utilities/VTK/CMakeLists.txt
gdcm_src/Utilities/VTK/CscArgs.txt.in
gdcm_src/Utilities/VTK/GDCMImageGUI.xml
gdcm_src/Utilities/VTK/GDCMImageReader.xml
gdcm_src/Utilities/VTK/JavaDependencies.cmake.in
gdcm_src/Utilities/VTK/MummySettings.xml.in
gdcm_src/Utilities/VTK/dllexportconf.cs
gdcm_src/Utilities/VTK/gccxml.cxx.in
gdcm_src/Utilities/VTK/manifest.txt
gdcm_src/Utilities/VTK/vtkGDCMImageReader.cxx
gdcm_src/Utilities/VTK/vtkGDCMImageReader.h
gdcm_src/Utilities/VTK/vtkGDCMImageReader2.cxx
gdcm_src/Utilities/VTK/vtkGDCMImageReader2.h
gdcm_src/Utilities/VTK/vtkGDCMImageReader_Extra.cs
gdcm_src/Utilities/VTK/vtkGDCMImageWriter.cxx
gdcm_src/Utilities/VTK/vtkGDCMImageWriter.h
gdcm_src/Utilities/VTK/vtkGDCMMedicalImageProperties.cxx
gdcm_src/Utilities/VTK/vtkGDCMMedicalImageProperties.h
gdcm_src/Utilities/VTK/vtkGDCMPolyDataReader.cxx
gdcm_src/Utilities/VTK/vtkGDCMPolyDataReader.h
gdcm_src/Utilities/VTK/vtkGDCMPolyDataWriter.cxx
gdcm_src/Utilities/VTK/vtkGDCMPolyDataWriter.h
gdcm_src/Utilities/VTK/vtkGDCMTesting.cxx
gdcm_src/Utilities/VTK/vtkGDCMTesting.h
gdcm_src/Utilities/VTK/vtkGDCMThreadedImageReader.cxx
gdcm_src/Utilities/VTK/vtkGDCMThreadedImageReader.h
gdcm_src/Utilities/VTK/vtkGDCMThreadedImageReader2.cxx
gdcm_src/Utilities/VTK/vtkGDCMThreadedImageReader2.h
gdcm_src/Utilities/VTK/vtkImageColorViewer.cxx
gdcm_src/Utilities/VTK/vtkImageColorViewer.h
gdcm_src/Utilities/VTK/vtkImageMapToColors16.cxx
gdcm_src/Utilities/VTK/vtkImageMapToColors16.h
gdcm_src/Utilities/VTK/vtkImageMapToWindowLevelColors2.cxx
gdcm_src/Utilities/VTK/vtkImageMapToWindowLevelColors2.h
gdcm_src/Utilities/VTK/vtkImagePlanarComponentsToComponents.cxx
gdcm_src/Utilities/VTK/vtkImagePlanarComponentsToComponents.h
gdcm_src/Utilities/VTK/vtkImageRGBToYBR.cxx
gdcm_src/Utilities/VTK/vtkImageRGBToYBR.h
gdcm_src/Utilities/VTK/vtkImageYBRToRGB.cxx
gdcm_src/Utilities/VTK/vtkImageYBRToRGB.h
gdcm_src/Utilities/VTK/vtkLookupTable16.cxx
gdcm_src/Utilities/VTK/vtkLookupTable16.h
gdcm_src/Utilities/VTK/vtkRTStructSetProperties.cxx
gdcm_src/Utilities/VTK/vtkRTStructSetProperties.h
gdcm_src/Utilities/VTK/vtkgdcm.i
gdcm_src/Utilities/VTK/vtkgdcm.module
gdcm_src/Utilities/VTK/vtkgdcm.py
gdcm_src/Utilities/VTK/vtkgdcmModule.h.in
gdcm_src/Utilities/VTK/Applications/CMakeLists.txt
gdcm_src/Utilities/VTK/Applications/gdcm2pnm.cxx
gdcm_src/Utilities/VTK/Applications/gdcm2vtk.cxx
gdcm_src/Utilities/VTK/Applications/gdcmviewer.cxx
gdcm_src/Utilities/VTK/Examples/CMakeLists.txt
gdcm_src/Utilities/VTK/Examples/Csharp/CMakeLists.txt
gdcm_src/Utilities/VTK/Examples/Csharp/HelloActiviz.cs
gdcm_src/Utilities/VTK/Examples/Csharp/HelloActiviz2.cs
gdcm_src/Utilities/VTK/Examples/Csharp/HelloActiviz3.cs
gdcm_src/Utilities/VTK/Examples/Csharp/HelloActiviz4.cs
gdcm_src/Utilities/VTK/Examples/Csharp/HelloActiviz5.cs
gdcm_src/Utilities/VTK/Examples/Csharp/HelloVTKWorld.cs
gdcm_src/Utilities/VTK/Examples/Csharp/HelloVTKWorld2.cs
gdcm_src/Utilities/VTK/Examples/Csharp/MetaImageMD5Activiz.cs
gdcm_src/Utilities/VTK/Examples/Csharp/RefCounting.cs
gdcm_src/Utilities/VTK/Examples/Cxx/CMakeLists.txt
gdcm_src/Utilities/VTK/Examples/Cxx/Compute3DSpacing.cxx
gdcm_src/Utilities/VTK/Examples/Cxx/Convert16BitsTo8Bits.cxx
gdcm_src/Utilities/VTK/Examples/Cxx/ConvertMultiFrameToSingleFrame.cxx
gdcm_src/Utilities/VTK/Examples/Cxx/ConvertRGBToLuminance.cxx
gdcm_src/Utilities/VTK/Examples/Cxx/ConvertSingleBitTo8Bits.cxx
gdcm_src/Utilities/VTK/Examples/Cxx/CreateFakePET.cxx
gdcm_src/Utilities/VTK/Examples/Cxx/CreateFakeRTDOSE.cxx
gdcm_src/Utilities/VTK/Examples/Cxx/GenerateRTSTRUCT.cxx
gdcm_src/Utilities/VTK/Examples/Cxx/MagnifyFile.cxx
gdcm_src/Utilities/VTK/Examples/Cxx/gdcmorthoplanes.cxx
gdcm_src/Utilities/VTK/Examples/Cxx/gdcmreslice.cxx
gdcm_src/Utilities/VTK/Examples/Cxx/gdcmrtionplan.cxx
gdcm_src/Utilities/VTK/Examples/Cxx/gdcmrtplan.cxx
gdcm_src/Utilities/VTK/Examples/Cxx/gdcmscene.cxx
gdcm_src/Utilities/VTK/Examples/Cxx/gdcmtexture.cxx
gdcm_src/Utilities/VTK/Examples/Cxx/gdcmvolume.cxx
gdcm_src/Utilities/VTK/Examples/Cxx/offscreenimage.cxx
gdcm_src/Utilities/VTK/Examples/Cxx/reslicesphere.cxx
gdcm_src/Utilities/VTK/Examples/Cxx/rtstructapp.cxx
gdcm_src/Utilities/VTK/Examples/Cxx/threadgdcm.cxx
gdcm_src/Utilities/VTK/Examples/Java/AWTMedical3.java
gdcm_src/Utilities/VTK/Examples/Java/CMakeLists.txt
gdcm_src/Utilities/VTK/Examples/Java/HelloVTKWorld.java
gdcm_src/Utilities/VTK/Examples/Java/MIPViewer.java
gdcm_src/Utilities/VTK/Examples/Java/MPRViewer.java
gdcm_src/Utilities/VTK/Examples/Java/MPRViewer2.java
gdcm_src/Utilities/VTK/Examples/Java/ReadSeriesIntoVTK.java
gdcm_src/Utilities/VTK/Examples/PHP/generate_png.php
gdcm_src/Utilities/VTK/Examples/Python/CastConvertPhilips.py
gdcm_src/Utilities/VTK/Examples/Python/headsq2dcm.py
gdcm_src/Utilities/VTK/Testing/CMakeLists.txt
gdcm_src/Utilities/VTK/Testing/Cxx/CMakeLists.txt
gdcm_src/Utilities/VTK/Testing/Cxx/TestvtkGDCMImageActor.cxx
gdcm_src/Utilities/VTK/Testing/Cxx/TestvtkGDCMImageReader.cxx
gdcm_src/Utilities/VTK/Testing/Cxx/TestvtkGDCMImageReader1.cxx
gdcm_src/Utilities/VTK/Testing/Cxx/TestvtkGDCMImageReader2_1.cxx
gdcm_src/Utilities/VTK/Testing/Cxx/TestvtkGDCMImageReader2_2.cxx
gdcm_src/Utilities/VTK/Testing/Cxx/TestvtkGDCMImageReader2_3.cxx
gdcm_src/Utilities/VTK/Testing/Cxx/TestvtkGDCMImageReader3.cxx
gdcm_src/Utilities/VTK/Testing/Cxx/TestvtkGDCMImageReader4.cxx
gdcm_src/Utilities/VTK/Testing/Cxx/TestvtkGDCMImageReaderIsLossy.cxx
gdcm_src/Utilities/VTK/Testing/Cxx/TestvtkGDCMImageViewer.cxx
gdcm_src/Utilities/VTK/Testing/Cxx/TestvtkGDCMImageWriter1.cxx
gdcm_src/Utilities/VTK/Testing/Cxx/TestvtkGDCMImageWriter2.cxx
gdcm_src/Utilities/VTK/Testing/Cxx/TestvtkGDCMImageWriterIsLossy.cxx
gdcm_src/Utilities/VTK/Testing/Cxx/TestvtkGDCMMetaImageWriter.cxx
gdcm_src/Utilities/VTK/Testing/Cxx/TestvtkGDCMMetaImageWriter2.cxx
gdcm_src/Utilities/VTK/Testing/Cxx/TestvtkGDCMPolyDataReader.cxx
gdcm_src/Utilities/VTK/Testing/Cxx/TestvtkGDCMThreadedImageReader.cxx
gdcm_src/Utilities/VTK/Testing/Cxx/TestvtkGDCMThreadedImageReader2.cxx
gdcm_src/Utilities/VTK/Testing/Cxx/TestvtkImageChangeInformation.cxx
gdcm_src/Utilities/VTK/Testing/Java/CMakeLists.txt
gdcm_src/Utilities/VTK/Testing/Java/TestvtkGDCMImageReader.java
gdcm_src/Utilities/VTK/Testing/Python/CMakeLists.txt
gdcm_src/Utilities/VTK/Testing/Python/TestMultiframeGrayscaleWordSecondaryCaptureImageStorage.py
gdcm_src/Utilities/VTK/Testing/Python/TestvtkGDCMImageReader.py
gdcm_src/Utilities/VTK/Testing/Python/TestvtkGDCMImageReader2.py
gdcm_src/Utilities/VTK/Testing/Python/TestvtkGDCMImageWriter.py
gdcm_src/Utilities/VTK/Testing/Python/TestvtkGDCMThreadedImageReader.py
gdcm_src/Utilities/VTK/Testing/Python/TestvtkGDCMThreadedImageReader2.py
gdcm_src/Utilities/VTK/VTK4/vtkMedicalImageProperties.cxx
gdcm_src/Utilities/VTK/VTK4/vtkMedicalImageProperties.h
gdcm_src/Utilities/VTK/VTK4/vtkStringArray.cxx
gdcm_src/Utilities/VTK/VTK4/vtkStringArray.h
gdcm_src/Utilities/dicom3tools/process.sh
gdcm_src/Utilities/doxygen/CMakeLists.txt
gdcm_src/Utilities/doxygen/README
gdcm_src/Utilities/doxygen/README.txt.in
gdcm_src/Utilities/doxygen/TestsList.txt.in
gdcm_src/Utilities/doxygen/authors.xml
gdcm_src/Utilities/doxygen/doxyfile.in
gdcm_src/Utilities/doxygen/footer.html
gdcm_src/Utilities/doxygen/patchtex.cmake
gdcm_src/Utilities/doxygen/version.txt.in
gdcm_src/Utilities/doxygen/man/gdcm2pnm.xml
gdcm_src/Utilities/doxygen/man/gdcm2vtk.xml
gdcm_src/Utilities/doxygen/man/gdcmanon.xml
gdcm_src/Utilities/doxygen/man/gdcmclean.xml
gdcm_src/Utilities/doxygen/man/gdcmconv.xml
gdcm_src/Utilities/doxygen/man/gdcmdiff.xml
gdcm_src/Utilities/doxygen/man/gdcmdump.xml
gdcm_src/Utilities/doxygen/man/gdcmgendir.xml
gdcm_src/Utilities/doxygen/man/gdcmimg.xml
gdcm_src/Utilities/doxygen/man/gdcminfo.xml
gdcm_src/Utilities/doxygen/man/gdcmpap3.xml
gdcm_src/Utilities/doxygen/man/gdcmpdf.xml
gdcm_src/Utilities/doxygen/man/gdcmraw.xml
gdcm_src/Utilities/doxygen/man/gdcmscanner.xml
gdcm_src/Utilities/doxygen/man/gdcmscu.xml
gdcm_src/Utilities/doxygen/man/gdcmtar.xml
gdcm_src/Utilities/doxygen/man/gdcmviewer.xml
gdcm_src/Utilities/doxygen/man/gdcmxml.xml
gdcm_src/Utilities/doxygen/vtk/CMakeLists.txt
gdcm_src/Utilities/doxygen/vtk/doc_makeall.sh.in
gdcm_src/Utilities/doxygen/vtk/doxyfile.in
gdcm_src/Utilities/gdcmcharls/.NoDartCoverage
gdcm_src/Utilities/gdcmcharls/CMakeLists.txt
gdcm_src/Utilities/gdcmcharls/License.txt
gdcm_src/Utilities/gdcmcharls/README.GDCM.txt
gdcm_src/Utilities/gdcmcharls/charls.h
gdcm_src/Utilities/gdcmcharls/colortransform.h
gdcm_src/Utilities/gdcmcharls/context.h
gdcm_src/Utilities/gdcmcharls/contextrunmode.h
gdcm_src/Utilities/gdcmcharls/decoderstrategy.h
gdcm_src/Utilities/gdcmcharls/defaulttraits.h
gdcm_src/Utilities/gdcmcharls/encoderstrategy.h
gdcm_src/Utilities/gdcmcharls/interface.cpp
gdcm_src/Utilities/gdcmcharls/jlscodecfactory.h
gdcm_src/Utilities/gdcmcharls/jpegimagedatasegment.h
gdcm_src/Utilities/gdcmcharls/jpegls.cpp
gdcm_src/Utilities/gdcmcharls/jpegmarkercode.h
gdcm_src/Utilities/gdcmcharls/jpegmarkersegment.cpp
gdcm_src/Utilities/gdcmcharls/jpegmarkersegment.h
gdcm_src/Utilities/gdcmcharls/jpegsegment.h
gdcm_src/Utilities/gdcmcharls/jpegstreamreader.cpp
gdcm_src/Utilities/gdcmcharls/jpegstreamreader.h
gdcm_src/Utilities/gdcmcharls/jpegstreamwriter.cpp
gdcm_src/Utilities/gdcmcharls/jpegstreamwriter.h
gdcm_src/Utilities/gdcmcharls/lookuptable.h
gdcm_src/Utilities/gdcmcharls/losslesstraits.h
gdcm_src/Utilities/gdcmcharls/processline.h
gdcm_src/Utilities/gdcmcharls/publictypes.h
gdcm_src/Utilities/gdcmcharls/scan.h
gdcm_src/Utilities/gdcmcharls/styleanddesign.txt
gdcm_src/Utilities/gdcmcharls/util.h
gdcm_src/Utilities/gdcmexpat/.NoDartCoverage
gdcm_src/Utilities/gdcmexpat/CMakeLists.txt
gdcm_src/Utilities/gdcmexpat/COPYING
gdcm_src/Utilities/gdcmexpat/Changes
gdcm_src/Utilities/gdcmexpat/README
gdcm_src/Utilities/gdcmexpat/expat_config.h.in
gdcm_src/Utilities/gdcmexpat/expat_mangle.h.in
gdcm_src/Utilities/gdcmexpat/doc/reference.html
gdcm_src/Utilities/gdcmexpat/doc/style.css
gdcm_src/Utilities/gdcmexpat/doc/xmlwf.1
gdcm_src/Utilities/gdcmexpat/doc/xmlwf.sgml
gdcm_src/Utilities/gdcmexpat/examples/elements.c
gdcm_src/Utilities/gdcmexpat/examples/outline.c
gdcm_src/Utilities/gdcmexpat/lib/CMakeLists.txt
gdcm_src/Utilities/gdcmexpat/lib/ascii.h
gdcm_src/Utilities/gdcmexpat/lib/asciitab.h
gdcm_src/Utilities/gdcmexpat/lib/expat.h
gdcm_src/Utilities/gdcmexpat/lib/expat_external.h
gdcm_src/Utilities/gdcmexpat/lib/iasciitab.h
gdcm_src/Utilities/gdcmexpat/lib/internal.h
gdcm_src/Utilities/gdcmexpat/lib/latin1tab.h
gdcm_src/Utilities/gdcmexpat/lib/nametab.h
gdcm_src/Utilities/gdcmexpat/lib/utf8tab.h
gdcm_src/Utilities/gdcmexpat/lib/xmlparse.c
gdcm_src/Utilities/gdcmexpat/lib/xmlrole.c
gdcm_src/Utilities/gdcmexpat/lib/xmlrole.h
gdcm_src/Utilities/gdcmexpat/lib/xmltok.c
gdcm_src/Utilities/gdcmexpat/lib/xmltok.h
gdcm_src/Utilities/gdcmexpat/lib/xmltok_impl.c
gdcm_src/Utilities/gdcmexpat/lib/xmltok_impl.h
gdcm_src/Utilities/gdcmexpat/lib/xmltok_ns.c
gdcm_src/Utilities/gdcmexpat/tests/README.txt
gdcm_src/Utilities/gdcmexpat/tests/chardata.c
gdcm_src/Utilities/gdcmexpat/tests/chardata.h
gdcm_src/Utilities/gdcmexpat/tests/minicheck.c
gdcm_src/Utilities/gdcmexpat/tests/minicheck.h
gdcm_src/Utilities/gdcmexpat/tests/runtests.c
gdcm_src/Utilities/gdcmexpat/tests/runtestspp.cpp
gdcm_src/Utilities/gdcmexpat/tests/xmltest.sh
gdcm_src/Utilities/gdcmexpat/tests/benchmark/README.txt
gdcm_src/Utilities/gdcmexpat/tests/benchmark/benchmark.c
gdcm_src/Utilities/gdcmexpat/xmlwf/codepage.c
gdcm_src/Utilities/gdcmexpat/xmlwf/codepage.h
gdcm_src/Utilities/gdcmexpat/xmlwf/ct.c
gdcm_src/Utilities/gdcmexpat/xmlwf/filemap.h
gdcm_src/Utilities/gdcmexpat/xmlwf/readfilemap.c
gdcm_src/Utilities/gdcmexpat/xmlwf/unixfilemap.c
gdcm_src/Utilities/gdcmexpat/xmlwf/win32filemap.c
gdcm_src/Utilities/gdcmexpat/xmlwf/xmlfile.c
gdcm_src/Utilities/gdcmexpat/xmlwf/xmlfile.h
gdcm_src/Utilities/gdcmexpat/xmlwf/xmlmime.c
gdcm_src/Utilities/gdcmexpat/xmlwf/xmlmime.h
gdcm_src/Utilities/gdcmexpat/xmlwf/xmltchar.h
gdcm_src/Utilities/gdcmexpat/xmlwf/xmlurl.h
gdcm_src/Utilities/gdcmexpat/xmlwf/xmlwf.c
gdcm_src/Utilities/gdcmexpat/xmlwf/xmlwin32url.cxx
gdcm_src/Utilities/gdcmext/csa.c
gdcm_src/Utilities/gdcmext/csa.h
gdcm_src/Utilities/gdcmext/mec_mr3.c
gdcm_src/Utilities/gdcmext/mec_mr3.h
gdcm_src/Utilities/gdcmext/mec_mr3_dict.c
gdcm_src/Utilities/gdcmext/mec_mr3_dict.h
gdcm_src/Utilities/gdcmext/mec_mr3_io.c
gdcm_src/Utilities/gdcmext/mec_mr3_io.h
gdcm_src/Utilities/gdcmjpeg/.NoDartCoverage
gdcm_src/Utilities/gdcmjpeg/CMakeLists.txt
gdcm_src/Utilities/gdcmjpeg/COPYRIGHT.dcmtk
gdcm_src/Utilities/gdcmjpeg/Jfif.txt
gdcm_src/Utilities/gdcmjpeg/README
gdcm_src/Utilities/gdcmjpeg/README.GDCM.txt
gdcm_src/Utilities/gdcmjpeg/change.log
gdcm_src/Utilities/gdcmjpeg/dcmtk.sh
gdcm_src/Utilities/gdcmjpeg/example.c
gdcm_src/Utilities/gdcmjpeg/filelist.doc
gdcm_src/Utilities/gdcmjpeg/install.doc
gdcm_src/Utilities/gdcmjpeg/jcapimin.c
gdcm_src/Utilities/gdcmjpeg/jcapistd.c
gdcm_src/Utilities/gdcmjpeg/jccoefct.c
gdcm_src/Utilities/gdcmjpeg/jccolor.c
gdcm_src/Utilities/gdcmjpeg/jcdctmgr.c
gdcm_src/Utilities/gdcmjpeg/jcdiffct.c
gdcm_src/Utilities/gdcmjpeg/jchuff.c
gdcm_src/Utilities/gdcmjpeg/jchuff.h
gdcm_src/Utilities/gdcmjpeg/jcinit.c
gdcm_src/Utilities/gdcmjpeg/jclhuff.c
gdcm_src/Utilities/gdcmjpeg/jclossls.c
gdcm_src/Utilities/gdcmjpeg/jclossy.c
gdcm_src/Utilities/gdcmjpeg/jcmainct.c
gdcm_src/Utilities/gdcmjpeg/jcmarker.c
gdcm_src/Utilities/gdcmjpeg/jcmaster.c
gdcm_src/Utilities/gdcmjpeg/jcodec.c
gdcm_src/Utilities/gdcmjpeg/jcomapi.c
gdcm_src/Utilities/gdcmjpeg/jconfig.doc
gdcm_src/Utilities/gdcmjpeg/jconfig.h
gdcm_src/Utilities/gdcmjpeg/jcparam.c
gdcm_src/Utilities/gdcmjpeg/jcphuff.c
gdcm_src/Utilities/gdcmjpeg/jcpred.c
gdcm_src/Utilities/gdcmjpeg/jcprepct.c
gdcm_src/Utilities/gdcmjpeg/jcsample.c
gdcm_src/Utilities/gdcmjpeg/jcscale.c
gdcm_src/Utilities/gdcmjpeg/jcshuff.c
gdcm_src/Utilities/gdcmjpeg/jctrans.c
gdcm_src/Utilities/gdcmjpeg/jdapimin.c
gdcm_src/Utilities/gdcmjpeg/jdapistd.c
gdcm_src/Utilities/gdcmjpeg/jdatadst.c
gdcm_src/Utilities/gdcmjpeg/jdatasrc.c
gdcm_src/Utilities/gdcmjpeg/jdcoefct.c
gdcm_src/Utilities/gdcmjpeg/jdcolor.c
gdcm_src/Utilities/gdcmjpeg/jdct.h
gdcm_src/Utilities/gdcmjpeg/jddctmgr.c
gdcm_src/Utilities/gdcmjpeg/jddiffct.c
gdcm_src/Utilities/gdcmjpeg/jdhuff.c
gdcm_src/Utilities/gdcmjpeg/jdhuff.h
gdcm_src/Utilities/gdcmjpeg/jdinput.c
gdcm_src/Utilities/gdcmjpeg/jdlhuff.c
gdcm_src/Utilities/gdcmjpeg/jdlossls.c
gdcm_src/Utilities/gdcmjpeg/jdlossy.c
gdcm_src/Utilities/gdcmjpeg/jdmainct.c
gdcm_src/Utilities/gdcmjpeg/jdmarker.c
gdcm_src/Utilities/gdcmjpeg/jdmaster.c
gdcm_src/Utilities/gdcmjpeg/jdmerge.c
gdcm_src/Utilities/gdcmjpeg/jdphuff.c
gdcm_src/Utilities/gdcmjpeg/jdpostct.c
gdcm_src/Utilities/gdcmjpeg/jdpred.c
gdcm_src/Utilities/gdcmjpeg/jdsample.c
gdcm_src/Utilities/gdcmjpeg/jdscale.c
gdcm_src/Utilities/gdcmjpeg/jdshuff.c
gdcm_src/Utilities/gdcmjpeg/jdtrans.c
gdcm_src/Utilities/gdcmjpeg/jerror.c
gdcm_src/Utilities/gdcmjpeg/jerror.h
gdcm_src/Utilities/gdcmjpeg/jfdctflt.c
gdcm_src/Utilities/gdcmjpeg/jfdctfst.c
gdcm_src/Utilities/gdcmjpeg/jfdctint.c
gdcm_src/Utilities/gdcmjpeg/jidctflt.c
gdcm_src/Utilities/gdcmjpeg/jidctfst.c
gdcm_src/Utilities/gdcmjpeg/jidctint.c
gdcm_src/Utilities/gdcmjpeg/jidctred.c
gdcm_src/Utilities/gdcmjpeg/jinclude.h
gdcm_src/Utilities/gdcmjpeg/jlossls.h
gdcm_src/Utilities/gdcmjpeg/jlossy.h
gdcm_src/Utilities/gdcmjpeg/jmemmgr.c
gdcm_src/Utilities/gdcmjpeg/jmemnobs.c
gdcm_src/Utilities/gdcmjpeg/jmemsrc.c
gdcm_src/Utilities/gdcmjpeg/jmemsys.h
gdcm_src/Utilities/gdcmjpeg/jmorecfg.h
gdcm_src/Utilities/gdcmjpeg/jpegcmake.h.in
gdcm_src/Utilities/gdcmjpeg/jpegint.h
gdcm_src/Utilities/gdcmjpeg/jpeglib.h
gdcm_src/Utilities/gdcmjpeg/jquant1.c
gdcm_src/Utilities/gdcmjpeg/jquant2.c
gdcm_src/Utilities/gdcmjpeg/jutils.c
gdcm_src/Utilities/gdcmjpeg/jversion.h
gdcm_src/Utilities/gdcmjpeg/libjpeg.doc
gdcm_src/Utilities/gdcmjpeg/mangle_jpeg.h.in
gdcm_src/Utilities/gdcmjpeg/structure.doc
gdcm_src/Utilities/gdcmjpeg/usage.doc
gdcm_src/Utilities/gdcmjpeg/wizard.doc
gdcm_src/Utilities/gdcmjpeg/12/CMakeLists.txt
gdcm_src/Utilities/gdcmjpeg/16/CMakeLists.txt
gdcm_src/Utilities/gdcmjpeg/8/CMakeLists.txt
gdcm_src/Utilities/gdcmmd5/.NoDartCoverage
gdcm_src/Utilities/gdcmmd5/CMakeLists.txt
gdcm_src/Utilities/gdcmmd5/COPYING
gdcm_src/Utilities/gdcmmd5/README.GDCM.txt
gdcm_src/Utilities/gdcmmd5/md5.c
gdcm_src/Utilities/gdcmmd5/md5.h
gdcm_src/Utilities/gdcmmd5/md5_mangle.h.in
gdcm_src/Utilities/gdcmmd5/md5cmp.c
gdcm_src/Utilities/gdcmmd5/md5main.c
gdcm_src/Utilities/gdcmmd5/tst2md5.c
gdcm_src/Utilities/gdcmopenjpeg/CMakeLists.txt
gdcm_src/Utilities/gdcmopenjpeg/LICENSE
gdcm_src/Utilities/gdcmopenjpeg/README.GDCM.txt
gdcm_src/Utilities/gdcmopenjpeg/cmake/CTestCustom.cmake.in
gdcm_src/Utilities/gdcmopenjpeg/cmake/EnsureFileInclude.cmake
gdcm_src/Utilities/gdcmopenjpeg/cmake/FindCPPCHECK.cmake
gdcm_src/Utilities/gdcmopenjpeg/cmake/FindFCGI.cmake
gdcm_src/Utilities/gdcmopenjpeg/cmake/FindJPYLYZER.cmake
gdcm_src/Utilities/gdcmopenjpeg/cmake/FindKAKADU.cmake
gdcm_src/Utilities/gdcmopenjpeg/cmake/FindLCMS.cmake
gdcm_src/Utilities/gdcmopenjpeg/cmake/FindLCMS2.cmake
gdcm_src/Utilities/gdcmopenjpeg/cmake/JPIPTestDriver.cmake
gdcm_src/Utilities/gdcmopenjpeg/cmake/OpenJPEGCPack.cmake
gdcm_src/Utilities/gdcmopenjpeg/cmake/OpenJPEGConfig.cmake.in
gdcm_src/Utilities/gdcmopenjpeg/cmake/TestFileOffsetBits.c
gdcm_src/Utilities/gdcmopenjpeg/cmake/TestLargeFiles.c.cmake.in
gdcm_src/Utilities/gdcmopenjpeg/cmake/TestLargeFiles.cmake
gdcm_src/Utilities/gdcmopenjpeg/cmake/TestWindowsFSeek.c
gdcm_src/Utilities/gdcmopenjpeg/cmake/openjpeg_valgrind.supp
gdcm_src/Utilities/gdcmopenjpeg/doc/.gitkeep
gdcm_src/Utilities/gdcmopenjpeg/src/lib/CMakeLists.txt
gdcm_src/Utilities/gdcmopenjpeg/src/lib/openjp2/CMakeLists.txt
gdcm_src/Utilities/gdcmopenjpeg/src/lib/openjp2/bio.c
gdcm_src/Utilities/gdcmopenjpeg/src/lib/openjp2/bio.h
gdcm_src/Utilities/gdcmopenjpeg/src/lib/openjp2/cidx_manager.c
gdcm_src/Utilities/gdcmopenjpeg/src/lib/openjp2/cidx_manager.h
gdcm_src/Utilities/gdcmopenjpeg/src/lib/openjp2/cio.c
gdcm_src/Utilities/gdcmopenjpeg/src/lib/openjp2/cio.h
gdcm_src/Utilities/gdcmopenjpeg/src/lib/openjp2/dwt.c
gdcm_src/Utilities/gdcmopenjpeg/src/lib/openjp2/dwt.h
gdcm_src/Utilities/gdcmopenjpeg/src/lib/openjp2/event.c
gdcm_src/Utilities/gdcmopenjpeg/src/lib/openjp2/event.h
gdcm_src/Utilities/gdcmopenjpeg/src/lib/openjp2/function_list.c
gdcm_src/Utilities/gdcmopenjpeg/src/lib/openjp2/function_list.h
gdcm_src/Utilities/gdcmopenjpeg/src/lib/openjp2/image.c
gdcm_src/Utilities/gdcmopenjpeg/src/lib/openjp2/image.h
gdcm_src/Utilities/gdcmopenjpeg/src/lib/openjp2/indexbox_manager.h
gdcm_src/Utilities/gdcmopenjpeg/src/lib/openjp2/invert.c
gdcm_src/Utilities/gdcmopenjpeg/src/lib/openjp2/invert.h
gdcm_src/Utilities/gdcmopenjpeg/src/lib/openjp2/j2k.c
gdcm_src/Utilities/gdcmopenjpeg/src/lib/openjp2/j2k.h
gdcm_src/Utilities/gdcmopenjpeg/src/lib/openjp2/jp2.c
gdcm_src/Utilities/gdcmopenjpeg/src/lib/openjp2/jp2.h
gdcm_src/Utilities/gdcmopenjpeg/src/lib/openjp2/libopenjp2.pc.cmake.in
gdcm_src/Utilities/gdcmopenjpeg/src/lib/openjp2/mct.c
gdcm_src/Utilities/gdcmopenjpeg/src/lib/openjp2/mct.h
gdcm_src/Utilities/gdcmopenjpeg/src/lib/openjp2/mqc.c
gdcm_src/Utilities/gdcmopenjpeg/src/lib/openjp2/mqc.h
gdcm_src/Utilities/gdcmopenjpeg/src/lib/openjp2/mqc_inl.h
gdcm_src/Utilities/gdcmopenjpeg/src/lib/openjp2/openjpeg.c
gdcm_src/Utilities/gdcmopenjpeg/src/lib/openjp2/openjpeg.h
gdcm_src/Utilities/gdcmopenjpeg/src/lib/openjp2/openjpeg_mangle.h.in
gdcm_src/Utilities/gdcmopenjpeg/src/lib/openjp2/opj_clock.c
gdcm_src/Utilities/gdcmopenjpeg/src/lib/openjp2/opj_clock.h
gdcm_src/Utilities/gdcmopenjpeg/src/lib/openjp2/opj_codec.h
gdcm_src/Utilities/gdcmopenjpeg/src/lib/openjp2/opj_common.h
gdcm_src/Utilities/gdcmopenjpeg/src/lib/openjp2/opj_config.h.cmake.in
gdcm_src/Utilities/gdcmopenjpeg/src/lib/openjp2/opj_config_private.h.cmake.in
gdcm_src/Utilities/gdcmopenjpeg/src/lib/openjp2/opj_includes.h
gdcm_src/Utilities/gdcmopenjpeg/src/lib/openjp2/opj_intmath.h
gdcm_src/Utilities/gdcmopenjpeg/src/lib/openjp2/opj_inttypes.h
gdcm_src/Utilities/gdcmopenjpeg/src/lib/openjp2/opj_malloc.c
gdcm_src/Utilities/gdcmopenjpeg/src/lib/openjp2/opj_malloc.h
gdcm_src/Utilities/gdcmopenjpeg/src/lib/openjp2/opj_stdint.h
gdcm_src/Utilities/gdcmopenjpeg/src/lib/openjp2/phix_manager.c
gdcm_src/Utilities/gdcmopenjpeg/src/lib/openjp2/pi.c
gdcm_src/Utilities/gdcmopenjpeg/src/lib/openjp2/pi.h
gdcm_src/Utilities/gdcmopenjpeg/src/lib/openjp2/ppix_manager.c
gdcm_src/Utilities/gdcmopenjpeg/src/lib/openjp2/sparse_array.c
gdcm_src/Utilities/gdcmopenjpeg/src/lib/openjp2/sparse_array.h
gdcm_src/Utilities/gdcmopenjpeg/src/lib/openjp2/t1.c
gdcm_src/Utilities/gdcmopenjpeg/src/lib/openjp2/t1.h
gdcm_src/Utilities/gdcmopenjpeg/src/lib/openjp2/t1_generate_luts.c
gdcm_src/Utilities/gdcmopenjpeg/src/lib/openjp2/t1_luts.h
gdcm_src/Utilities/gdcmopenjpeg/src/lib/openjp2/t2.c
gdcm_src/Utilities/gdcmopenjpeg/src/lib/openjp2/t2.h
gdcm_src/Utilities/gdcmopenjpeg/src/lib/openjp2/tcd.c
gdcm_src/Utilities/gdcmopenjpeg/src/lib/openjp2/tcd.h
gdcm_src/Utilities/gdcmopenjpeg/src/lib/openjp2/tgt.c
gdcm_src/Utilities/gdcmopenjpeg/src/lib/openjp2/tgt.h
gdcm_src/Utilities/gdcmopenjpeg/src/lib/openjp2/thix_manager.c
gdcm_src/Utilities/gdcmopenjpeg/src/lib/openjp2/thread.c
gdcm_src/Utilities/gdcmopenjpeg/src/lib/openjp2/thread.h
gdcm_src/Utilities/gdcmopenjpeg/src/lib/openjp2/tls_keys.h
gdcm_src/Utilities/gdcmopenjpeg/src/lib/openjp2/tpix_manager.c
gdcm_src/Utilities/gdcmrle/CMakeLists.txt
gdcm_src/Utilities/gdcmrle/info.cxx
gdcm_src/Utilities/gdcmrle/info.h
gdcm_src/Utilities/gdcmrle/io.cxx
gdcm_src/Utilities/gdcmrle/io.h
gdcm_src/Utilities/gdcmrle/main.cxx
gdcm_src/Utilities/gdcmrle/rle.cxx
gdcm_src/Utilities/gdcmrle/rle.h
gdcm_src/Utilities/gdcmutfcpp/README.GDCM.txt
gdcm_src/Utilities/gdcmutfcpp/utf8.h
gdcm_src/Utilities/gdcmutfcpp/utf8/checked.h
gdcm_src/Utilities/gdcmutfcpp/utf8/core.h
gdcm_src/Utilities/gdcmutfcpp/utf8/unchecked.h
gdcm_src/Utilities/gdcmuuid/.NoDartCoverage
gdcm_src/Utilities/gdcmuuid/CMakeLists.txt
gdcm_src/Utilities/gdcmuuid/COPYING
gdcm_src/Utilities/gdcmuuid/compare.c
gdcm_src/Utilities/gdcmuuid/gen_uuid.c
gdcm_src/Utilities/gdcmuuid/pack.c
gdcm_src/Utilities/gdcmuuid/parse.c
gdcm_src/Utilities/gdcmuuid/unpack.c
gdcm_src/Utilities/gdcmuuid/unparse.c
gdcm_src/Utilities/gdcmuuid/uuid.h
gdcm_src/Utilities/gdcmuuid/uuidP.h
gdcm_src/Utilities/gdcmuuid/uuid_mangle.h.in
gdcm_src/Utilities/gdcmuuid/uuid_time.c
gdcm_src/Utilities/gdcmzlib/.NoDartCoverage
gdcm_src/Utilities/gdcmzlib/CMakeLists.txt
gdcm_src/Utilities/gdcmzlib/COPYING
gdcm_src/Utilities/gdcmzlib/ChangeLog
gdcm_src/Utilities/gdcmzlib/FAQ
gdcm_src/Utilities/gdcmzlib/INDEX
gdcm_src/Utilities/gdcmzlib/README
gdcm_src/Utilities/gdcmzlib/README.GDCM.txt
gdcm_src/Utilities/gdcmzlib/adler32.c
gdcm_src/Utilities/gdcmzlib/algorithm.txt
gdcm_src/Utilities/gdcmzlib/compress.c
gdcm_src/Utilities/gdcmzlib/crc32.c
gdcm_src/Utilities/gdcmzlib/crc32.h
gdcm_src/Utilities/gdcmzlib/deflate.c
gdcm_src/Utilities/gdcmzlib/deflate.h
gdcm_src/Utilities/gdcmzlib/example.c
gdcm_src/Utilities/gdcmzlib/gzio.c
gdcm_src/Utilities/gdcmzlib/infback.c
gdcm_src/Utilities/gdcmzlib/inffast.c
gdcm_src/Utilities/gdcmzlib/inffast.h
gdcm_src/Utilities/gdcmzlib/inffixed.h
gdcm_src/Utilities/gdcmzlib/inflate.c
gdcm_src/Utilities/gdcmzlib/inflate.h
gdcm_src/Utilities/gdcmzlib/inftrees.c
gdcm_src/Utilities/gdcmzlib/inftrees.h
gdcm_src/Utilities/gdcmzlib/minigzip.c
gdcm_src/Utilities/gdcmzlib/trees.c
gdcm_src/Utilities/gdcmzlib/trees.h
gdcm_src/Utilities/gdcmzlib/uncompr.c
gdcm_src/Utilities/gdcmzlib/zconf.in.h
gdcm_src/Utilities/gdcmzlib/zlib.3
gdcm_src/Utilities/gdcmzlib/zlib.def.in
gdcm_src/Utilities/gdcmzlib/zlib.h
gdcm_src/Utilities/gdcmzlib/zlib.rc
gdcm_src/Utilities/gdcmzlib/zutil.c
gdcm_src/Utilities/gdcmzlib/zutil.h
gdcm_src/Utilities/gdcmzlib/examples/README.examples
gdcm_src/Utilities/gdcmzlib/examples/fitblk.c
gdcm_src/Utilities/gdcmzlib/examples/gun.c
gdcm_src/Utilities/gdcmzlib/examples/gzappend.c
gdcm_src/Utilities/gdcmzlib/examples/gzjoin.c
gdcm_src/Utilities/gdcmzlib/examples/gzlog.c
gdcm_src/Utilities/gdcmzlib/examples/gzlog.h
gdcm_src/Utilities/gdcmzlib/examples/zlib_how.html
gdcm_src/Utilities/gdcmzlib/examples/zpipe.c
gdcm_src/Utilities/gdcmzlib/examples/zran.c
gdcm_src/Utilities/getopt/CMakeLists.txt
gdcm_src/Utilities/getopt/COPYING
gdcm_src/Utilities/getopt/README
gdcm_src/Utilities/getopt/ex_getopt.c
gdcm_src/Utilities/getopt/getopt.c
gdcm_src/Utilities/getopt/getopt.h
gdcm_src/Utilities/getopt/getopt_long.c
gdcm_src/Utilities/pvrg/CHANGES
gdcm_src/Utilities/pvrg/CMakeLists.txt
gdcm_src/Utilities/pvrg/COPYING
gdcm_src/Utilities/pvrg/PORTABILITY
gdcm_src/Utilities/pvrg/README
gdcm_src/Utilities/pvrg/SETUP
gdcm_src/Utilities/pvrg/chendct.c
gdcm_src/Utilities/pvrg/codec.c
gdcm_src/Utilities/pvrg/csize.h
gdcm_src/Utilities/pvrg/dct.h
gdcm_src/Utilities/pvrg/globals.h
gdcm_src/Utilities/pvrg/huffman.c
gdcm_src/Utilities/pvrg/io.c
gdcm_src/Utilities/pvrg/jpeg.1
gdcm_src/Utilities/pvrg/jpeg.c
gdcm_src/Utilities/pvrg/leedct.c
gdcm_src/Utilities/pvrg/lexer.c
gdcm_src/Utilities/pvrg/lexer.l
gdcm_src/Utilities/pvrg/marker.c
gdcm_src/Utilities/pvrg/marker.h
gdcm_src/Utilities/pvrg/param.h
gdcm_src/Utilities/pvrg/prototypes.h
gdcm_src/Utilities/pvrg/pvrgjpeg.c
gdcm_src/Utilities/pvrg/stream.c
gdcm_src/Utilities/pvrg/stream.h
gdcm_src/Utilities/pvrg/system.h
gdcm_src/Utilities/pvrg/tables.h
gdcm_src/Utilities/pvrg/transform.c
gdcm_src/Utilities/socketxx/.NoDartCoverage
gdcm_src/Utilities/socketxx/AUTHORS
gdcm_src/Utilities/socketxx/CMakeLists.txt
gdcm_src/Utilities/socketxx/COPYING
gdcm_src/Utilities/socketxx/socket++/CMakeLists.txt
gdcm_src/Utilities/socketxx/socket++/config.h.in
gdcm_src/Utilities/socketxx/socket++/echo.cpp
gdcm_src/Utilities/socketxx/socket++/echo.h
gdcm_src/Utilities/socketxx/socket++/fork.cpp
gdcm_src/Utilities/socketxx/socket++/fork.h
gdcm_src/Utilities/socketxx/socket++/ftp.cpp
gdcm_src/Utilities/socketxx/socket++/ftp.h
gdcm_src/Utilities/socketxx/socket++/local.h
gdcm_src/Utilities/socketxx/socket++/pipestream.cpp
gdcm_src/Utilities/socketxx/socket++/pipestream.h
gdcm_src/Utilities/socketxx/socket++/protocol.cpp
gdcm_src/Utilities/socketxx/socket++/protocol.h
gdcm_src/Utilities/socketxx/socket++/sig.cpp
gdcm_src/Utilities/socketxx/socket++/sig.h
gdcm_src/Utilities/socketxx/socket++/smtp.cpp
gdcm_src/Utilities/socketxx/socket++/smtp.h
gdcm_src/Utilities/socketxx/socket++/sockinet.cpp
gdcm_src/Utilities/socketxx/socket++/sockinet.h
gdcm_src/Utilities/socketxx/socket++/sockstream.cpp
gdcm_src/Utilities/socketxx/socket++/sockstream.h
gdcm_src/Utilities/socketxx/socket++/sockunix.cpp
gdcm_src/Utilities/socketxx/socket++/sockunix.h
gdcm_src/Wrapping/CMakeLists.txt
gdcm_src/Wrapping/Csharp/AssemblyInfo.cs.in
gdcm_src/Wrapping/Csharp/CMakeLists.txt
gdcm_src/Wrapping/Csharp/Notes.txt
gdcm_src/Wrapping/Csharp/docstrings.i
gdcm_src/Wrapping/Csharp/doxy2swig.py
gdcm_src/Wrapping/Csharp/gdcm.i
gdcm_src/Wrapping/Csharp/gdcm_arrays_csharp.i
gdcm_src/Wrapping/Csharp/key.snk
gdcm_src/Wrapping/Csharp/std_set.i
gdcm_src/Wrapping/Csharp/version.rc.in
gdcm_src/Wrapping/Java/CMakeLists.txt
gdcm_src/Wrapping/Java/gdcm.i
gdcm_src/Wrapping/Java/main.java
gdcm_src/Wrapping/Java/std_set.i
gdcm_src/Wrapping/PHP/CMakeLists.txt
gdcm_src/Wrapping/PHP/gdcm.i
gdcm_src/Wrapping/Perl/CMakeLists.txt
gdcm_src/Wrapping/Perl/gdcm.i
gdcm_src/Wrapping/Python/.NoDartCoverage
gdcm_src/Wrapping/Python/CMakeLists.txt
gdcm_src/Wrapping/Python/Python.h.in
gdcm_src/Wrapping/Python/TestWrap.py
gdcm_src/Wrapping/Python/docstrings.i
gdcm_src/Wrapping/Python/doxy2swig.py
gdcm_src/Wrapping/Python/gdcm.pth.in
gdcm_src/Wrapping/Python/gdcm.py
gdcm_src/Wrapping/Python/gdcmPythonFilter.cxx
gdcm_src/Wrapping/Python/gdcmPythonFilter.h
gdcm_src/Wrapping/Python/gdcmswig.i
gdcm_src/Wrapping/SWIGCommon/gdcmcommon.i
python_gdcm.egg-info/PKG-INFO
python_gdcm.egg-info/SOURCES.txt
python_gdcm.egg-info/dependency_links.txt
python_gdcm.egg-info/not-zip-safe
python_gdcm.egg-info/top_level.txt
scripts/gdcmanon
scripts/gdcmconv
scripts/gdcmdiff
scripts/gdcmdump
scripts/gdcmgendir
scripts/gdcmimg
scripts/gdcminfo
scripts/gdcmpap3
scripts/gdcmraw
scripts/gdcmscanner
scripts/gdcmscu
scripts/gdcmtar
scripts/gdcmxml