]> Creatis software - gdcm.git/commit
gdcm::File::IsReadable() is no usable here, because we deal with
authorjpr <jpr>
Tue, 3 May 2005 10:57:27 +0000 (10:57 +0000)
committerjpr <jpr>
Tue, 3 May 2005 10:57:27 +0000 (10:57 +0000)
commit28c9df4692ff233549a2960fde90f6d47b945002
tree2a49d7f11eac80f5da4f6f1377f6105263fd05d9
parent8218b27635bebfee81540217d64a9a0291248921
gdcm::File::IsReadable() is no usable here, because we deal with
any kind of gdcm::Readable *document*
not only gdcm::File (as opposed to gdcm::DicomDir)
BTH : how can you call a method belonging to parent class;
      when overloaded in the child class, with VS60?
Example/PrintFile.cxx
Example/exAnonymizeNoLoad.cxx