]> Creatis software - gdcm.git/blobdiff - src/gdcmFile.h
reintroduce testing
[gdcm.git] / src / gdcmFile.h
index d5c602c8778a17225e693901631d612981b4b495..e978703b6060caa3b91d6a3895d20f3fbce398d9 100644 (file)
@@ -16,8 +16,16 @@ class GDCM_EXPORT gdcmFile
 {
 public:
    gdcmFile(gdcmHeader *header);
-   gdcmFile(std::string & filename);
-   gdcmFile(const char * filename);
+   gdcmFile(std::string & filename, 
+              bool  exception_on_error = false, 
+              bool  enable_sequences   = false,
+              bool  skip_shadow        = false);
+   gdcmFile(const char * filename, 
+              bool  exception_on_error = false, 
+              bool  enable_sequences   = false,
+              bool  skip_shadow        = false);
    virtual ~gdcmFile(void);
        
    gdcmHeader *GetHeader(void);
@@ -64,7 +72,7 @@ public:
    bool WriteDcmImplVR(const char * fileName);
    bool WriteDcmExplVR(std::string fileName);
    bool WriteAcr      (std::string fileName);
+
    // Body in file gdcmParse.cxx
    bool ParsePixelData(void);