CSV reader for numeric data. More...
#include <cl_CsvFile.hpp>
Public Member Functions | |
| CsvFile (const string &aPath, const char aDelimiter=',') | |
| const Matrix< real > & | data () const |
| Matrix< real > & | data () |
| ~CsvFile () override | |
| Public Member Functions inherited from belfem::Ascii | |
| Ascii (const string &aPath, const enum FileMode &aMode) | |
| virtual | ~Ascii () |
| bool | save () |
| void | print (const std::string &aLine) |
| index_t | length () const |
| return the number of lines | |
| string & | line (const index_t aLineNumber) |
| const string & | line (const index_t aLineNumber) const |
Additional Inherited Members | |
| Protected Attributes inherited from belfem::Ascii | |
| string | mPath |
| const FileMode | mMode |
| Cell< string > | mBuffer |
| bool | mChangedSinceLastSave = false |
CSV reader for numeric data.
| belfem::CsvFile::CsvFile | ( | const string & | aPath, |
| const char | aDelimiter = ',' ) |
|
override |