LAMA
/home/brandes/workspace/LAMA/src/lama/io/FileType.hpp
Go to the documentation of this file.
00001 
00034 #ifndef FILETYPE_HPP_
00035 #define FILETYPE_HPP_
00036 
00037 #include <lama/TypeTraits.hpp>
00038 
00039 namespace lama
00040 {
00041 
00044 namespace File
00045 {
00049     enum FileType
00050     {
00054         BINARY,
00058         FORMATTED,
00062         XDR,
00067         MATRIX_MARKET
00068     };
00069 
00073     enum DataType { DOUBLE, FLOAT, INTEGER, PATTERN, COMPLEX, INTERNAL };
00074 
00078     enum IndexDataType { LONG, INT };
00079 
00080 } // namespace File
00081 
00082 } //namespace lama
00083 
00084 #endif // FILETYPE_HPP_