Jafar
|
Class vector_file loads/saves data into/from a vector from/to a file. More...
Class vector_file loads/saves data into/from a vector from/to a file.
Definition at line 56 of file ublas_data_file.hpp.
#include <ublas_data_file.hpp>
Public Types | |
enum | storage { VERTICAL, HORIZONTAL } |
Public Member Functions | |
vector_file (storage type=VERTICAL) | |
default constructor | |
vector_file (const boost::numeric::ublas::vector< T > &_data, storage type=VERTICAL) | |
constructor which initializes data content to | |
Public Attributes | |
boost::numeric::ublas::vector< T > | data |
storage | storage_type |
Protected Member Functions | |
void | loadCSVFile (jafar::kernel::CSVFile &csvFile) |
Implement this method calling repeatedly CSVFile::getItem() method. | |
void | saveCSVFile (jafar::kernel::CSVFile &csvFile) |
Implement this method calling repeatedly CSVFile::setItem() method. |
jafar::jmath::vector_file< T >::vector_file | ( | const boost::numeric::ublas::vector< T > & | _data, |
storage | type = VERTICAL |
||
) | [inline] |
constructor which initializes data content to
_data |
Definition at line 65 of file ublas_data_file.hpp.
Generated on Wed Oct 15 2014 00:37:40 for Jafar by doxygen 1.7.6.1 |