Go to the source code of this file.
|
void | SetVerbose (bool verb) |
|
std::string | Extension (std::string fileName) |
| In the file name format name.extn, returns the extension. More...
|
|
IOTreeClass * | ReadTree (std::string fileName, std::string myName, IOTreeClass *parent) |
| This function takes a filename, determines it extension, creates a new IOTreeASCIIClass or IOTreeHDF5Class based on the extension, and calls OpenFile on the new object. More...
|
|
IOTreeClass * | NewTree (std::string fileName, std::string myName, IOTreeClass *parent) |
|