26 #ifndef VTKGDCMMEDICALIMAGEPROPERTIES_H
27 #define VTKGDCMMEDICALIMAGEPROPERTIES_H
29 #include "vtkMedicalImageProperties.h"
31 class vtkGDCMMedicalImagePropertiesInternals;
33 namespace gdcm {
class File; }
41 void PrintSelf(ostream& os, vtkIndent indent);
471 void PushBackFile(gdcm::File
const &f);
472 gdcm::File
const & GetFile(
unsigned int t);
476 vtkGDCMMedicalImagePropertiesInternals *Internals;