]> Creatis software - clitk.git/commit
Add clitkXml2DicomRTStructFilter
authortbaudier <thomas.baudier@creatis.insa-lyon.fr>
Thu, 5 Jul 2018 14:26:34 +0000 (16:26 +0200)
committertbaudier <thomas.baudier@creatis.insa-lyon.fr>
Thu, 5 Jul 2018 14:26:34 +0000 (16:26 +0200)
commit42bc8afb696353b107d2c99d249d5d6f3af1b9c8
tree1910225132e1391d6661d1d3393883ffeb754ee2
parent7526df96e8a4fc46bbdc9df84e4d51a88376a105
Add clitkXml2DicomRTStructFilter
To Convert Struct from Osirix (HEH) plist (.xml) file to RTStruct
Use pugixml to parse xml
common/clitkXml2DicomRTStructFilter.h [new file with mode: 0644]
common/clitkXml2DicomRTStructFilter.txx [new file with mode: 0644]
tools/CMakeLists.txt
tools/clitkXml2DicomRTStruct.cxx [new file with mode: 0644]
tools/clitkXml2DicomRTStruct.ggo [new file with mode: 0644]
utilities/pugixml/pugiconfig.hpp [new file with mode: 0644]
utilities/pugixml/pugixml.cpp [new file with mode: 0644]
utilities/pugixml/pugixml.hpp [new file with mode: 0644]