]> Creatis software - gdcm.git/history - Example
Avoid Doxygen Warnings
[gdcm.git] / Example /
2005-11-28 regrain * Fix compilation error due to the introduction...
2005-11-28 jprOrienation : iop is float.
2005-11-28 regrain * Remove commented lines refering to gdcmXxxMacro
2005-11-23 jprdelete() --> Delete()
2005-11-22 malaterreCOMP: Fix comp
2005-11-18 jprgdcm::Orientation uses RefCounter
2005-11-18 jprRefCounter
2005-11-15 jprFix warnings on Readablity/Parsabiblity
2005-11-14 jprUse New(), Delete();
2005-11-09 jprComments
2005-11-08 malaterreENH: update comment to reflect API change
2005-11-08 malaterreENH: Saving demo code
2005-11-07 jprAvoid warning
2005-11-07 jprAvoid warning
2005-11-07 jprAvoid warning
2005-11-07 jprUse fh->SetKeepMediaStorageSOPClassUID(true);
2005-11-05 jprPrintFile uses debug and warning flags
2005-11-04 jprAvoid bool / int warning
2005-11-03 jprModify TestValidate to compile with New() vs new
2005-11-03 jprAdd TestValidate
2005-11-03 jprAdd TestValidate, to be used as stand alone exec.
2005-11-03 jprAvoid warning
2005-11-02 jprIdentation.
2005-11-02 jprUse arguments manager.
2005-11-02 jprexXCoherentFileSet can be used to check splitting on...
2005-10-27 jprTo avoid useless warnings
2005-10-26 jprUpdate CMakeLists.txt
2005-10-26 jprRemove useless Example/TestChangeHeader
2005-10-26 jprRemove useless Example/TestCopyDicom
2005-10-25 jpradd exXcoherentFileSet
2005-10-25 jprTypo
2005-10-25 jprCommit *very first* version of an example for using...
2005-10-25 regrain * Some classes inherit now from gdcm::RefCounter
2005-10-21 regrain * Remove obvious Example that don't pass on Windows
2005-10-21 jprAdd exInline.cxx, to 'visualize' the difference betwwen...
2005-10-21 jprComments
2005-10-21 jprNormalization
2005-10-20 regrain * Coding style
2005-10-19 malaterreENH: Tons of change now support creation of basic table...
2005-10-19 malaterreENH: Still cleaning up stuff
2005-10-19 malaterreENH: properly return 0 when everything was ok, 1 otherwise
2005-10-19 malaterreCOMP: remove suspend comp warn
2005-10-19 malaterreENH: Reorganize the code to prepare multiple fragments
2005-10-18 malaterreENH: Hoorray the first gdcm-jpeg image written from...
2005-10-18 malaterreENH: Getting real close to having JPEG support in gdcm...
2005-10-18 malaterreENH: Several change, fix compilation warnings, and...
2005-10-18 malaterreENH: Adding example on how to write a dicom file as...
2005-10-18 regrain * Correctly use the VRKey for all vr variables....
2005-10-18 regrain * Minor coding-style clean up
2005-10-17 jprRemove useless Example/TestFromScratch.cxx (Example...
2005-10-17 jprRemove TestWrite
2005-10-17 jprRemove now useless Example/TestWrite.cxx
2005-10-17 jprMerge Example/ReWrite.cxx and Example/TestWrite.cxx
2005-10-17 jprDon't use any longer deprecated method names
2005-10-16 malaterreCOMP: Fix problem with partly bracket
2005-10-13 jprDisplay some more usefull Orientation/Position info
2005-10-12 malaterreCOMP: I am not joking gdcm wont compile otherwise on...
2005-10-10 malaterreENH: Adding it to the list
2005-10-10 malaterreENH: Adding a small ex to quickly extract a binary...
2005-10-10 malaterreENH: Adding a conversion from acronym data type to...
2005-10-10 malaterreENH: Adding the ex to the list
2005-10-10 malaterreENH: Adding an example for reading and playing with...
2005-10-01 malaterreENH: Refactorize code, from PrintFile into the class...
2005-09-30 jprDont print Orientations when they're empty ...
2005-09-30 jprAdd the printing od 'Orientaion' information
2005-09-29 jprAdd a small example on how to extract Dicom tags
2005-09-22 jprAdd verbosity
2005-09-21 jprRemove TestWriteSimple from CMakeLists, as well.
2005-09-21 jprRemove useless program (already in Testing)
2005-09-21 jprShould avoid warnings
2005-09-16 jprTo display image 'orientation type'
2005-09-09 jprTry downcast to please MSVC
2005-09-08 jprRemove useless affectation to avoid bcc5.5 warning
2005-09-07 jpravoid warning
2005-09-07 jpr(Try to) avoid comp warning on 'Golgot'
2005-09-06 jprRemove PrintDocument from CMakeLists.txt, as well
2005-09-06 jprRemove useless PrintDocument.cxx
2005-09-06 jpr- Unify PrintFile and PrintDocument
2005-09-05 jpr'Print level' defaulted to 1
2005-09-04 malaterreCOMP: Remove stupid warning on Win32/cl. I don't unerst...
2005-09-04 malaterreCOMP: Fix warning with gcc3.3
2005-09-02 jprAdd the command line argument manager option
2005-08-31 jprReplace stupid method names :
2005-08-30 regrain * Remove #define and replace then by the call to...
2005-08-30 regrain * Rename the NO_SEQ, NO_SHADOW, NO_SHADOWSEQ to
2005-08-29 regrain * Fix bug while wrapping python. The DicomDir SetSta...
2005-08-29 jprAdd forceload= command line argument, to allow user...
2005-08-28 jprFix English typo
2005-08-28 jprdeclare once the variables
2005-08-28 jprAdd PatchHeader
2005-08-28 jpr// -----------------------------------------------...
2005-08-28 jprPrintFile can now print *all* the file within a given...
2005-08-22 jprUpdate CMakeLists.txt
2005-08-22 jprRemove exBuildUpDicomDir.cxx (TestBuildUpDicomDir.cxx...
2005-08-22 jprComment
2005-08-22 jprRemove useless exAnonymize.cxx (use Anonymize.cxx)
2005-08-22 jprRemove useless exAnonymizeNoLoad (use AnonymizeNoload)
2005-08-22 jprUpdate usage
2005-07-26 malaterreCOMP: Remove call to deprecated method
2005-07-21 jprUnify user interface
next