Go to the documentation of this file.
29 #ifndef __HDFascii_H__
30 #define __HDFascii_H__
39 static char* ConvertFromHDFToASCII(
const char* thePath,
40 bool isReplaced =
true,
41 const char* theExtension = NULL);
43 static char* ConvertFromASCIIToHDF(
const char* thePath,
44 bool isReplaced =
false);
46 static bool isASCII(
const char* thePath);