]> Creatis software - gdcm.git/log
gdcm.git
19 years ago * DEVELOPPER spread out in Doc/Website/Developpers.html, CodingStyle.html,
frog [Fri, 24 Sep 2004 11:43:17 +0000 (11:43 +0000)]
 * DEVELOPPER spread out in Doc/Website/Developpers.html, CodingStyle.html,
    DeveloppersPython.html
  * INSTALL nows refers to Doc/Website/Installation.html

19 years agoCosmetic modifs to be more Coding style compliant
jpr [Fri, 24 Sep 2004 11:39:21 +0000 (11:39 +0000)]
Cosmetic modifs to be more Coding style compliant

19 years ago See 2004-09-24 entry.
frog [Fri, 24 Sep 2004 11:34:38 +0000 (11:34 +0000)]
See 2004-09-24 entry.

19 years agoPrint() displays old key instead of new in order to make PrintHeader human readable
jpr [Fri, 24 Sep 2004 11:34:21 +0000 (11:34 +0000)]
Print() displays old key instead of new in order to make PrintHeader human readable
again

19 years ago * Added Doc/Website/CodingStyle.html, Developpers.html,
frog [Fri, 24 Sep 2004 11:33:42 +0000 (11:33 +0000)]
  * Added Doc/Website/CodingStyle.html, Developpers.html,
    DeveloppersPython.html, GdcmDataCvs.html and
    DownloadVersion0_1.html, DownloadVersion0_3.html.
  * Some Doc/*.txt Doxygen files (which do not really concern the
    documentation itself, but the website) moved to html and
    placed in directory Doc/Website:
    - Doc/DoxyDevelInstal.txt moved to Doc/Website/Developpers.html
    - Doc/DoxyInstallation.txt moved to Doc/Website/Installation.html
    - Doc/DoxyIntroduction.txt included in Doc/Website/Main.html
  * Doc/DoxyfileDeveloppers, DoxyfileUsers, Makefile.am oldies removed.
  * CMakeLists.txt changed accordingly.

19 years agoFIX: Revert back to previous version, I don't believe this was a really safe code...
malaterre [Fri, 24 Sep 2004 03:34:27 +0000 (03:34 +0000)]
FIX: Revert back to previous version, I don't believe this was a really safe code anyway. Plus this solve my issue on the Mac using gcc version 3.3 20030304 (Apple Computer, Inc. build 1666). The code should also more readable.

19 years agoENH: Remove function instead of putting stoopid comment
malaterre [Fri, 24 Sep 2004 01:14:31 +0000 (01:14 +0000)]
ENH: Remove function instead of putting stoopid comment

19 years agoENH: Could not compile using g++ -pedantic
malaterre [Thu, 23 Sep 2004 23:28:19 +0000 (23:28 +0000)]
ENH: Could not compile using g++ -pedantic

19 years agoENH: update dvpt version
malaterre [Thu, 23 Sep 2004 20:27:48 +0000 (20:27 +0000)]
ENH: update dvpt version

19 years agoENH: What the hell! There is no way it compiles on Win32
malaterre [Thu, 23 Sep 2004 20:14:07 +0000 (20:14 +0000)]
ENH: What the hell! There is no way it compiles on Win32

19 years agoFIX: Python wrapping was broken due to renaming
malaterre [Thu, 23 Sep 2004 20:08:45 +0000 (20:08 +0000)]
FIX: Python wrapping was broken due to renaming

19 years agoENH: Initial pass at playing with regex in cmake, to parse dicomV3.dic to stick in...
malaterre [Thu, 23 Sep 2004 19:59:19 +0000 (19:59 +0000)]
ENH: Initial pass at playing with regex in cmake, to parse dicomV3.dic to stick in gdcm

19 years agoENH: license issue
malaterre [Thu, 23 Sep 2004 19:57:48 +0000 (19:57 +0000)]
ENH: license issue

19 years agoENH: Solve some licensing issue
malaterre [Thu, 23 Sep 2004 18:47:52 +0000 (18:47 +0000)]
ENH: Solve some licensing issue

19 years agoENH: Minor tweak so that user find documentation easily
malaterre [Thu, 23 Sep 2004 18:46:24 +0000 (18:46 +0000)]
ENH: Minor tweak so that user find documentation easily

19 years agoSTYLE: No DOS file, please
malaterre [Thu, 23 Sep 2004 17:21:48 +0000 (17:21 +0000)]
STYLE: No DOS file, please

19 years agoENH: Fix some compilation warnings
malaterre [Thu, 23 Sep 2004 16:58:28 +0000 (16:58 +0000)]
ENH: Fix some compilation warnings

19 years ago * Added Doc/Website directory, that contains a first raw version
frog [Thu, 23 Sep 2004 14:01:25 +0000 (14:01 +0000)]
 * Added Doc/Website directory, that contains a first raw version
    of gdcm Web site.

19 years ago * class gdcmObject is now called gdcmDicomDirObject (less confusing name)
jpr [Thu, 23 Sep 2004 10:47:09 +0000 (10:47 +0000)]
  * class gdcmObject is now called gdcmDicomDirObject (less confusing name)

19 years ago * VoidArea is now called BinArea (less confusing name),
jpr [Thu, 23 Sep 2004 10:17:25 +0000 (10:17 +0000)]
  * VoidArea is now called BinArea (less confusing name),
    and all the methods called ...VoidArea... are now ... BinArea...

19 years ago2004-09-23 Jean-Pierre Roux
jpr [Thu, 23 Sep 2004 09:40:28 +0000 (09:40 +0000)]
2004-09-23 Jean-Pierre Roux
  * FIX In order not to be poluted any longer by casting problems,
    the member VoidArea of gdcmBinEntry is now uint8_t* (instead of void *)
 we can now delete[] it safely

19 years ago Reverting to previous version temporarily. Sorry ! Frog
frog [Wed, 22 Sep 2004 21:39:42 +0000 (21:39 +0000)]
 Reverting to previous version temporarily. Sorry !  Frog

19 years ago * src/gdcmDocument.cxx: gdcmDocument::~gdcmDocument() doesn't clear (nor
frog [Wed, 22 Sep 2004 21:01:55 +0000 (21:01 +0000)]
  * src/gdcmDocument.cxx: gdcmDocument::~gdcmDocument() doesn't clear (nor
    clear) TagHT, which is an inherited member of gdcmElementSet. It is
    up to the destructor of gdcmElementSet to clean up TagHt and it's
    pointed content.

19 years agoGetImageData is now done *before* copying the docEntries
jpr [Wed, 22 Sep 2004 14:43:13 +0000 (14:43 +0000)]
GetImageData is now done *before* copying the docEntries

19 years agoadd a v(ideo inv) option to TestWrite -Special Hector Duque-
jpr [Wed, 22 Sep 2004 13:36:36 +0000 (13:36 +0000)]
add a v(ideo inv) option to TestWrite -Special Hector Duque-

19 years agoCode identation
jpr [Wed, 22 Sep 2004 10:44:54 +0000 (10:44 +0000)]
Code identation

19 years agoCode indentation
jpr [Wed, 22 Sep 2004 10:43:05 +0000 (10:43 +0000)]
Code indentation

19 years agostring "gdcm::Loaded (BinEntry)" replaced by GDCM_BINLOADED
jpr [Wed, 22 Sep 2004 10:34:53 +0000 (10:34 +0000)]
string "gdcm::Loaded (BinEntry)" replaced by GDCM_BINLOADED

19 years agoENH: Sorry OT-PAL-8-face.dcm is still seg faulting on gcc3.3 and gcc3.4
malaterre [Wed, 22 Sep 2004 01:14:16 +0000 (01:14 +0000)]
ENH: Sorry OT-PAL-8-face.dcm is still seg faulting on gcc3.3 and gcc3.4

19 years agoENH: Unused var
malaterre [Wed, 22 Sep 2004 01:11:23 +0000 (01:11 +0000)]
ENH: Unused var

19 years agoENH: Some unused vars
malaterre [Wed, 22 Sep 2004 01:09:10 +0000 (01:09 +0000)]
ENH: Some unused vars

19 years agoFIX: Some unused var, just (void)'ing them
malaterre [Wed, 22 Sep 2004 01:01:36 +0000 (01:01 +0000)]
FIX: Some unused var, just (void)'ing them

19 years ago * src/gdcmCommon.h, gdcmDocument.cxx: doxygen typos
frog [Tue, 21 Sep 2004 11:17:42 +0000 (11:17 +0000)]
* src/gdcmCommon.h, gdcmDocument.cxx: doxygen typos

19 years ago * Test/CMakeLists.txt: update to follow gdcmData renamings.
frog [Tue, 21 Sep 2004 10:46:09 +0000 (10:46 +0000)]
  * Test/CMakeLists.txt: update to follow gdcmData renamings.

19 years agoExample/TestReadWriteReadCompare may now be called with command line parameters
jpr [Mon, 20 Sep 2004 18:33:32 +0000 (18:33 +0000)]
Example/TestReadWriteReadCompare may now be called with command line parameters
(I said : EXAMPLE/Test... )

19 years agouncomment no longer ctest breaker images
jpr [Mon, 20 Sep 2004 18:30:04 +0000 (18:30 +0000)]
uncomment no longer ctest breaker images

19 years agoLast modif before gdcmPixelData class introduction :
jpr [Mon, 20 Sep 2004 18:14:23 +0000 (18:14 +0000)]
Last modif before gdcmPixelData class introduction :
   High Bit and Bits Allocated are now save and restored
Color Palettes are now droped out the H Table (and no longer destroyed)

19 years ago * ENH: added some utility method that builds a flat dictionnary
frog [Fri, 17 Sep 2004 13:11:14 +0000 (13:11 +0000)]
  * ENH: added some utility method that builds a flat dictionnary
    holding all the Dicom entries contained in the recursive structure
    of a gdcmElementSet. Refer to add FlatHashTablePrint.cxx for
    an example of usage.
    - src/gdcmDocument.[h|cxx] added BuildFlatHashTableRecurse() and
      BuildFlatHashTable() that build a flat dictionary.
    - src/gdcmElementSet.h: added a new private GetTag() accessor.
      gdcmDocument is now a friend of gdcmElementSet.
    - src/gdcmElementSet.cxx: clean up.
    - Example/FlatHashTablePrint.cxx added.
    - Example/CmakeLists.txt changed accordingly

19 years agouncomment ShowDicom
jpr [Fri, 17 Sep 2004 10:46:35 +0000 (10:46 +0000)]
uncomment ShowDicom

19 years agoinclusion of code for jpeg compression
jpr [Fri, 17 Sep 2004 08:54:25 +0000 (08:54 +0000)]
inclusion of code for jpeg compression
(user intended methods not yet commited)

19 years ago * gdcmDocEntrySet::SQDepthLevel and gdcmDocEntrySet::BaseTagKey attributes
frog [Thu, 16 Sep 2004 19:21:56 +0000 (19:21 +0000)]
  * gdcmDocEntrySet::SQDepthLevel and gdcmDocEntrySet::BaseTagKey attributes
    moved away from gdcmDocEntrySet (since this class is an abstract class
    acting like an interface). SQDepthLevel and BaseTagKey are now
    in class
    - src/gdcmDocEntrySet.[h|cxx] removal of SQDepthLevel and BaseTagKey
      and associated accessors. Doxygenation of the class.
    - src/gdcmSQItem.[h|cxx] SQDepthLevel and BaseTagKey and associated
      accessors added.
    - src/gdcmSeqEntry.[h|cxx]: constructor doesn't handle depth anymore.
      Use SQDepthLevel accessor instead. ::Print() adapted.
    - src/gdcmElementSet.cxx changed according to changes in gdcmSeqEntry.
    - src/gdcmDocument.cxx changed accordingly.

19 years agogdcmDocument::ReplaceOrCreateByNumber has now an extra parameter,
jpr [Thu, 16 Sep 2004 06:47:59 +0000 (06:47 +0000)]
gdcmDocument::ReplaceOrCreateByNumber has now an extra parameter,
 std::string VR (default value : "unkn"), that makes
 TestCopyDicom code much lighter .

19 years agoVery cautiously put gdcmDocentry destr as virtual, to prevent mem leak...well in...
malaterre [Wed, 15 Sep 2004 03:50:48 +0000 (03:50 +0000)]
Very cautiously put gdcmDocentry destr as virtual, to prevent mem leak...well in theory since I had to comment inherited destructor. Sorry this was necessary

19 years agoENH: Warnings about shadow vars, + unused var
malaterre [Wed, 15 Sep 2004 02:54:36 +0000 (02:54 +0000)]
ENH: Warnings about shadow vars, + unused var

19 years ago# As of 14/09 this image creates a crash:
malaterre [Wed, 15 Sep 2004 02:48:08 +0000 (02:48 +0000)]
# As of 14/09 this image creates a crash:
#Program received signal SIGSEGV, Segmentation fault.
#0x4032bc4b in gdcmHeader::GetLUTRGBA (this=0x8149228) at /home/malaterre/Creatis/gdcm/src/gdcmHeader.cxx:1170
#1170          *a = lutR[i*mult+1];

19 years agoNow, TestCopyDicom deals with private Entries
jpr [Tue, 14 Sep 2004 16:47:08 +0000 (16:47 +0000)]
Now, TestCopyDicom deals with private Entries

19 years ago * Preparation of writing a gdcmHeader iterator: generalisation of gdcmTagKey
frog [Mon, 13 Sep 2004 12:10:52 +0000 (12:10 +0000)]
  * Preparation of writing a gdcmHeader iterator: generalisation of gdcmTagKey
    - The following is the doxygen comment of the typedef declaration
      of gdcmagKey in src/gdcmCommon.h:
           gdcmTagKey is made to old an "universal" (as in URL, Universal
           Ressource Locator)  key to a gdcmDocEntry i.e. a dicom tag.
           A dicom tag allways has a group and an element, but a set of tags
           embeded in various (optionally nested) sequences and sharing
           the same group and element all share the same (group, element)
           "identifier". Hence the (group, element) cannot be used as an
           identifier (in gdcm we shall refer to a "TagKey") of a tag.
           In order to construct a proper tag identifier (i.e. a key) we
           consider the following definition of a TagKey:
           - let Group, Element be the string representation of the
             group and element dicom tag members,
           - let ItemNumber be the string representation of the integer
             index of the considered item number of a sequence,
           Let the key of a tag embeded in a sequence, noted SeqTag, be
           the form:
              /ItemNumber#Group|Element
           where "/", "#" and "|" are characters acting as separators.
           Then the general form of a gdcmTagKey is given by:
              Group|Element<SeqTag>
           where <SeqTag> means NO or many instances of SeqTag.
           Hence the gdcmTagKey of a tag not "leaving" in a sequence is the
           string e.g.
               0028|1201
           but the gdcmTagKey of a tag "embeded" is the first item of
           a sequence, itself nested in the third item of a sequence is the
           string e.g.
               0004|1220/2#0008|0082/0#0008|0090
    - src/gdcmDocEntry.h: added a new Key (of type gdcmTagKey) member, in
      order to hold the new sequence compatible key. Previously, the
      GetKey() method would look in the underlying gdcmDictEntry.
    - src/gdcmDocEntry.cxx:
      -- constructor now copies the underlying DictEntry key, in the local
         Key member.
      -- ::Print: displays the member Key, instead of the (group, element).
    - src/gdcmCommon.h: added some comments on typedef gdcmTagKey.
    - src/gdcmDocEntrySet.h:xi
      -- ::ParseDES() now setups the gdcmTagKey of the sequence it is parsing.
      -- now has a new BaseTagKey member.
      -- STYLE.
  * src/gdcmValEntry.[h|cxx], src/gdcmBinEntry.[h|cxx]: the member VoidArea,
    previously a member of gdcmValEntry, moved to gdcmBinEntry were is
    truly belongs.
    This poses the problem with the semantics of the following lines
       LoadEntryVoidArea(0x0028,0x1201);  // R    LUT
       LoadEntryVoidArea(0x0028,0x1202);  // G    LUT
       LoadEntryVoidArea(0x0028,0x1203);  // B    LUT
    in gdcmDocument::gdcmDocument(std::string const & ). Please refer
    to the long FIXME note for what the problem is. Nevertheless in
    order to get things working the dicom dictionary was altered !
    Please fix things urgently...
  * Dicts/dicomV3.dic WRONGLY altered (this means we introduced a uncorrect
    information), see above note on moving the member VoidArea. Nevertheless
    the following entries previously correctly set as US are now inproperly
    set to OW:
      0028 1201 OW IMG Red Palette Color Lookup Table Data
      0028 1202 OW IMG Green Palette Color Lookup Table Data
      0028 1203 OW IMG Blue Palette Color Lookup Table Data
  * src/gdcmDocEntry.[h|cxx], src/gdcmSeqEntry.h: SQDepthLevel member
    of gdcmDocEntry moved to gdcmSeqEntry.
  * src/gdcmSeqEntry.cxx: STYLE.

19 years agonew version of TestCopyDicom
jpr [Mon, 13 Sep 2004 11:59:59 +0000 (11:59 +0000)]
new version of TestCopyDicom

19 years agodealing with 'zero length' integers
jpr [Mon, 13 Sep 2004 07:49:35 +0000 (07:49 +0000)]
dealing with 'zero length' integers

19 years agoUpdate of Dicom Dictionary
jpr [Mon, 13 Sep 2004 07:47:42 +0000 (07:47 +0000)]
Update of Dicom Dictionary

19 years agoDisabls TestChangeHeader, this is not a test right now
malaterre [Sun, 12 Sep 2004 03:00:51 +0000 (03:00 +0000)]
Disabls TestChangeHeader, this is not a test right now

19 years agoFIX: put back everything since I broke tests, warnings should be discarded -apparently-
malaterre [Sun, 12 Sep 2004 02:48:23 +0000 (02:48 +0000)]
FIX: put back everything since I broke tests, warnings should be discarded -apparently-

19 years agoFIX: Some warnings
malaterre [Sun, 12 Sep 2004 02:08:10 +0000 (02:08 +0000)]
FIX: Some warnings

19 years agoFIX: icc could not build otherwise
malaterre [Sun, 12 Sep 2004 01:40:09 +0000 (01:40 +0000)]
FIX: icc could not build otherwise

19 years agoCosmetic modif
jpr [Fri, 10 Sep 2004 18:54:38 +0000 (18:54 +0000)]
Cosmetic modif
(Still don't solve Mathieu's pb on TestCopyDicom :-(

19 years agoDoxygenation
jpr [Fri, 10 Sep 2004 14:32:04 +0000 (14:32 +0000)]
Doxygenation

19 years agozilch.
frog [Fri, 10 Sep 2004 13:59:27 +0000 (13:59 +0000)]
zilch.

19 years agoAdding some warning messages
jpr [Thu, 9 Sep 2004 17:55:40 +0000 (17:55 +0000)]
Adding some warning messages

19 years ago WARNING : This was not designed as a 'Test' program, but as a utility
jpr [Thu, 9 Sep 2004 17:54:32 +0000 (17:54 +0000)]
 WARNING :  This was not designed as a 'Test' program, but as a utility
            provided to 'transform' an image 'Siemens MRI New version'
            into an image 'Siemens MRI old version'
            If user tries to 'merge' two mismatching images
            e.g. a LUT image and a RGB image
            or a compressed and an uncompressed one
            or a single frame and a multiframe,
            or a '12 Bits Allocated' image and anything else, etc,
            Probabely TestChangeHeader will fail !

19 years agoSome fixes to help dealing with UnLoaded values
jpr [Thu, 9 Sep 2004 17:49:24 +0000 (17:49 +0000)]
Some fixes to help dealing with UnLoaded values
(ForceLoad no yet commited)

19 years agoENH: Adding a test I know that segfault
malaterre [Thu, 9 Sep 2004 04:10:58 +0000 (04:10 +0000)]
ENH: Adding a test I know that segfault

19 years agoENH: Applied JPR comments, but still doesn't work on 012345.002.050.dcm
malaterre [Thu, 9 Sep 2004 03:32:49 +0000 (03:32 +0000)]
ENH: Applied JPR comments, but still doesn't work on 012345.002.050.dcm

19 years agoFIX: warning
malaterre [Tue, 7 Sep 2004 14:11:57 +0000 (14:11 +0000)]
FIX: warning

19 years agoADD : gdcmGlobal::CountSubstring method
jpr [Tue, 7 Sep 2004 13:57:04 +0000 (13:57 +0000)]
ADD : gdcmGlobal::CountSubstring method
ADD  : Example/TestChangeHeader.cxx (Mathieu's one)
FIX : now gdcmDocument::SetEntryByNumber deals properly with 'multivaluated'
integer entries (US, SS, etc )
(e.g. : Aquisition Matrix)

19 years agoFIX: minor inconsistency
malaterre [Fri, 3 Sep 2004 20:27:44 +0000 (20:27 +0000)]
FIX: minor inconsistency

19 years agoFIX: Pb on recent linux machine
malaterre [Fri, 3 Sep 2004 15:52:39 +0000 (15:52 +0000)]
FIX: Pb on recent linux machine

19 years agoCheckEntryIfExistByNumber returns a bool (no longer an int, because we use now a...
jpr [Fri, 3 Sep 2004 15:11:35 +0000 (15:11 +0000)]
CheckEntryIfExistByNumber returns a bool (no longer an int, because we use now a map, not a multimap)

19 years agoOffset set to 0 in the constructor to prevent any further missprinting
jpr [Fri, 3 Sep 2004 15:09:30 +0000 (15:09 +0000)]
Offset set to 0 in the constructor to prevent any further missprinting

19 years agoFIX :
jpr [Fri, 3 Sep 2004 14:04:02 +0000 (14:04 +0000)]
FIX :
    gdcmElementSet::RemoveEntry() now removes the entry from the H Table
ADD :
   gdcmElementSet::RemoveEntryNoDestroy() removes the entry, without deletion

19 years agoTemporary (?) uncomment of method gdcmElementSet::GetEntry()
jpr [Fri, 3 Sep 2004 07:57:10 +0000 (07:57 +0000)]
Temporary (?) uncomment of method gdcmElementSet::GetEntry()
to allow Example/TestCopyDicom.cxx to compile
(she shall have to decide if we consider the modif as permanent, or if we remove TestCopyDicom.cxx)

19 years agoENH: bad hack to be able to write dicom the way I want, sorry
malaterre [Fri, 3 Sep 2004 04:16:29 +0000 (04:16 +0000)]
ENH: bad hack to be able to write dicom the way I want, sorry

19 years agoSTYLE: No need to use c string
malaterre [Thu, 2 Sep 2004 15:53:05 +0000 (15:53 +0000)]
STYLE: No need to use c string

19 years agodded a modified version of Mathieu's TestCopyDicom.cxx
jpr [Thu, 2 Sep 2004 12:58:59 +0000 (12:58 +0000)]
dded a modified version of Mathieu's TestCopyDicom.cxx
(put here not to polute gdcm/Test)

19 years agoENH: minor tweaks
malaterre [Thu, 2 Sep 2004 04:35:01 +0000 (04:35 +0000)]
ENH: minor tweaks

19 years agoNew test for testing the copying for creating dicom file from scratch is ok
malaterre [Thu, 2 Sep 2004 04:28:52 +0000 (04:28 +0000)]
New test for testing the copying for creating dicom file from scratch is ok

19 years agoSome improvements for Write problems Version0.5.bp
jpr [Wed, 1 Sep 2004 16:23:59 +0000 (16:23 +0000)]
Some improvements for Write problems

19 years agoremove commented out line after fix of gdcmFile::SetImageData()
jpr [Wed, 1 Sep 2004 16:20:12 +0000 (16:20 +0000)]
remove commented out line after fix of  gdcmFile::SetImageData()
ctest doesn't break.
Is it enought to say my fix is OK ?

19 years agoDoxygenation
jpr [Tue, 31 Aug 2004 15:39:48 +0000 (15:39 +0000)]
Doxygenation

19 years agoDoxygenation
jpr [Tue, 31 Aug 2004 14:24:46 +0000 (14:24 +0000)]
Doxygenation

19 years agosome more DICOMDIR fixes
jpr [Mon, 30 Aug 2004 16:15:40 +0000 (16:15 +0000)]
some more DICOMDIR fixes

19 years agoENH: Refactor some code
malaterre [Sat, 28 Aug 2004 02:35:15 +0000 (02:35 +0000)]
ENH: Refactor some code

19 years agoFIX: Unused vars
malaterre [Sat, 28 Aug 2004 02:28:06 +0000 (02:28 +0000)]
FIX: Unused vars

19 years agolight modif around DICOMDIR stuff
jpr [Fri, 27 Aug 2004 15:48:43 +0000 (15:48 +0000)]
light modif around DICOMDIR stuff

19 years agoEric Boix
jpr [Thu, 26 Aug 2004 15:34:01 +0000 (15:34 +0000)]
Eric Boix

return 0 replaces continue in step 3a

19 years agominor updates
jpr [Thu, 26 Aug 2004 15:30:38 +0000 (15:30 +0000)]
minor updates

19 years ago- now, DicomDir stuff stakes into account the 'new' structure
jpr [Thu, 26 Aug 2004 15:29:52 +0000 (15:29 +0000)]
- now, DicomDir stuff stakes into account the 'new' structure
- gdcmObject is no longer composed of 2 pointers in a chained list, but is an SQItem
- useless gdcmDicomDir::WriteEntries method is removed
- useless gdcmDicomDir::AddObjectToEnd method is removed
- WARNING : BuidUpDicomDir not yet debugged, but I prefer to commit right now.
-> See you tomorow

19 years ago Memo for gcc flags added.
frog [Mon, 23 Aug 2004 08:37:28 +0000 (08:37 +0000)]
Memo for gcc flags added.

19 years agoFIX: Compilation on Mac OSX is fine now + remove tabs
malaterre [Wed, 18 Aug 2004 02:26:08 +0000 (02:26 +0000)]
FIX: Compilation on Mac OSX is fine now + remove tabs

19 years agoENH: Fix a shadow variable
malaterre [Mon, 16 Aug 2004 16:30:32 +0000 (16:30 +0000)]
ENH: Fix a shadow variable

19 years agoENH: forgot this easy one
malaterre [Mon, 16 Aug 2004 04:34:56 +0000 (04:34 +0000)]
ENH: forgot this easy one

19 years agoFIX: There were lot of shadowed variables, could have been a hell to debug + remove...
malaterre [Mon, 16 Aug 2004 04:25:18 +0000 (04:25 +0000)]
FIX: There were lot of shadowed variables, could have been a hell to debug + remove tabs

19 years ago * Test/TestAllEntryVerify.cxx minor fix and added comments.
frog [Wed, 4 Aug 2004 15:39:13 +0000 (15:39 +0000)]
  * Test/TestAllEntryVerify.cxx minor fix and added comments.

19 years ago * gdcmPython/testSuite.py: all the test suite in python is now moved
frog [Tue, 3 Aug 2004 17:28:57 +0000 (17:28 +0000)]
  * gdcmPython/testSuite.py: all the test suite in python is now moved
    to it's C++ version (see gdcmData/TestAllEntryVerifyReference.txt)
  * Test/CMakeLists.txt adapted to renaming of files in gdcmData
  * gdcm/TODO and src/gdcmDictSet.h cleaned up frow the "TODO Swig" oldies

19 years ago * gdcmPython/testSuite.py checks on CR-MONO1-10-chest.dcm moved to
frog [Mon, 2 Aug 2004 16:42:12 +0000 (16:42 +0000)]
  * gdcmPython/testSuite.py checks on CR-MONO1-10-chest.dcm moved to
    gdcmData/TestAllEntryVerifyReference.txt
  * Test/TestAllEntryVerify.cxx is now effective (used allways return true)
  * src/gdcmDocument.[cxx|h]: constructors no longer use the bool
    exception_on_error parameter.
    - src/gdcmFile.[cxx|h], src/gdcmHeader.[cxx|h] changed accordingly,
    - vtk/vtkGdcmReader.cxx changed accordingly,
    - Example/*.cxx and Test/*.cxx changed accordingly.

19 years ago * gdcmPython/CMakeLists.txt: SWIG_FLAGS doesn't declare includeall
frog [Mon, 2 Aug 2004 14:06:57 +0000 (14:06 +0000)]
  * gdcmPython/CMakeLists.txt: SWIG_FLAGS doesn't declare includeall
    to avoid inclusion recursion until STL is reached.
  * src/gdcmDocument.[h|cxx]: exceptions substituted to errno C-style
    mecanism. errno.h is not included in gdcm anymore.
  * src/gdcmException.h: introduced new gdcmFormatUnexpected class
    (gdcmFormatError now inherits from gdcmFormatUnexpected).
  * TODO updated

19 years agoENH: Who would have bet ! Some cosmetic cleanups
malaterre [Sun, 1 Aug 2004 03:20:23 +0000 (03:20 +0000)]
ENH: Who would have bet ! Some cosmetic cleanups

19 years agoENH: Guess what ! Still some cosmetic cleanup
malaterre [Sun, 1 Aug 2004 02:39:09 +0000 (02:39 +0000)]
ENH: Guess what ! Still some cosmetic cleanup

19 years agoENH: Minor patch, cosmetic -again-. Remove all this->. I might have discover the...
malaterre [Sun, 1 Aug 2004 00:59:21 +0000 (00:59 +0000)]
ENH: Minor patch, cosmetic -again-. Remove all this->. I might have discover the reason of misterious leaks

19 years agoENH: Minor patch, mostly cosmetic clean up
malaterre [Sat, 31 Jul 2004 23:30:04 +0000 (23:30 +0000)]
ENH: Minor patch, mostly cosmetic clean up

19 years agoENH: Test now support passing argument, thus instead of iterating over all images...
malaterre [Sat, 31 Jul 2004 23:17:51 +0000 (23:17 +0000)]
ENH: Test now support passing argument, thus instead of iterating over all images, you can pass the input dicom images and the reference image. This is pretty usefull in debug time