LAMA
|
Common base class for LAMA input and output files. More...
#include <LAMAFile.hpp>
Public Types | |
enum | FileType { BINARY, FORMATTED, UNFORMATTED, XDR, MATRIX_MARKET } |
Defines the supported file types. More... | |
Public Member Functions | |
LAMAFile (FileType filetype) | |
Protected Attributes | |
FileType | mFileType |
Common base class for LAMA input and output files.
Defines the supported file types.
BINARY |
binary format without header informations in the data file |
FORMATTED |
ascii format |
UNFORMATTED |
binary format with header informations in the data file |
XDR |
xdr binary format which considers the endianess |
MATRIX_MARKET |
the Matrix Market Format (see http://math.nist.gov/matrixMarket for details). |
lama::LAMAFile::LAMAFile | ( | FileType | filetype | ) | [inline] |
FileType lama::LAMAFile::mFileType [protected] |