Salome HOME
BugID: IPAL9392, modified methods GetRowUnits.
[modules/kernel.git] / src / HDFPersist / HDFascii.hxx
1 //  File      : HDFascii.hxx
2 //  Created   : Mon Jun 10 16:24:50 2003
3 //  Author    : Sergey RUIN
4
5 //  Project   : SALOME
6 //  Module    : HDFPersist
7 //  Copyright : Open CASCADE
8
9
10 #ifndef __HDFascii_H__
11 #define __HDFascii_H__
12
13 #include <Standard_Macro.hxx>
14
15
16 class Standard_EXPORT HDFascii                                
17 {
18 public:
19  
20   static char* ConvertFromHDFToASCII(const char* thePath, 
21                                      bool isReplaced = true, 
22                                      const char* theExtension = NULL);
23                                      
24   static char* ConvertFromASCIIToHDF(const char* thePath);
25   
26   static bool isASCII(const char* thePath);
27 };
28 #endif