]> Creatis software - clitk.git/blobdiff - common/clitkGateAsciiImageIO.h
read gate ascii file header
[clitk.git] / common / clitkGateAsciiImageIO.h
index b7fa18f53a2891368a0cb8b05589d2e193950987..cc9bb8d36e7da5bf598c5ba6adf423104c8edab4 100644 (file)
@@ -69,7 +69,9 @@ namespace clitk {
            virtual void Write(const void* buffer);
 
        protected:
-           int m_HeaderSize;
+
+           static bool ReadHeader(FILE* handle, GateAsciiHeader& header);
+           static bool ReadLine(FILE* handle, std::string& line);
 
     }; // end class GateAsciiImageIO
 } // end namespace