LAMA
lama::LAMAFile Class Reference

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

Detailed Description

Common base class for LAMA input and output files.


Member Enumeration Documentation

Defines the supported file types.

Enumerator:
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).


Constructor & Destructor Documentation

lama::LAMAFile::LAMAFile ( FileType  filetype) [inline]

Field Documentation


The documentation for this class was generated from the following file: