]> Creatis software - gdcm.git/commit
On the way to gdcm2 ...
authorjpr <jpr>
Thu, 7 Jul 2005 16:37:40 +0000 (16:37 +0000)
committerjpr <jpr>
Thu, 7 Jul 2005 16:37:40 +0000 (16:37 +0000)
commitfbd2698cb0545343abc2d8aefe92bab1f5b3eaa3
tree31354bb57d2df623cc9c738b0caf78064745371b
parent9862070436bb6cee0fa3afd04a86d7b5888c8f72
On the way to gdcm2 ...
Now, the stand way to use a file is :

gdcm::File *f = new gdcm::File();
f->SetLoadMode ( user say here what he wants *not* to load );
f->SetFileName("myFile.gdcm");
f->Load();

Old styles are kept, not to break the C++ API.
   - gdcm::File *f = new gdcm::File("myFile.gdcm");
- f->Load("myFile.gdcm");

Due to the syntaxic abilities of Python maybe some troubles will occur
(not sure ...)
src/gdcmDicomDir.cxx
src/gdcmDicomDir.h
src/gdcmDocument.cxx
src/gdcmDocument.h
src/gdcmFile.cxx
src/gdcmFile.h