Field3D
|
Contains the Field3DFile classes. More...
#include <list>
#include <string>
#include <vector>
#include <boost/shared_ptr.hpp>
#include "EmptyField.h"
#include "Field.h"
#include "Field3DFileHDF5.h"
#include "FieldMetadata.h"
#include "ClassFactory.h"
#include "OgawaFwd.h"
#include "ns.h"
Go to the source code of this file.
Classes | |
class | Field3DFileBase |
struct | Field3DFileBase::LayerInfo |
class | Field3DInputFile |
Provides reading of .f3d (internally, hdf5 or Ogawa) files. More... | |
class | Field3DOutputFile |
Provides writing of .f3d (internally, hdf5 or Ogawa) files. More... | |
class | File::Layer |
class | File::Partition |
Namespaces | |
File | |
Namespace for file I/O specifics. | |
Functions | |
bool | fileExists (const std::string &filename) |
checks to see if a file/directory exists or not More... | |
bool fileExists | ( | const std::string & | filename | ) |
checks to see if a file/directory exists or not
[in] | filename | the file/directory to check |
true | if it exists |
false | if it does not exist |
Definition at line 1341 of file Field3DFile.cpp.
Referenced by Field3DOutputFile::create(), and FileSequence::FileSequence().