]> Creatis software - gdcm.git/commit
* Minor coding-style clean up
authorregrain <regrain>
Tue, 18 Oct 2005 08:35:42 +0000 (08:35 +0000)
committerregrain <regrain>
Tue, 18 Oct 2005 08:35:42 +0000 (08:35 +0000)
commitbc69950a406d06c50f0fb75a96572784965cb534
tree480f4d031a2221dd8f36d5f8148764cd2d92302c
parent5d0ffbee572f7703f3c54be1e5f9bd4a6f83f5da
   * Minor coding-style clean up
   * Replace the ContentEntry and its derived classes (BinEntry and ValEntry)
     by the DataEntry. This unique entry considers all datas like binary datas.
     Some methods are added to interpret - at fly - the binary datas.
     Due to this important change, some methods of the DocEntrySet, concerning
     the BinEntry and ValEntry classes, are erased ; and new methods for the
     DataEntry class are created.
     Some methods to set the ValEntry or the BinEntry are renamed to
     correspond to the new DataEntry, like for example :
      - SetValEntry -> SetEntryString
      - SetBinEntry -> SetEntryBinArea
     This change will remove all useless creation of the string when working
     directly on values.
   -- BeNours
78 files changed:
ChangeLog
Example/AnonymizeDicomDir.cxx
Example/FindTags.cxx
Example/PrintDicomDir.cxx
Example/PrintFile.cxx
Example/ReWrite.cxx
Example/TestChangeHeader.cxx
Example/TestCopyDicom.cxx
Example/Volume2Dicom.cxx
Example/WriteDicomSimple.cxx
Example/exColorToRGB.cxx
Example/exCurveData.cxx
Example/exExtractDicomTags.cxx
Example/exExtractTag.cxx
Example/exGC.cxx
Example/exGrey2RGB.cxx
Example/exImageLighten.cxx
Example/exOverlaysACR.cxx
Example/exPrintWritePrint.cxx
Example/exReadPapyrus.cxx
Example/exReadWriteFile.cxx
Testing/CMakeLists.txt
Testing/TestAllEntryVerify.cxx
Testing/TestAllPrint.cxx
Testing/TestAllReadCompareDicom.cxx
Testing/TestAnonymize.cxx
Testing/TestBuildUpDicomDir.cxx
Testing/TestCopyDicom.cxx
Testing/TestCopyRescaleDicom.cxx
Testing/TestDataEntry.cxx [new file with mode: 0644]
Testing/TestDicomDir.cxx
Testing/TestFileAccessors.cxx
Testing/TestImageSet.cxx
Testing/TestLoadAllDocumentsNoPrivNoSeq.cxx
Testing/TestMakeIcon.cxx
Testing/TestPrintAllDocument.cxx
Testing/TestReadWriteReadCompare.cxx
Testing/TestWriteSimple.cxx
gdcmPython/demo/PrintDicomDir.py.in
src/CMakeLists.txt
src/gdcm.h
src/gdcmBinEntry.cxx [deleted file]
src/gdcmBinEntry.h [deleted file]
src/gdcmContentEntry.cxx [deleted file]
src/gdcmContentEntry.h [deleted file]
src/gdcmDataEntry.cxx [new file with mode: 0644]
src/gdcmDataEntry.h [new file with mode: 0644]
src/gdcmDicomDir.cxx
src/gdcmDicomDirImage.cxx
src/gdcmDicomDirObject.cxx
src/gdcmDicomDirVisit.cxx
src/gdcmDictEntry.h
src/gdcmDocEntry.cxx
src/gdcmDocEntry.h
src/gdcmDocEntrySet.cxx
src/gdcmDocEntrySet.h
src/gdcmDocument.cxx
src/gdcmDocument.h
src/gdcmElementSet.cxx
src/gdcmElementSet.h
src/gdcmFile.cxx
src/gdcmFileHelper.cxx
src/gdcmFileHelper.h
src/gdcmOrientation.cxx
src/gdcmPixelReadConvert.cxx
src/gdcmSQItem.cxx
src/gdcmSeqEntry.cxx
src/gdcmSeqEntry.h
src/gdcmSerieHelper.cxx
src/gdcmUtil.cxx
src/gdcmUtil.h
src/gdcmVR.cxx
src/gdcmVR.h
src/gdcmValEntry.cxx [deleted file]
src/gdcmValEntry.h [deleted file]
src/gdcmValidator.cxx
vtk/vtkGdcmWriter.cxx
vtk/vtkgdcmSerieViewer.cxx